Shades of Royal Blue #405EE3
Tints of Royal Blue #405EE3
RGB
CMYK
RGB Variations
Color information
#405EE3 (or 0x405EE3) is known color: Royal Blue. HEX triplet: 40, 5E and E3. RGB value is (64,94,227). Sum of RGB (Red+Green+Blue) = 64+94+227=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 227 (89.06% from 255 or 58.96% from 385); Max value from RGB is 227 - color contains mainly: blue. Hex color #405EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405EE3 is #BFA11C. Grayscale: #636363. Windows color (decimal): -12558621 or 14900800. OLE color: 14900800.
HSL color Cylindrical-coordinate representation of color #405EE3: hue angle of 228.96º 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 #405EE3 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 94 | 227 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.11 |
| HSL | 228.96º | 0.74% | 0.57% | - |
| HSV(B) | 228.96º | 0.72% | 0.89% | - |
| XYZ | 19.98 | 14.64 | 74.45 | - |
| YUV | 100.19 | 199.56 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 227 | 0.72 | 0.59 | 0 | 0.11 | 228.96 | 0.74 | 0.57 |
| Hex | 40 | 5E | E3 | 48 | 3B | 0 | B | E5 | 4A | 39 |
| Octal | 100 | 136 | 343 | 110 | 73 | 0 | 13 | 345 | 112 | 71 |
| Binary | 1000000 | 1011110 | 11100011 | 1001000 | 111011 | 0 | 1011 | 11100101 | 1001010 | 111001 |
Color Harmonies of #405EE3
Complementary color
Monochromatic Colors of #405EE3
Black with #405EE3
Text Example
Text Example
White with #405EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EE3; }
p { color: rgb(64,94,227); }
H1.HeaderClassName
{
color: #405EE3;
}
.AnyTagClassName
{
color: #405EE3;
}
</style>
background-color css
<style>
a { background-color: #405EE3; }
a { background-color: rgb(64,94,227); }
div.DivClassName
{
background-color: #405EE3;
}
.BgClassName
{
background-color: #405EE3;
}
</style>
border-color css
<style>
span { border-color: #405EE3; }
span { border-color: rgb(64,94,227); }
td.TdClassName
{
border-color: #405EE3;
}
.TagClassName
{
border-color: #405EE3;
}
</style>