Color spaces of #1567ce
RGB | 21 | 103 | 206 |
---|---|---|---|
HSL | 0.59 | 0.81 | 0.45 |
HSV | 213° | 90° | 81° |
CMYK | 0.90 | 0.50 | 0.00 0.19 |
XYZ | 16.3001 | 14.3162 | 60.2967 |
Yxy | 14.3162 | 0.1793 | 0.1575 |
Hunter Lab | 37.8368 | 10.6836 | -67.9989 |
CIE-Lab | 44.6830 | 16.2278 | -59.6124 |
#1567ce color RGB value is (21,103,206).
#1567ce hex color red value is 21, green value is 103 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1567ce hue: 0.59 , saturation: 0.81 and the lightness value of 1567ce is 0.45.
The process color (four color CMYK) of #1567ce color hex is 0.90, 0.50, 0.00, 0.19. Web safe color of #1567ce is #0066cc. Color #1567ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 01100111 | 11001110 |
Octal | 25 | 147 | 316 |
Decimal | 21 | 103 | 206 |
Hex | 15 | 67 | CE |
Shades of #1567ce
Tints of #1567ce
RGB Percentages of Color #1567ce
CMYK Percentages of Color #1567ce
Complementary Color
#1567ce | #ce7c15 |
#1567ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1567ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#1567ce Color CSS Codes
.mybgcolor {background-color:#1567ce; } .myforecolor {color:#1567ce; } .mybordercolor {border:3px solid #1567ce; }
#1567ce Text Font Color
<p style="color:#1567ce">Text here</p>
This sample text font color is #1567ce
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.
#1567ce Background Color
<div style="background-color:#1567ce">
Div content here</div>
This div background color is #1567ce
#1567ce Border Color
<div style="border:3px solid #1567ce">
Div here</div>
This div border color is #1567ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,103,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1567ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1567ce; -webkit-box-shadow: 1px 1px 3px 2px #1567ce; box-shadow: 1px 1px 3px 2px #1567ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,103,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1567ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1567ce; -webkit-box-shadow: 1px 1px 3px 2px #1567ce; box-shadow: 1px 1px 3px 2px #1567ce;">
Div content here</div>
This div box has shadow with color #1567ce
Comments
No comments written yet.
Please login to write comment.