Shades of Royal Blue #416CDE
Tints of Royal Blue #416CDE
RGB
CMYK
RGB Variations
Color information
#416CDE (or 0x416CDE) is known color: Royal Blue. HEX triplet: 41, 6C and DE. RGB value is (65,108,222). Sum of RGB (Red+Green+Blue) = 65+108+222=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #416CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CDE is #BE9321. Grayscale: #6B6B6B. Windows color (decimal): -12489506 or 14576705. OLE color: 14576705.
HSL color Cylindrical-coordinate representation of color #416CDE: hue angle of 223.57º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #416CDE is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 108 | 222 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.13 |
| HSL | 223.57º | 0.7% | 0.56% | - |
| HSV(B) | 223.57º | 0.71% | 0.87% | - |
| XYZ | 20.73 | 17.12 | 71.32 | - |
| YUV | 108.14 | 192.25 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 222 | 0.71 | 0.51 | 0 | 0.13 | 223.57 | 0.7 | 0.56 |
| Hex | 41 | 6C | DE | 47 | 33 | 0 | D | E0 | 46 | 38 |
| Octal | 101 | 154 | 336 | 107 | 63 | 0 | 15 | 340 | 106 | 70 |
| Binary | 1000001 | 1101100 | 11011110 | 1000111 | 110011 | 0 | 1101 | 11100000 | 1000110 | 111000 |
Color Harmonies of #416CDE
Complementary color
Monochromatic Colors of #416CDE
Black with #416CDE
Text Example
Text Example
White with #416CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CDE; }
p { color: rgb(65,108,222); }
H1.HeaderClassName
{
color: #416CDE;
}
.AnyTagClassName
{
color: #416CDE;
}
</style>
background-color css
<style>
a { background-color: #416CDE; }
a { background-color: rgb(65,108,222); }
div.DivClassName
{
background-color: #416CDE;
}
.BgClassName
{
background-color: #416CDE;
}
</style>
border-color css
<style>
span { border-color: #416CDE; }
span { border-color: rgb(65,108,222); }
td.TdClassName
{
border-color: #416CDE;
}
.TagClassName
{
border-color: #416CDE;
}
</style>