Shades of Royal Blue #406EDD
Tints of Royal Blue #406EDD
RGB
CMYK
RGB Variations
Color information
#406EDD (or 0x406EDD) is known color: Royal Blue. HEX triplet: 40, 6E and DD. RGB value is (64,110,221). Sum of RGB (Red+Green+Blue) = 64+110+221=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #406EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EDD is #BF9122. Grayscale: #6C6C6C. Windows color (decimal): -12554531 or 14511680. OLE color: 14511680.
HSL color Cylindrical-coordinate representation of color #406EDD: hue angle of 222.42º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406EDD is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 110 | 221 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.13 |
| HSL | 222.42º | 0.7% | 0.56% | - |
| HSV(B) | 222.42º | 0.71% | 0.87% | - |
| XYZ | 20.74 | 17.46 | 70.68 | - |
| YUV | 108.9 | 191.26 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 221 | 0.71 | 0.50 | 0 | 0.13 | 222.42 | 0.7 | 0.56 |
| Hex | 40 | 6E | DD | 47 | 32 | 0 | D | DE | 46 | 38 |
| Octal | 100 | 156 | 335 | 107 | 62 | 0 | 15 | 336 | 106 | 70 |
| Binary | 1000000 | 1101110 | 11011101 | 1000111 | 110010 | 0 | 1101 | 11011110 | 1000110 | 111000 |
Color Harmonies of #406EDD
Complementary color
Monochromatic Colors of #406EDD
Black with #406EDD
Text Example
Text Example
White with #406EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406EDD; }
p { color: rgb(64,110,221); }
H1.HeaderClassName
{
color: #406EDD;
}
.AnyTagClassName
{
color: #406EDD;
}
</style>
background-color css
<style>
a { background-color: #406EDD; }
a { background-color: rgb(64,110,221); }
div.DivClassName
{
background-color: #406EDD;
}
.BgClassName
{
background-color: #406EDD;
}
</style>
border-color css
<style>
span { border-color: #406EDD; }
span { border-color: rgb(64,110,221); }
td.TdClassName
{
border-color: #406EDD;
}
.TagClassName
{
border-color: #406EDD;
}
</style>