Shades of Royal Blue #405EDB
Tints of Royal Blue #405EDB
RGB
CMYK
RGB Variations
Color information
#405EDB (or 0x405EDB) is known color: Royal Blue. HEX triplet: 40, 5E and DB. RGB value is (64,94,219). Sum of RGB (Red+Green+Blue) = 64+94+219=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #405EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405EDB is #BFA124. Grayscale: #626262. Windows color (decimal): -12558629 or 14376512. OLE color: 14376512.
HSL color Cylindrical-coordinate representation of color #405EDB: hue angle of 228.39º 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 #405EDB is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 94 | 219 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.14 |
| HSL | 228.39º | 0.68% | 0.55% | - |
| HSV(B) | 228.39º | 0.71% | 0.86% | - |
| XYZ | 18.9 | 14.21 | 68.76 | - |
| YUV | 99.28 | 195.56 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 219 | 0.71 | 0.57 | 0 | 0.14 | 228.39 | 0.68 | 0.55 |
| Hex | 40 | 5E | DB | 47 | 39 | 0 | E | E4 | 44 | 37 |
| Octal | 100 | 136 | 333 | 107 | 71 | 0 | 16 | 344 | 104 | 67 |
| Binary | 1000000 | 1011110 | 11011011 | 1000111 | 111001 | 0 | 1110 | 11100100 | 1000100 | 110111 |
Color Harmonies of #405EDB
Complementary color
Monochromatic Colors of #405EDB
Black with #405EDB
Text Example
Text Example
White with #405EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EDB; }
p { color: rgb(64,94,219); }
H1.HeaderClassName
{
color: #405EDB;
}
.AnyTagClassName
{
color: #405EDB;
}
</style>
background-color css
<style>
a { background-color: #405EDB; }
a { background-color: rgb(64,94,219); }
div.DivClassName
{
background-color: #405EDB;
}
.BgClassName
{
background-color: #405EDB;
}
</style>
border-color css
<style>
span { border-color: #405EDB; }
span { border-color: rgb(64,94,219); }
td.TdClassName
{
border-color: #405EDB;
}
.TagClassName
{
border-color: #405EDB;
}
</style>