Shades of Royal Blue #406FCB
Tints of Royal Blue #406FCB
RGB
CMYK
RGB Variations
Color information
#406FCB (or 0x406FCB) is known color: Royal Blue. HEX triplet: 40, 6F and CB. RGB value is (64,111,203). Sum of RGB (Red+Green+Blue) = 64+111+203=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #406FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FCB is #BF9034. Grayscale: #6B6B6B. Windows color (decimal): -12554293 or 13332288. OLE color: 13332288.
HSL color Cylindrical-coordinate representation of color #406FCB: hue angle of 219.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406FCB is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 111 | 203 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.20 |
| HSL | 219.71º | 0.57% | 0.52% | - |
| HSV(B) | 219.71º | 0.68% | 0.8% | - |
| XYZ | 18.58 | 16.77 | 58.76 | - |
| YUV | 107.44 | 181.93 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 203 | 0.68 | 0.45 | 0 | 0.20 | 219.71 | 0.57 | 0.52 |
| Hex | 40 | 6F | CB | 44 | 2D | 0 | 14 | DC | 39 | 34 |
| Octal | 100 | 157 | 313 | 104 | 55 | 0 | 24 | 334 | 71 | 64 |
| Binary | 1000000 | 1101111 | 11001011 | 1000100 | 101101 | 0 | 10100 | 11011100 | 111001 | 110100 |
Color Harmonies of #406FCB
Complementary color
Monochromatic Colors of #406FCB
Black with #406FCB
Text Example
Text Example
White with #406FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FCB; }
p { color: rgb(64,111,203); }
H1.HeaderClassName
{
color: #406FCB;
}
.AnyTagClassName
{
color: #406FCB;
}
</style>
background-color css
<style>
a { background-color: #406FCB; }
a { background-color: rgb(64,111,203); }
div.DivClassName
{
background-color: #406FCB;
}
.BgClassName
{
background-color: #406FCB;
}
</style>
border-color css
<style>
span { border-color: #406FCB; }
span { border-color: rgb(64,111,203); }
td.TdClassName
{
border-color: #406FCB;
}
.TagClassName
{
border-color: #406FCB;
}
</style>