Shades of Royal Blue #405EEC
Tints of Royal Blue #405EEC
RGB
CMYK
RGB Variations
Color information
#405EEC (or 0x405EEC) is known color: Royal Blue. HEX triplet: 40, 5E and EC. RGB value is (64,94,236). Sum of RGB (Red+Green+Blue) = 64+94+236=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #405EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405EEC is #BFA113. Grayscale: #646464. Windows color (decimal): -12558612 or 15490624. OLE color: 15490624.
HSL color Cylindrical-coordinate representation of color #405EEC: hue angle of 229.53º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405EEC is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 94 | 236 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.07 |
| HSL | 229.53º | 0.82% | 0.59% | - |
| HSV(B) | 229.53º | 0.73% | 0.93% | - |
| XYZ | 21.26 | 15.15 | 81.16 | - |
| YUV | 101.22 | 204.06 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 236 | 0.73 | 0.60 | 0 | 0.07 | 229.53 | 0.82 | 0.59 |
| Hex | 40 | 5E | EC | 49 | 3C | 0 | 7 | E6 | 52 | 3B |
| Octal | 100 | 136 | 354 | 111 | 74 | 0 | 7 | 346 | 122 | 73 |
| Binary | 1000000 | 1011110 | 11101100 | 1001001 | 111100 | 0 | 111 | 11100110 | 1010010 | 111011 |
Color Harmonies of #405EEC
Complementary color
Monochromatic Colors of #405EEC
Black with #405EEC
Text Example
Text Example
White with #405EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EEC; }
p { color: rgb(64,94,236); }
H1.HeaderClassName
{
color: #405EEC;
}
.AnyTagClassName
{
color: #405EEC;
}
</style>
background-color css
<style>
a { background-color: #405EEC; }
a { background-color: rgb(64,94,236); }
div.DivClassName
{
background-color: #405EEC;
}
.BgClassName
{
background-color: #405EEC;
}
</style>
border-color css
<style>
span { border-color: #405EEC; }
span { border-color: rgb(64,94,236); }
td.TdClassName
{
border-color: #405EEC;
}
.TagClassName
{
border-color: #405EEC;
}
</style>