Shades of Royal Blue #405BDE
Tints of Royal Blue #405BDE
RGB
CMYK
RGB Variations
Color information
#405BDE (or 0x405BDE) is known color: Royal Blue. HEX triplet: 40, 5B and DE. RGB value is (64,91,222). Sum of RGB (Red+Green+Blue) = 64+91+222=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #405BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BDE is #BFA421. Grayscale: #616161. Windows color (decimal): -12559394 or 14572352. OLE color: 14572352.
HSL color Cylindrical-coordinate representation of color #405BDE: hue angle of 229.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #405BDE is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 91 | 222 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.13 |
| HSL | 229.75º | 0.71% | 0.56% | - |
| HSV(B) | 229.75º | 0.71% | 0.87% | - |
| XYZ | 19.04 | 13.85 | 70.78 | - |
| YUV | 97.86 | 198.05 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 222 | 0.71 | 0.59 | 0 | 0.13 | 229.75 | 0.71 | 0.56 |
| Hex | 40 | 5B | DE | 47 | 3B | 0 | D | E6 | 47 | 38 |
| Octal | 100 | 133 | 336 | 107 | 73 | 0 | 15 | 346 | 107 | 70 |
| Binary | 1000000 | 1011011 | 11011110 | 1000111 | 111011 | 0 | 1101 | 11100110 | 1000111 | 111000 |
Color Harmonies of #405BDE
Complementary color
Monochromatic Colors of #405BDE
Black with #405BDE
Text Example
Text Example
White with #405BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BDE; }
p { color: rgb(64,91,222); }
H1.HeaderClassName
{
color: #405BDE;
}
.AnyTagClassName
{
color: #405BDE;
}
</style>
background-color css
<style>
a { background-color: #405BDE; }
a { background-color: rgb(64,91,222); }
div.DivClassName
{
background-color: #405BDE;
}
.BgClassName
{
background-color: #405BDE;
}
</style>
border-color css
<style>
span { border-color: #405BDE; }
span { border-color: rgb(64,91,222); }
td.TdClassName
{
border-color: #405BDE;
}
.TagClassName
{
border-color: #405BDE;
}
</style>