Shades of Royal Blue #406ADE
Tints of Royal Blue #406ADE
RGB
CMYK
RGB Variations
Color information
#406ADE (or 0x406ADE) is known color: Royal Blue. HEX triplet: 40, 6A and DE. RGB value is (64,106,222). Sum of RGB (Red+Green+Blue) = 64+106+222=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #406ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ADE is #BF9521. Grayscale: #6A6A6A. Windows color (decimal): -12555554 or 14576192. OLE color: 14576192.
HSL color Cylindrical-coordinate representation of color #406ADE: hue angle of 224.05º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406ADE is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 106 | 222 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.13 |
| HSL | 224.05º | 0.71% | 0.56% | - |
| HSV(B) | 224.05º | 0.71% | 0.87% | - |
| XYZ | 20.45 | 16.67 | 71.25 | - |
| YUV | 106.67 | 193.09 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 222 | 0.71 | 0.52 | 0 | 0.13 | 224.05 | 0.71 | 0.56 |
| Hex | 40 | 6A | DE | 47 | 34 | 0 | D | E0 | 47 | 38 |
| Octal | 100 | 152 | 336 | 107 | 64 | 0 | 15 | 340 | 107 | 70 |
| Binary | 1000000 | 1101010 | 11011110 | 1000111 | 110100 | 0 | 1101 | 11100000 | 1000111 | 111000 |
Color Harmonies of #406ADE
Complementary color
Monochromatic Colors of #406ADE
Black with #406ADE
Text Example
Text Example
White with #406ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406ADE; }
p { color: rgb(64,106,222); }
H1.HeaderClassName
{
color: #406ADE;
}
.AnyTagClassName
{
color: #406ADE;
}
</style>
background-color css
<style>
a { background-color: #406ADE; }
a { background-color: rgb(64,106,222); }
div.DivClassName
{
background-color: #406ADE;
}
.BgClassName
{
background-color: #406ADE;
}
</style>
border-color css
<style>
span { border-color: #406ADE; }
span { border-color: rgb(64,106,222); }
td.TdClassName
{
border-color: #406ADE;
}
.TagClassName
{
border-color: #406ADE;
}
</style>