Shades of Royal Blue #406AD9
Tints of Royal Blue #406AD9
RGB
CMYK
RGB Variations
Color information
#406AD9 (or 0x406AD9) is known color: Royal Blue. HEX triplet: 40, 6A and D9. RGB value is (64,106,217). Sum of RGB (Red+Green+Blue) = 64+106+217=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #406AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406AD9 is #BF9526. Grayscale: #696969. Windows color (decimal): -12555559 or 14248512. OLE color: 14248512.
HSL color Cylindrical-coordinate representation of color #406AD9: hue angle of 223.53º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406AD9 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 106 | 217 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.15 |
| HSL | 223.53º | 0.67% | 0.55% | - |
| HSV(B) | 223.53º | 0.71% | 0.85% | - |
| XYZ | 19.79 | 16.41 | 67.77 | - |
| YUV | 106.1 | 190.59 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 217 | 0.71 | 0.51 | 0 | 0.15 | 223.53 | 0.67 | 0.55 |
| Hex | 40 | 6A | D9 | 47 | 33 | 0 | F | E0 | 43 | 37 |
| Octal | 100 | 152 | 331 | 107 | 63 | 0 | 17 | 340 | 103 | 67 |
| Binary | 1000000 | 1101010 | 11011001 | 1000111 | 110011 | 0 | 1111 | 11100000 | 1000011 | 110111 |
Color Harmonies of #406AD9
Complementary color
Monochromatic Colors of #406AD9
Black with #406AD9
Text Example
Text Example
White with #406AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406AD9; }
p { color: rgb(64,106,217); }
H1.HeaderClassName
{
color: #406AD9;
}
.AnyTagClassName
{
color: #406AD9;
}
</style>
background-color css
<style>
a { background-color: #406AD9; }
a { background-color: rgb(64,106,217); }
div.DivClassName
{
background-color: #406AD9;
}
.BgClassName
{
background-color: #406AD9;
}
</style>
border-color css
<style>
span { border-color: #406AD9; }
span { border-color: rgb(64,106,217); }
td.TdClassName
{
border-color: #406AD9;
}
.TagClassName
{
border-color: #406AD9;
}
</style>