Shades of Royal Blue #406DCD
Tints of Royal Blue #406DCD
RGB
CMYK
RGB Variations
Color information
#406DCD (or 0x406DCD) is known color: Royal Blue. HEX triplet: 40, 6D and CD. RGB value is (64,109,205). Sum of RGB (Red+Green+Blue) = 64+109+205=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #406DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DCD is #BF9232. Grayscale: #6A6A6A. Windows color (decimal): -12554803 or 13462848. OLE color: 13462848.
HSL color Cylindrical-coordinate representation of color #406DCD: hue angle of 220.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406DCD is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 109 | 205 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.20 |
| HSL | 220.85º | 0.59% | 0.53% | - |
| HSV(B) | 220.85º | 0.69% | 0.8% | - |
| XYZ | 18.6 | 16.44 | 59.95 | - |
| YUV | 106.49 | 183.59 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 205 | 0.69 | 0.47 | 0 | 0.20 | 220.85 | 0.59 | 0.53 |
| Hex | 40 | 6D | CD | 45 | 2F | 0 | 14 | DD | 3B | 35 |
| Octal | 100 | 155 | 315 | 105 | 57 | 0 | 24 | 335 | 73 | 65 |
| Binary | 1000000 | 1101101 | 11001101 | 1000101 | 101111 | 0 | 10100 | 11011101 | 111011 | 110101 |
Color Harmonies of #406DCD
Complementary color
Monochromatic Colors of #406DCD
Black with #406DCD
Text Example
Text Example
White with #406DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DCD; }
p { color: rgb(64,109,205); }
H1.HeaderClassName
{
color: #406DCD;
}
.AnyTagClassName
{
color: #406DCD;
}
</style>
background-color css
<style>
a { background-color: #406DCD; }
a { background-color: rgb(64,109,205); }
div.DivClassName
{
background-color: #406DCD;
}
.BgClassName
{
background-color: #406DCD;
}
</style>
border-color css
<style>
span { border-color: #406DCD; }
span { border-color: rgb(64,109,205); }
td.TdClassName
{
border-color: #406DCD;
}
.TagClassName
{
border-color: #406DCD;
}
</style>