Shades of Royal Blue #406FC8
Tints of Royal Blue #406FC8
RGB
CMYK
RGB Variations
Color information
#406FC8 (or 0x406FC8) is known color: Royal Blue. HEX triplet: 40, 6F and C8. RGB value is (64,111,200). Sum of RGB (Red+Green+Blue) = 64+111+200=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #406FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FC8 is #BF9037. Grayscale: #6A6A6A. Windows color (decimal): -12554296 or 13135680. OLE color: 13135680.
HSL color Cylindrical-coordinate representation of color #406FC8: hue angle of 219.26º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406FC8 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 111 | 200 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.22 |
| HSL | 219.26º | 0.55% | 0.52% | - |
| HSV(B) | 219.26º | 0.68% | 0.78% | - |
| XYZ | 18.22 | 16.63 | 56.89 | - |
| YUV | 107.09 | 180.43 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 200 | 0.68 | 0.44 | 0 | 0.22 | 219.26 | 0.55 | 0.52 |
| Hex | 40 | 6F | C8 | 44 | 2C | 0 | 16 | DB | 37 | 34 |
| Octal | 100 | 157 | 310 | 104 | 54 | 0 | 26 | 333 | 67 | 64 |
| Binary | 1000000 | 1101111 | 11001000 | 1000100 | 101100 | 0 | 10110 | 11011011 | 110111 | 110100 |
Color Harmonies of #406FC8
Complementary color
Monochromatic Colors of #406FC8
Black with #406FC8
Text Example
Text Example
White with #406FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FC8; }
p { color: rgb(64,111,200); }
H1.HeaderClassName
{
color: #406FC8;
}
.AnyTagClassName
{
color: #406FC8;
}
</style>
background-color css
<style>
a { background-color: #406FC8; }
a { background-color: rgb(64,111,200); }
div.DivClassName
{
background-color: #406FC8;
}
.BgClassName
{
background-color: #406FC8;
}
</style>
border-color css
<style>
span { border-color: #406FC8; }
span { border-color: rgb(64,111,200); }
td.TdClassName
{
border-color: #406FC8;
}
.TagClassName
{
border-color: #406FC8;
}
</style>