Shades of Royal Blue #406DD7
Tints of Royal Blue #406DD7
RGB
CMYK
RGB Variations
Color information
#406DD7 (or 0x406DD7) is known color: Royal Blue. HEX triplet: 40, 6D and D7. RGB value is (64,109,215). Sum of RGB (Red+Green+Blue) = 64+109+215=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 215 (84.38% from 255 or 55.41% from 388); Max value from RGB is 215 - color contains mainly: blue. Hex color #406DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DD7 is #BF9228. Grayscale: #6B6B6B. Windows color (decimal): -12554793 or 14118208. OLE color: 14118208.
HSL color Cylindrical-coordinate representation of color #406DD7: hue angle of 222.12º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406DD7 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 109 | 215 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.16 |
| HSL | 222.12º | 0.65% | 0.55% | - |
| HSV(B) | 222.12º | 0.7% | 0.84% | - |
| XYZ | 19.85 | 16.93 | 66.51 | - |
| YUV | 107.63 | 188.59 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 215 | 0.70 | 0.49 | 0 | 0.16 | 222.12 | 0.65 | 0.55 |
| Hex | 40 | 6D | D7 | 46 | 31 | 0 | 10 | DE | 41 | 37 |
| Octal | 100 | 155 | 327 | 106 | 61 | 0 | 20 | 336 | 101 | 67 |
| Binary | 1000000 | 1101101 | 11010111 | 1000110 | 110001 | 0 | 10000 | 11011110 | 1000001 | 110111 |
Color Harmonies of #406DD7
Complementary color
Monochromatic Colors of #406DD7
Black with #406DD7
Text Example
Text Example
White with #406DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DD7; }
p { color: rgb(64,109,215); }
H1.HeaderClassName
{
color: #406DD7;
}
.AnyTagClassName
{
color: #406DD7;
}
</style>
background-color css
<style>
a { background-color: #406DD7; }
a { background-color: rgb(64,109,215); }
div.DivClassName
{
background-color: #406DD7;
}
.BgClassName
{
background-color: #406DD7;
}
</style>
border-color css
<style>
span { border-color: #406DD7; }
span { border-color: rgb(64,109,215); }
td.TdClassName
{
border-color: #406DD7;
}
.TagClassName
{
border-color: #406DD7;
}
</style>