Shades of Royal Blue #405BDB
Tints of Royal Blue #405BDB
RGB
CMYK
RGB Variations
Color information
#405BDB (or 0x405BDB) is known color: Royal Blue. HEX triplet: 40, 5B and DB. RGB value is (64,91,219). Sum of RGB (Red+Green+Blue) = 64+91+219=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #405BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BDB is #BFA424. Grayscale: #606060. Windows color (decimal): -12559397 or 14375744. OLE color: 14375744.
HSL color Cylindrical-coordinate representation of color #405BDB: hue angle of 229.55º 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 #405BDB is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 91 | 219 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.14 |
| HSL | 229.55º | 0.68% | 0.55% | - |
| HSV(B) | 229.55º | 0.71% | 0.86% | - |
| XYZ | 18.64 | 13.69 | 68.68 | - |
| YUV | 97.52 | 196.55 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 219 | 0.71 | 0.58 | 0 | 0.14 | 229.55 | 0.68 | 0.55 |
| Hex | 40 | 5B | DB | 47 | 3A | 0 | E | E6 | 44 | 37 |
| Octal | 100 | 133 | 333 | 107 | 72 | 0 | 16 | 346 | 104 | 67 |
| Binary | 1000000 | 1011011 | 11011011 | 1000111 | 111010 | 0 | 1110 | 11100110 | 1000100 | 110111 |
Color Harmonies of #405BDB
Complementary color
Monochromatic Colors of #405BDB
Black with #405BDB
Text Example
Text Example
White with #405BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BDB; }
p { color: rgb(64,91,219); }
H1.HeaderClassName
{
color: #405BDB;
}
.AnyTagClassName
{
color: #405BDB;
}
</style>
background-color css
<style>
a { background-color: #405BDB; }
a { background-color: rgb(64,91,219); }
div.DivClassName
{
background-color: #405BDB;
}
.BgClassName
{
background-color: #405BDB;
}
</style>
border-color css
<style>
span { border-color: #405BDB; }
span { border-color: rgb(64,91,219); }
td.TdClassName
{
border-color: #405BDB;
}
.TagClassName
{
border-color: #405BDB;
}
</style>