Shades of Royal Blue #405EEB
Tints of Royal Blue #405EEB
RGB
CMYK
RGB Variations
Color information
#405EEB (or 0x405EEB) is known color: Royal Blue. HEX triplet: 40, 5E and EB. RGB value is (64,94,235). Sum of RGB (Red+Green+Blue) = 64+94+235=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #405EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405EEB is #BFA114. Grayscale: #646464. Windows color (decimal): -12558613 or 15425088. OLE color: 15425088.
HSL color Cylindrical-coordinate representation of color #405EEB: hue angle of 229.47º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405EEB is Cyan = 0.73, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 94 | 235 | - |
| CMYK | 0.73 | 0.6 | 0 | 0.08 |
| HSL | 229.47º | 0.81% | 0.59% | - |
| HSV(B) | 229.47º | 0.73% | 0.92% | - |
| XYZ | 21.11 | 15.09 | 80.4 | - |
| YUV | 101.1 | 203.56 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 235 | 0.73 | 0.6 | 0 | 0.08 | 229.47 | 0.81 | 0.59 |
| Hex | 40 | 5E | EB | 49 | 3C | 0 | 8 | E5 | 51 | 3B |
| Octal | 100 | 136 | 353 | 111 | 74 | 0 | 10 | 345 | 121 | 73 |
| Binary | 1000000 | 1011110 | 11101011 | 1001001 | 111100 | 0 | 1000 | 11100101 | 1010001 | 111011 |
Color Harmonies of #405EEB
Complementary color
Monochromatic Colors of #405EEB
Black with #405EEB
Text Example
Text Example
White with #405EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EEB; }
p { color: rgb(64,94,235); }
H1.HeaderClassName
{
color: #405EEB;
}
.AnyTagClassName
{
color: #405EEB;
}
</style>
background-color css
<style>
a { background-color: #405EEB; }
a { background-color: rgb(64,94,235); }
div.DivClassName
{
background-color: #405EEB;
}
.BgClassName
{
background-color: #405EEB;
}
</style>
border-color css
<style>
span { border-color: #405EEB; }
span { border-color: rgb(64,94,235); }
td.TdClassName
{
border-color: #405EEB;
}
.TagClassName
{
border-color: #405EEB;
}
</style>