Shades of Royal Blue #406BD3
Tints of Royal Blue #406BD3
RGB
CMYK
RGB Variations
Color information
#406BD3 (or 0x406BD3) is known color: Royal Blue. HEX triplet: 40, 6B and D3. RGB value is (64,107,211). Sum of RGB (Red+Green+Blue) = 64+107+211=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #406BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BD3 is #BF942C. Grayscale: #696969. Windows color (decimal): -12555309 or 13855552. OLE color: 13855552.
HSL color Cylindrical-coordinate representation of color #406BD3: hue angle of 222.45º 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 #406BD3 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 107 | 211 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.17 |
| HSL | 222.45º | 0.63% | 0.54% | - |
| HSV(B) | 222.45º | 0.7% | 0.83% | - |
| XYZ | 19.13 | 16.31 | 63.77 | - |
| YUV | 106 | 187.25 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 211 | 0.70 | 0.49 | 0 | 0.17 | 222.45 | 0.63 | 0.54 |
| Hex | 40 | 6B | D3 | 46 | 31 | 0 | 11 | DE | 3F | 36 |
| Octal | 100 | 153 | 323 | 106 | 61 | 0 | 21 | 336 | 77 | 66 |
| Binary | 1000000 | 1101011 | 11010011 | 1000110 | 110001 | 0 | 10001 | 11011110 | 111111 | 110110 |
Color Harmonies of #406BD3
Complementary color
Monochromatic Colors of #406BD3
Black with #406BD3
Text Example
Text Example
White with #406BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406BD3; }
p { color: rgb(64,107,211); }
H1.HeaderClassName
{
color: #406BD3;
}
.AnyTagClassName
{
color: #406BD3;
}
</style>
background-color css
<style>
a { background-color: #406BD3; }
a { background-color: rgb(64,107,211); }
div.DivClassName
{
background-color: #406BD3;
}
.BgClassName
{
background-color: #406BD3;
}
</style>
border-color css
<style>
span { border-color: #406BD3; }
span { border-color: rgb(64,107,211); }
td.TdClassName
{
border-color: #406BD3;
}
.TagClassName
{
border-color: #406BD3;
}
</style>