Shades of Royal Blue #406FDD
Tints of Royal Blue #406FDD
RGB
CMYK
RGB Variations
Color information
#406FDD (or 0x406FDD) is known color: Royal Blue. HEX triplet: 40, 6F and DD. RGB value is (64,111,221). Sum of RGB (Red+Green+Blue) = 64+111+221=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #406FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FDD is #BF9022. Grayscale: #6D6D6D. Windows color (decimal): -12554275 or 14511936. OLE color: 14511936.
HSL color Cylindrical-coordinate representation of color #406FDD: hue angle of 222.04º 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 #406FDD is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 111 | 221 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.13 |
| HSL | 222.04º | 0.7% | 0.56% | - |
| HSV(B) | 222.04º | 0.71% | 0.87% | - |
| XYZ | 20.85 | 17.68 | 70.72 | - |
| YUV | 109.49 | 190.93 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 221 | 0.71 | 0.50 | 0 | 0.13 | 222.04 | 0.7 | 0.56 |
| Hex | 40 | 6F | DD | 47 | 32 | 0 | D | DE | 46 | 38 |
| Octal | 100 | 157 | 335 | 107 | 62 | 0 | 15 | 336 | 106 | 70 |
| Binary | 1000000 | 1101111 | 11011101 | 1000111 | 110010 | 0 | 1101 | 11011110 | 1000110 | 111000 |
Color Harmonies of #406FDD
Complementary color
Monochromatic Colors of #406FDD
Black with #406FDD
Text Example
Text Example
White with #406FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FDD; }
p { color: rgb(64,111,221); }
H1.HeaderClassName
{
color: #406FDD;
}
.AnyTagClassName
{
color: #406FDD;
}
</style>
background-color css
<style>
a { background-color: #406FDD; }
a { background-color: rgb(64,111,221); }
div.DivClassName
{
background-color: #406FDD;
}
.BgClassName
{
background-color: #406FDD;
}
</style>
border-color css
<style>
span { border-color: #406FDD; }
span { border-color: rgb(64,111,221); }
td.TdClassName
{
border-color: #406FDD;
}
.TagClassName
{
border-color: #406FDD;
}
</style>