Shades of Royal Blue #416ED6
Tints of Royal Blue #416ED6
RGB
CMYK
RGB Variations
Color information
#416ED6 (or 0x416ED6) is known color: Royal Blue. HEX triplet: 41, 6E and D6. RGB value is (65,110,214). Sum of RGB (Red+Green+Blue) = 65+110+214=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #416ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ED6 is #BE9129. Grayscale: #6B6B6B. Windows color (decimal): -12489002 or 14052929. OLE color: 14052929.
HSL color Cylindrical-coordinate representation of color #416ED6: hue angle of 221.88º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #416ED6 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 110 | 214 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.16 |
| HSL | 221.88º | 0.65% | 0.55% | - |
| HSV(B) | 221.88º | 0.7% | 0.84% | - |
| XYZ | 19.89 | 17.13 | 65.88 | - |
| YUV | 108.4 | 187.59 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 214 | 0.70 | 0.49 | 0 | 0.16 | 221.88 | 0.65 | 0.55 |
| Hex | 41 | 6E | D6 | 46 | 31 | 0 | 10 | DE | 41 | 37 |
| Octal | 101 | 156 | 326 | 106 | 61 | 0 | 20 | 336 | 101 | 67 |
| Binary | 1000001 | 1101110 | 11010110 | 1000110 | 110001 | 0 | 10000 | 11011110 | 1000001 | 110111 |
Color Harmonies of #416ED6
Complementary color
Monochromatic Colors of #416ED6
Black with #416ED6
Text Example
Text Example
White with #416ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416ED6; }
p { color: rgb(65,110,214); }
H1.HeaderClassName
{
color: #416ED6;
}
.AnyTagClassName
{
color: #416ED6;
}
</style>
background-color css
<style>
a { background-color: #416ED6; }
a { background-color: rgb(65,110,214); }
div.DivClassName
{
background-color: #416ED6;
}
.BgClassName
{
background-color: #416ED6;
}
</style>
border-color css
<style>
span { border-color: #416ED6; }
span { border-color: rgb(65,110,214); }
td.TdClassName
{
border-color: #416ED6;
}
.TagClassName
{
border-color: #416ED6;
}
</style>