Color spaces of #0517ff
RGB | 5 | 23 | 255 |
---|---|---|---|
HSL | 0.65 | 1.00 | 0.51 |
HSV | 236° | 98° | 100° |
CMYK | 0.98 | 0.91 | 0.00 0.00 |
XYZ | 18.4190 | 7.8651 | 95.1551 |
Yxy | 7.8651 | 0.1517 | 0.0648 |
Hunter Lab | 28.0448 | 68.1552 | -181.5378 |
CIE-Lab | 33.7003 | 75.1171 | -105.5242 |
#0517ff color RGB value is (5,23,255).
#0517ff hex color red value is 5, green value is 23 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0517ff hue: 0.65 , saturation: 1.00 and the lightness value of 0517ff is 0.51.
The process color (four color CMYK) of #0517ff color hex is 0.98, 0.91, 0.00, 0.00. Web safe color of #0517ff is #0000ff. Color #0517ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00010111 | 11111111 |
Octal | 5 | 27 | 377 |
Decimal | 5 | 23 | 255 |
Hex | 5 | 17 | FF |
Shades of #0517ff
Tints of #0517ff
RGB Percentages of Color #0517ff
CMYK Percentages of Color #0517ff
Complementary Color
#0517ff | #ffed05 |
#0517ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0517ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#0517ff Color CSS Codes
.mybgcolor {background-color:#0517ff; } .myforecolor {color:#0517ff; } .mybordercolor {border:3px solid #0517ff; }
#0517ff Text Font Color
<p style="color:#0517ff">Text here</p>
This sample text font color is #0517ff
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.
#0517ff Background Color
<div style="background-color:#0517ff">
Div content here</div>
This div background color is #0517ff
#0517ff Border Color
<div style="border:3px solid #0517ff">
Div here</div>
This div border color is #0517ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,23,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0517ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0517ff; -webkit-box-shadow: 1px 1px 3px 2px #0517ff; box-shadow: 1px 1px 3px 2px #0517ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,23,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0517ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0517ff; -webkit-box-shadow: 1px 1px 3px 2px #0517ff; box-shadow: 1px 1px 3px 2px #0517ff;">
Div content here</div>
This div box has shadow with color #0517ff
Comments
No comments written yet.
Please login to write comment.