Color spaces of #519cfb
RGB | 81 | 156 | 251 |
---|---|---|---|
HSL | 0.59 | 0.96 | 0.65 |
HSV | 214° | 68° | 98° |
CMYK | 0.68 | 0.38 | 0.00 0.02 |
XYZ | 32.6944 | 32.4913 | 95.8151 |
Yxy | 32.4913 | 0.2031 | 0.2018 |
Hunter Lab | 57.0011 | 2.6311 | -59.7617 |
CIE-Lab | 63.7469 | 6.5970 | -54.1609 |
#519cfb color RGB value is (81,156,251).
#519cfb hex color red value is 81, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #519cfb hue: 0.59 , saturation: 0.96 and the lightness value of 519cfb is 0.65.
The process color (four color CMYK) of #519cfb color hex is 0.68, 0.38, 0.00, 0.02. Web safe color of #519cfb is #6699ff. Color #519cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10011100 | 11111011 |
Octal | 121 | 234 | 373 |
Decimal | 81 | 156 | 251 |
Hex | 51 | 9C | FB |
Shades of #519cfb
Tints of #519cfb
RGB Percentages of Color #519cfb
CMYK Percentages of Color #519cfb
Complementary Color
#519cfb | #fbb051 |
#519cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#519cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#519cfb Color CSS Codes
.mybgcolor {background-color:#519cfb; } .myforecolor {color:#519cfb; } .mybordercolor {border:3px solid #519cfb; }
#519cfb Text Font Color
<p style="color:#519cfb">Text here</p>
This sample text font color is #519cfb
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.
#519cfb Background Color
<div style="background-color:#519cfb">
Div content here</div>
This div background color is #519cfb
#519cfb Border Color
<div style="border:3px solid #519cfb">
Div here</div>
This div border color is #519cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,156,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #519cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #519cfb; -webkit-box-shadow: 1px 1px 3px 2px #519cfb; box-shadow: 1px 1px 3px 2px #519cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,156,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #519cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #519cfb; -webkit-box-shadow: 1px 1px 3px 2px #519cfb; box-shadow: 1px 1px 3px 2px #519cfb;">
Div content here</div>
This div box has shadow with color #519cfb
Comments
No comments written yet.
Please login to write comment.