Shades of Royal Blue #405EE2
Tints of Royal Blue #405EE2
RGB
CMYK
RGB Variations
Color information
#405EE2 (or 0x405EE2) is known color: Royal Blue. HEX triplet: 40, 5E and E2. RGB value is (64,94,226). Sum of RGB (Red+Green+Blue) = 64+94+226=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 226 (88.67% from 255 or 58.85% from 384); Max value from RGB is 226 - color contains mainly: blue. Hex color #405EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405EE2 is #BFA11D. Grayscale: #636363. Windows color (decimal): -12558622 or 14835264. OLE color: 14835264.
HSL color Cylindrical-coordinate representation of color #405EE2: hue angle of 228.89º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #405EE2 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 94 | 226 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.11 |
| HSL | 228.89º | 0.74% | 0.57% | - |
| HSV(B) | 228.89º | 0.72% | 0.89% | - |
| XYZ | 19.84 | 14.59 | 73.72 | - |
| YUV | 100.08 | 199.06 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 226 | 0.72 | 0.58 | 0 | 0.11 | 228.89 | 0.74 | 0.57 |
| Hex | 40 | 5E | E2 | 48 | 3A | 0 | B | E5 | 4A | 39 |
| Octal | 100 | 136 | 342 | 110 | 72 | 0 | 13 | 345 | 112 | 71 |
| Binary | 1000000 | 1011110 | 11100010 | 1001000 | 111010 | 0 | 1011 | 11100101 | 1001010 | 111001 |
Color Harmonies of #405EE2
Complementary color
Monochromatic Colors of #405EE2
Black with #405EE2
Text Example
Text Example
White with #405EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EE2; }
p { color: rgb(64,94,226); }
H1.HeaderClassName
{
color: #405EE2;
}
.AnyTagClassName
{
color: #405EE2;
}
</style>
background-color css
<style>
a { background-color: #405EE2; }
a { background-color: rgb(64,94,226); }
div.DivClassName
{
background-color: #405EE2;
}
.BgClassName
{
background-color: #405EE2;
}
</style>
border-color css
<style>
span { border-color: #405EE2; }
span { border-color: rgb(64,94,226); }
td.TdClassName
{
border-color: #405EE2;
}
.TagClassName
{
border-color: #405EE2;
}
</style>