Shades of Royal Blue #406EE8
Tints of Royal Blue #406EE8
RGB
CMYK
RGB Variations
Color information
#406EE8 (or 0x406EE8) is known color: Royal Blue. HEX triplet: 40, 6E and E8. RGB value is (64,110,232). Sum of RGB (Red+Green+Blue) = 64+110+232=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #406EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406EE8 is #BF9117. Grayscale: #6D6D6D. Windows color (decimal): -12554520 or 15232576. OLE color: 15232576.
HSL color Cylindrical-coordinate representation of color #406EE8: hue angle of 223.57º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #406EE8 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 110 | 232 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.09 |
| HSL | 223.57º | 0.79% | 0.58% | - |
| HSV(B) | 223.57º | 0.72% | 0.91% | - |
| XYZ | 22.26 | 18.07 | 78.66 | - |
| YUV | 110.15 | 196.76 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 232 | 0.72 | 0.53 | 0 | 0.09 | 223.57 | 0.79 | 0.58 |
| Hex | 40 | 6E | E8 | 48 | 35 | 0 | 9 | E0 | 4F | 3A |
| Octal | 100 | 156 | 350 | 110 | 65 | 0 | 11 | 340 | 117 | 72 |
| Binary | 1000000 | 1101110 | 11101000 | 1001000 | 110101 | 0 | 1001 | 11100000 | 1001111 | 111010 |
Color Harmonies of #406EE8
Complementary color
Monochromatic Colors of #406EE8
Black with #406EE8
Text Example
Text Example
White with #406EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406EE8; }
p { color: rgb(64,110,232); }
H1.HeaderClassName
{
color: #406EE8;
}
.AnyTagClassName
{
color: #406EE8;
}
</style>
background-color css
<style>
a { background-color: #406EE8; }
a { background-color: rgb(64,110,232); }
div.DivClassName
{
background-color: #406EE8;
}
.BgClassName
{
background-color: #406EE8;
}
</style>
border-color css
<style>
span { border-color: #406EE8; }
span { border-color: rgb(64,110,232); }
td.TdClassName
{
border-color: #406EE8;
}
.TagClassName
{
border-color: #406EE8;
}
</style>