Shades of Royal Blue #406ADB
Tints of Royal Blue #406ADB
RGB
CMYK
RGB Variations
Color information
#406ADB (or 0x406ADB) is known color: Royal Blue. HEX triplet: 40, 6A and DB. RGB value is (64,106,219). Sum of RGB (Red+Green+Blue) = 64+106+219=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #406ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ADB is #BF9524. Grayscale: #696969. Windows color (decimal): -12555557 or 14379584. OLE color: 14379584.
HSL color Cylindrical-coordinate representation of color #406ADB: hue angle of 223.74º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406ADB is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 106 | 219 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.14 |
| HSL | 223.74º | 0.68% | 0.55% | - |
| HSV(B) | 223.74º | 0.71% | 0.86% | - |
| XYZ | 20.05 | 16.51 | 69.15 | - |
| YUV | 106.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 219 | 0.71 | 0.52 | 0 | 0.14 | 223.74 | 0.68 | 0.55 |
| Hex | 40 | 6A | DB | 47 | 34 | 0 | E | E0 | 44 | 37 |
| Octal | 100 | 152 | 333 | 107 | 64 | 0 | 16 | 340 | 104 | 67 |
| Binary | 1000000 | 1101010 | 11011011 | 1000111 | 110100 | 0 | 1110 | 11100000 | 1000100 | 110111 |
Color Harmonies of #406ADB
Complementary color
Monochromatic Colors of #406ADB
Black with #406ADB
Text Example
Text Example
White with #406ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406ADB; }
p { color: rgb(64,106,219); }
H1.HeaderClassName
{
color: #406ADB;
}
.AnyTagClassName
{
color: #406ADB;
}
</style>
background-color css
<style>
a { background-color: #406ADB; }
a { background-color: rgb(64,106,219); }
div.DivClassName
{
background-color: #406ADB;
}
.BgClassName
{
background-color: #406ADB;
}
</style>
border-color css
<style>
span { border-color: #406ADB; }
span { border-color: rgb(64,106,219); }
td.TdClassName
{
border-color: #406ADB;
}
.TagClassName
{
border-color: #406ADB;
}
</style>