Shades of Royal Blue #406ED2
Tints of Royal Blue #406ED2
RGB
CMYK
RGB Variations
Color information
#406ED2 (or 0x406ED2) is known color: Royal Blue. HEX triplet: 40, 6E and D2. RGB value is (64,110,210). Sum of RGB (Red+Green+Blue) = 64+110+210=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 210 (82.42% from 255 or 54.69% from 384); Max value from RGB is 210 - color contains mainly: blue. Hex color #406ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ED2 is #BF912D. Grayscale: #6B6B6B. Windows color (decimal): -12554542 or 13790784. OLE color: 13790784.
HSL color Cylindrical-coordinate representation of color #406ED2: hue angle of 221.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406ED2 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 110 | 210 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.18 |
| HSL | 221.1º | 0.62% | 0.54% | - |
| HSV(B) | 221.1º | 0.7% | 0.82% | - |
| XYZ | 19.32 | 16.89 | 63.22 | - |
| YUV | 107.65 | 185.76 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 210 | 0.70 | 0.48 | 0 | 0.18 | 221.1 | 0.62 | 0.54 |
| Hex | 40 | 6E | D2 | 46 | 30 | 0 | 12 | DD | 3E | 36 |
| Octal | 100 | 156 | 322 | 106 | 60 | 0 | 22 | 335 | 76 | 66 |
| Binary | 1000000 | 1101110 | 11010010 | 1000110 | 110000 | 0 | 10010 | 11011101 | 111110 | 110110 |
Color Harmonies of #406ED2
Complementary color
Monochromatic Colors of #406ED2
Black with #406ED2
Text Example
Text Example
White with #406ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406ED2; }
p { color: rgb(64,110,210); }
H1.HeaderClassName
{
color: #406ED2;
}
.AnyTagClassName
{
color: #406ED2;
}
</style>
background-color css
<style>
a { background-color: #406ED2; }
a { background-color: rgb(64,110,210); }
div.DivClassName
{
background-color: #406ED2;
}
.BgClassName
{
background-color: #406ED2;
}
</style>
border-color css
<style>
span { border-color: #406ED2; }
span { border-color: rgb(64,110,210); }
td.TdClassName
{
border-color: #406ED2;
}
.TagClassName
{
border-color: #406ED2;
}
</style>