Shades of Royal Blue #416ED8
Tints of Royal Blue #416ED8
RGB
CMYK
RGB Variations
Color information
#416ED8 (or 0x416ED8) is known color: Royal Blue. HEX triplet: 41, 6E and D8. RGB value is (65,110,216). Sum of RGB (Red+Green+Blue) = 65+110+216=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 216 (84.77% from 255 or 55.24% from 391); Max value from RGB is 216 - color contains mainly: blue. Hex color #416ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ED8 is #BE9127. Grayscale: #6C6C6C. Windows color (decimal): -12489000 or 14184001. OLE color: 14184001.
HSL color Cylindrical-coordinate representation of color #416ED8: hue angle of 222.12º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #416ED8 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 110 | 216 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.15 |
| HSL | 222.12º | 0.66% | 0.55% | - |
| HSV(B) | 222.12º | 0.7% | 0.85% | - |
| XYZ | 20.15 | 17.23 | 67.23 | - |
| YUV | 108.63 | 188.59 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 216 | 0.70 | 0.49 | 0 | 0.15 | 222.12 | 0.66 | 0.55 |
| Hex | 41 | 6E | D8 | 46 | 31 | 0 | F | DE | 42 | 37 |
| Octal | 101 | 156 | 330 | 106 | 61 | 0 | 17 | 336 | 102 | 67 |
| Binary | 1000001 | 1101110 | 11011000 | 1000110 | 110001 | 0 | 1111 | 11011110 | 1000010 | 110111 |
Color Harmonies of #416ED8
Complementary color
Monochromatic Colors of #416ED8
Black with #416ED8
Text Example
Text Example
White with #416ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416ED8; }
p { color: rgb(65,110,216); }
H1.HeaderClassName
{
color: #416ED8;
}
.AnyTagClassName
{
color: #416ED8;
}
</style>
background-color css
<style>
a { background-color: #416ED8; }
a { background-color: rgb(65,110,216); }
div.DivClassName
{
background-color: #416ED8;
}
.BgClassName
{
background-color: #416ED8;
}
</style>
border-color css
<style>
span { border-color: #416ED8; }
span { border-color: rgb(65,110,216); }
td.TdClassName
{
border-color: #416ED8;
}
.TagClassName
{
border-color: #416ED8;
}
</style>