Shades of Royal Blue #406DD0
Tints of Royal Blue #406DD0
RGB
CMYK
RGB Variations
Color information
#406DD0 (or 0x406DD0) is known color: Royal Blue. HEX triplet: 40, 6D and D0. RGB value is (64,109,208). Sum of RGB (Red+Green+Blue) = 64+109+208=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #406DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DD0 is #BF922F. Grayscale: #6A6A6A. Windows color (decimal): -12554800 or 13659456. OLE color: 13659456.
HSL color Cylindrical-coordinate representation of color #406DD0: hue angle of 221.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406DD0 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 109 | 208 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.18 |
| HSL | 221.25º | 0.61% | 0.53% | - |
| HSV(B) | 221.25º | 0.69% | 0.82% | - |
| XYZ | 18.97 | 16.58 | 61.88 | - |
| YUV | 106.83 | 185.09 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 208 | 0.69 | 0.48 | 0 | 0.18 | 221.25 | 0.61 | 0.53 |
| Hex | 40 | 6D | D0 | 45 | 30 | 0 | 12 | DD | 3D | 35 |
| Octal | 100 | 155 | 320 | 105 | 60 | 0 | 22 | 335 | 75 | 65 |
| Binary | 1000000 | 1101101 | 11010000 | 1000101 | 110000 | 0 | 10010 | 11011101 | 111101 | 110101 |
Color Harmonies of #406DD0
Complementary color
Monochromatic Colors of #406DD0
Black with #406DD0
Text Example
Text Example
White with #406DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DD0; }
p { color: rgb(64,109,208); }
H1.HeaderClassName
{
color: #406DD0;
}
.AnyTagClassName
{
color: #406DD0;
}
</style>
background-color css
<style>
a { background-color: #406DD0; }
a { background-color: rgb(64,109,208); }
div.DivClassName
{
background-color: #406DD0;
}
.BgClassName
{
background-color: #406DD0;
}
</style>
border-color css
<style>
span { border-color: #406DD0; }
span { border-color: rgb(64,109,208); }
td.TdClassName
{
border-color: #406DD0;
}
.TagClassName
{
border-color: #406DD0;
}
</style>