Shades of Royal Blue #406DD3
Tints of Royal Blue #406DD3
RGB
CMYK
RGB Variations
Color information
#406DD3 (or 0x406DD3) is known color: Royal Blue. HEX triplet: 40, 6D and D3. RGB value is (64,109,211). Sum of RGB (Red+Green+Blue) = 64+109+211=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 211 (82.81% from 255 or 54.95% from 384); Max value from RGB is 211 - color contains mainly: blue. Hex color #406DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DD3 is #BF922C. Grayscale: #6A6A6A. Windows color (decimal): -12554797 or 13856064. OLE color: 13856064.
HSL color Cylindrical-coordinate representation of color #406DD3: hue angle of 221.63º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406DD3 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 109 | 211 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.17 |
| HSL | 221.63º | 0.63% | 0.54% | - |
| HSV(B) | 221.63º | 0.7% | 0.83% | - |
| XYZ | 19.34 | 16.73 | 63.84 | - |
| YUV | 107.17 | 186.59 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 211 | 0.70 | 0.48 | 0 | 0.17 | 221.63 | 0.63 | 0.54 |
| Hex | 40 | 6D | D3 | 46 | 30 | 0 | 11 | DE | 3F | 36 |
| Octal | 100 | 155 | 323 | 106 | 60 | 0 | 21 | 336 | 77 | 66 |
| Binary | 1000000 | 1101101 | 11010011 | 1000110 | 110000 | 0 | 10001 | 11011110 | 111111 | 110110 |
Color Harmonies of #406DD3
Complementary color
Monochromatic Colors of #406DD3
Black with #406DD3
Text Example
Text Example
White with #406DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DD3; }
p { color: rgb(64,109,211); }
H1.HeaderClassName
{
color: #406DD3;
}
.AnyTagClassName
{
color: #406DD3;
}
</style>
background-color css
<style>
a { background-color: #406DD3; }
a { background-color: rgb(64,109,211); }
div.DivClassName
{
background-color: #406DD3;
}
.BgClassName
{
background-color: #406DD3;
}
</style>
border-color css
<style>
span { border-color: #406DD3; }
span { border-color: rgb(64,109,211); }
td.TdClassName
{
border-color: #406DD3;
}
.TagClassName
{
border-color: #406DD3;
}
</style>