Shades of Royal Blue #406FE0
Tints of Royal Blue #406FE0
RGB
CMYK
RGB Variations
Color information
#406FE0 (or 0x406FE0) is known color: Royal Blue. HEX triplet: 40, 6F and E0. RGB value is (64,111,224). Sum of RGB (Red+Green+Blue) = 64+111+224=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #406FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FE0 is #BF901F. Grayscale: #6D6D6D. Windows color (decimal): -12554272 or 14708544. OLE color: 14708544.
HSL color Cylindrical-coordinate representation of color #406FE0: hue angle of 222.38º 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 #406FE0 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 111 | 224 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.12 |
| HSL | 222.38º | 0.72% | 0.56% | - |
| HSV(B) | 222.38º | 0.71% | 0.88% | - |
| XYZ | 21.25 | 17.84 | 72.84 | - |
| YUV | 109.83 | 192.43 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 224 | 0.71 | 0.50 | 0 | 0.12 | 222.38 | 0.72 | 0.56 |
| Hex | 40 | 6F | E0 | 47 | 32 | 0 | C | DE | 48 | 38 |
| Octal | 100 | 157 | 340 | 107 | 62 | 0 | 14 | 336 | 110 | 70 |
| Binary | 1000000 | 1101111 | 11100000 | 1000111 | 110010 | 0 | 1100 | 11011110 | 1001000 | 111000 |
Color Harmonies of #406FE0
Complementary color
Monochromatic Colors of #406FE0
Black with #406FE0
Text Example
Text Example
White with #406FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FE0; }
p { color: rgb(64,111,224); }
H1.HeaderClassName
{
color: #406FE0;
}
.AnyTagClassName
{
color: #406FE0;
}
</style>
background-color css
<style>
a { background-color: #406FE0; }
a { background-color: rgb(64,111,224); }
div.DivClassName
{
background-color: #406FE0;
}
.BgClassName
{
background-color: #406FE0;
}
</style>
border-color css
<style>
span { border-color: #406FE0; }
span { border-color: rgb(64,111,224); }
td.TdClassName
{
border-color: #406FE0;
}
.TagClassName
{
border-color: #406FE0;
}
</style>