Color spaces of #519fdd
RGB | 81 | 159 | 221 |
---|---|---|---|
HSL | 0.57 | 0.67 | 0.59 |
HSV | 207° | 63° | 87° |
CMYK | 0.63 | 0.28 | 0.00 0.13 |
XYZ | 28.8426 | 31.7661 | 73.0179 |
Yxy | 31.7661 | 0.2158 | 0.2377 |
Hunter Lab | 56.3614 | -7.2862 | -37.3590 |
CIE-Lab | 63.1491 | -5.1629 | -38.5958 |
#519fdd color RGB value is (81,159,221).
#519fdd hex color red value is 81, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #519fdd hue: 0.57 , saturation: 0.67 and the lightness value of 519fdd is 0.59.
The process color (four color CMYK) of #519fdd color hex is 0.63, 0.28, 0.00, 0.13. Web safe color of #519fdd is #6699cc. Color #519fdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10011111 | 11011101 |
Octal | 121 | 237 | 335 |
Decimal | 81 | 159 | 221 |
Hex | 51 | 9F | DD |
Shades of #519fdd
Tints of #519fdd
RGB Percentages of Color #519fdd
CMYK Percentages of Color #519fdd
Complementary Color
#519fdd | #dd8f51 |
#519fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#519fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#519fdd Color CSS Codes
.mybgcolor {background-color:#519fdd; } .myforecolor {color:#519fdd; } .mybordercolor {border:3px solid #519fdd; }
#519fdd Text Font Color
<p style="color:#519fdd">Text here</p>
This sample text font color is #519fdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#519fdd Background Color
<div style="background-color:#519fdd">
Div content here</div>
This div background color is #519fdd
#519fdd Border Color
<div style="border:3px solid #519fdd">
Div here</div>
This div border color is #519fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,159,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #519fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #519fdd; -webkit-box-shadow: 1px 1px 3px 2px #519fdd; box-shadow: 1px 1px 3px 2px #519fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,159,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #519fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #519fdd; -webkit-box-shadow: 1px 1px 3px 2px #519fdd; box-shadow: 1px 1px 3px 2px #519fdd;">
Div content here</div>
This div box has shadow with color #519fdd
Comments
No comments written yet.
Please login to write comment.