Shades of Royal Blue #405FDB
Tints of Royal Blue #405FDB
RGB
CMYK
RGB Variations
Color information
#405FDB (or 0x405FDB) is known color: Royal Blue. HEX triplet: 40, 5F and DB. RGB value is (64,95,219). Sum of RGB (Red+Green+Blue) = 64+95+219=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #405FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405FDB is #BFA024. Grayscale: #636363. Windows color (decimal): -12558373 or 14376768. OLE color: 14376768.
HSL color Cylindrical-coordinate representation of color #405FDB: hue angle of 228º 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 #405FDB is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 95 | 219 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.14 |
| HSL | 228º | 0.68% | 0.55% | - |
| HSV(B) | 228º | 0.71% | 0.86% | - |
| XYZ | 18.99 | 14.39 | 68.79 | - |
| YUV | 99.87 | 195.23 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 219 | 0.71 | 0.57 | 0 | 0.14 | 228 | 0.68 | 0.55 |
| Hex | 40 | 5F | DB | 47 | 39 | 0 | E | E4 | 44 | 37 |
| Octal | 100 | 137 | 333 | 107 | 71 | 0 | 16 | 344 | 104 | 67 |
| Binary | 1000000 | 1011111 | 11011011 | 1000111 | 111001 | 0 | 1110 | 11100100 | 1000100 | 110111 |
Color Harmonies of #405FDB
Complementary color
Monochromatic Colors of #405FDB
Black with #405FDB
Text Example
Text Example
White with #405FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FDB; }
p { color: rgb(64,95,219); }
H1.HeaderClassName
{
color: #405FDB;
}
.AnyTagClassName
{
color: #405FDB;
}
</style>
background-color css
<style>
a { background-color: #405FDB; }
a { background-color: rgb(64,95,219); }
div.DivClassName
{
background-color: #405FDB;
}
.BgClassName
{
background-color: #405FDB;
}
</style>
border-color css
<style>
span { border-color: #405FDB; }
span { border-color: rgb(64,95,219); }
td.TdClassName
{
border-color: #405FDB;
}
.TagClassName
{
border-color: #405FDB;
}
</style>