Shades of Royal Blue #406CDB
Tints of Royal Blue #406CDB
RGB
CMYK
RGB Variations
Color information
#406CDB (or 0x406CDB) is known color: Royal Blue. HEX triplet: 40, 6C and DB. RGB value is (64,108,219). Sum of RGB (Red+Green+Blue) = 64+108+219=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #406CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CDB is #BF9324. Grayscale: #6B6B6B. Windows color (decimal): -12555045 or 14380096. OLE color: 14380096.
HSL color Cylindrical-coordinate representation of color #406CDB: hue angle of 222.97º 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 #406CDB is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 108 | 219 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.14 |
| HSL | 222.97º | 0.68% | 0.55% | - |
| HSV(B) | 222.97º | 0.71% | 0.86% | - |
| XYZ | 20.26 | 16.93 | 69.22 | - |
| YUV | 107.5 | 190.92 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 219 | 0.71 | 0.51 | 0 | 0.14 | 222.97 | 0.68 | 0.55 |
| Hex | 40 | 6C | DB | 47 | 33 | 0 | E | DF | 44 | 37 |
| Octal | 100 | 154 | 333 | 107 | 63 | 0 | 16 | 337 | 104 | 67 |
| Binary | 1000000 | 1101100 | 11011011 | 1000111 | 110011 | 0 | 1110 | 11011111 | 1000100 | 110111 |
Color Harmonies of #406CDB
Complementary color
Monochromatic Colors of #406CDB
Black with #406CDB
Text Example
Text Example
White with #406CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CDB; }
p { color: rgb(64,108,219); }
H1.HeaderClassName
{
color: #406CDB;
}
.AnyTagClassName
{
color: #406CDB;
}
</style>
background-color css
<style>
a { background-color: #406CDB; }
a { background-color: rgb(64,108,219); }
div.DivClassName
{
background-color: #406CDB;
}
.BgClassName
{
background-color: #406CDB;
}
</style>
border-color css
<style>
span { border-color: #406CDB; }
span { border-color: rgb(64,108,219); }
td.TdClassName
{
border-color: #406CDB;
}
.TagClassName
{
border-color: #406CDB;
}
</style>