Color spaces of #416cdb
RGB | 65 | 108 | 219 |
---|---|---|---|
HSL | 0.62 | 0.68 | 0.56 |
HSV | 223° | 70° | 86° |
CMYK | 0.70 | 0.51 | 0.00 0.14 |
XYZ | 20.3287 | 16.9634 | 69.2207 |
Yxy | 16.9634 | 0.1909 | 0.1593 |
Hunter Lab | 41.1866 | 16.0265 | -70.8156 |
CIE-Lab | 48.2139 | 22.2315 | -61.2574 |
#416cdb color RGB value is (65,108,219).
#416cdb hex color red value is 65, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #416cdb hue: 0.62 , saturation: 0.68 and the lightness value of 416cdb is 0.56.
The process color (four color CMYK) of #416cdb color hex is 0.70, 0.51, 0.00, 0.14. Web safe color of #416cdb is #3366cc. Color #416cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 01101100 | 11011011 |
Octal | 101 | 154 | 333 |
Decimal | 65 | 108 | 219 |
Hex | 41 | 6C | DB |
Shades of #416cdb
Tints of #416cdb
RGB Percentages of Color #416cdb
CMYK Percentages of Color #416cdb
Complementary Color
#416cdb | #dbb041 |
#416cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#416cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#416cdb Color CSS Codes
.mybgcolor {background-color:#416cdb; } .myforecolor {color:#416cdb; } .mybordercolor {border:3px solid #416cdb; }
#416cdb Text Font Color
<p style="color:#416cdb">Text here</p>
This sample text font color is #416cdb
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.
#416cdb Background Color
<div style="background-color:#416cdb">
Div content here</div>
This div background color is #416cdb
#416cdb Border Color
<div style="border:3px solid #416cdb">
Div here</div>
This div border color is #416cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,108,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #416cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #416cdb; -webkit-box-shadow: 1px 1px 3px 2px #416cdb; box-shadow: 1px 1px 3px 2px #416cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,108,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #416cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #416cdb; -webkit-box-shadow: 1px 1px 3px 2px #416cdb; box-shadow: 1px 1px 3px 2px #416cdb;">
Div content here</div>
This div box has shadow with color #416cdb
Comments
No comments written yet.
Please login to write comment.