Shades of Royal Blue #405ADB
Tints of Royal Blue #405ADB
RGB
CMYK
RGB Variations
Color information
#405ADB (or 0x405ADB) is known color: Royal Blue. HEX triplet: 40, 5A and DB. RGB value is (64,90,219). Sum of RGB (Red+Green+Blue) = 64+90+219=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #405ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405ADB is #BFA524. Grayscale: #606060. Windows color (decimal): -12559653 or 14375488. OLE color: 14375488.
HSL color Cylindrical-coordinate representation of color #405ADB: hue angle of 229.94º 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 #405ADB is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 90 | 219 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.14 |
| HSL | 229.94º | 0.68% | 0.55% | - |
| HSV(B) | 229.94º | 0.71% | 0.86% | - |
| XYZ | 18.56 | 13.52 | 68.65 | - |
| YUV | 96.93 | 196.89 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 219 | 0.71 | 0.59 | 0 | 0.14 | 229.94 | 0.68 | 0.55 |
| Hex | 40 | 5A | DB | 47 | 3B | 0 | E | E6 | 44 | 37 |
| Octal | 100 | 132 | 333 | 107 | 73 | 0 | 16 | 346 | 104 | 67 |
| Binary | 1000000 | 1011010 | 11011011 | 1000111 | 111011 | 0 | 1110 | 11100110 | 1000100 | 110111 |
Color Harmonies of #405ADB
Complementary color
Monochromatic Colors of #405ADB
Black with #405ADB
Text Example
Text Example
White with #405ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405ADB; }
p { color: rgb(64,90,219); }
H1.HeaderClassName
{
color: #405ADB;
}
.AnyTagClassName
{
color: #405ADB;
}
</style>
background-color css
<style>
a { background-color: #405ADB; }
a { background-color: rgb(64,90,219); }
div.DivClassName
{
background-color: #405ADB;
}
.BgClassName
{
background-color: #405ADB;
}
</style>
border-color css
<style>
span { border-color: #405ADB; }
span { border-color: rgb(64,90,219); }
td.TdClassName
{
border-color: #405ADB;
}
.TagClassName
{
border-color: #405ADB;
}
</style>