Shades of Royal Blue #406EE0
Tints of Royal Blue #406EE0
RGB
CMYK
RGB Variations
Color information
#406EE0 (or 0x406EE0) is known color: Royal Blue. HEX triplet: 40, 6E and E0. RGB value is (64,110,224). Sum of RGB (Red+Green+Blue) = 64+110+224=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #406EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EE0 is #BF911F. Grayscale: #6C6C6C. Windows color (decimal): -12554528 or 14708288. OLE color: 14708288.
HSL color Cylindrical-coordinate representation of color #406EE0: hue angle of 222.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406EE0 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 110 | 224 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.12 |
| HSL | 222.75º | 0.72% | 0.56% | - |
| HSV(B) | 222.75º | 0.71% | 0.88% | - |
| XYZ | 21.14 | 17.62 | 72.81 | - |
| YUV | 109.24 | 192.76 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 224 | 0.71 | 0.51 | 0 | 0.12 | 222.75 | 0.72 | 0.56 |
| Hex | 40 | 6E | E0 | 47 | 33 | 0 | C | DF | 48 | 38 |
| Octal | 100 | 156 | 340 | 107 | 63 | 0 | 14 | 337 | 110 | 70 |
| Binary | 1000000 | 1101110 | 11100000 | 1000111 | 110011 | 0 | 1100 | 11011111 | 1001000 | 111000 |
Color Harmonies of #406EE0
Complementary color
Monochromatic Colors of #406EE0
Black with #406EE0
Text Example
Text Example
White with #406EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406EE0; }
p { color: rgb(64,110,224); }
H1.HeaderClassName
{
color: #406EE0;
}
.AnyTagClassName
{
color: #406EE0;
}
</style>
background-color css
<style>
a { background-color: #406EE0; }
a { background-color: rgb(64,110,224); }
div.DivClassName
{
background-color: #406EE0;
}
.BgClassName
{
background-color: #406EE0;
}
</style>
border-color css
<style>
span { border-color: #406EE0; }
span { border-color: rgb(64,110,224); }
td.TdClassName
{
border-color: #406EE0;
}
.TagClassName
{
border-color: #406EE0;
}
</style>