Shades of Royal Blue #406FCA
Tints of Royal Blue #406FCA
RGB
CMYK
RGB Variations
Color information
#406FCA (or 0x406FCA) is known color: Royal Blue. HEX triplet: 40, 6F and CA. RGB value is (64,111,202). Sum of RGB (Red+Green+Blue) = 64+111+202=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #406FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FCA is #BF9035. Grayscale: #6A6A6A. Windows color (decimal): -12554294 or 13266752. OLE color: 13266752.
HSL color Cylindrical-coordinate representation of color #406FCA: hue angle of 219.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406FCA is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 111 | 202 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.21 |
| HSL | 219.57º | 0.57% | 0.52% | - |
| HSV(B) | 219.57º | 0.68% | 0.79% | - |
| XYZ | 18.46 | 16.72 | 58.13 | - |
| YUV | 107.32 | 181.43 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 202 | 0.68 | 0.45 | 0 | 0.21 | 219.57 | 0.57 | 0.52 |
| Hex | 40 | 6F | CA | 44 | 2D | 0 | 15 | DC | 39 | 34 |
| Octal | 100 | 157 | 312 | 104 | 55 | 0 | 25 | 334 | 71 | 64 |
| Binary | 1000000 | 1101111 | 11001010 | 1000100 | 101101 | 0 | 10101 | 11011100 | 111001 | 110100 |
Color Harmonies of #406FCA
Complementary color
Monochromatic Colors of #406FCA
Black with #406FCA
Text Example
Text Example
White with #406FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FCA; }
p { color: rgb(64,111,202); }
H1.HeaderClassName
{
color: #406FCA;
}
.AnyTagClassName
{
color: #406FCA;
}
</style>
background-color css
<style>
a { background-color: #406FCA; }
a { background-color: rgb(64,111,202); }
div.DivClassName
{
background-color: #406FCA;
}
.BgClassName
{
background-color: #406FCA;
}
</style>
border-color css
<style>
span { border-color: #406FCA; }
span { border-color: rgb(64,111,202); }
td.TdClassName
{
border-color: #406FCA;
}
.TagClassName
{
border-color: #406FCA;
}
</style>