Shades of Royal Blue #405EEA
Tints of Royal Blue #405EEA
RGB
CMYK
RGB Variations
Color information
#405EEA (or 0x405EEA) is known color: Royal Blue. HEX triplet: 40, 5E and EA. RGB value is (64,94,234). Sum of RGB (Red+Green+Blue) = 64+94+234=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #405EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405EEA is #BFA115. Grayscale: #646464. Windows color (decimal): -12558614 or 15359552. OLE color: 15359552.
HSL color Cylindrical-coordinate representation of color #405EEA: hue angle of 229.41º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405EEA is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 94 | 234 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.08 |
| HSL | 229.41º | 0.8% | 0.58% | - |
| HSV(B) | 229.41º | 0.73% | 0.92% | - |
| XYZ | 20.97 | 15.04 | 79.64 | - |
| YUV | 100.99 | 203.06 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 234 | 0.73 | 0.60 | 0 | 0.08 | 229.41 | 0.8 | 0.58 |
| Hex | 40 | 5E | EA | 49 | 3C | 0 | 8 | E5 | 50 | 3A |
| Octal | 100 | 136 | 352 | 111 | 74 | 0 | 10 | 345 | 120 | 72 |
| Binary | 1000000 | 1011110 | 11101010 | 1001001 | 111100 | 0 | 1000 | 11100101 | 1010000 | 111010 |
Color Harmonies of #405EEA
Complementary color
Monochromatic Colors of #405EEA
Black with #405EEA
Text Example
Text Example
White with #405EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EEA; }
p { color: rgb(64,94,234); }
H1.HeaderClassName
{
color: #405EEA;
}
.AnyTagClassName
{
color: #405EEA;
}
</style>
background-color css
<style>
a { background-color: #405EEA; }
a { background-color: rgb(64,94,234); }
div.DivClassName
{
background-color: #405EEA;
}
.BgClassName
{
background-color: #405EEA;
}
</style>
border-color css
<style>
span { border-color: #405EEA; }
span { border-color: rgb(64,94,234); }
td.TdClassName
{
border-color: #405EEA;
}
.TagClassName
{
border-color: #405EEA;
}
</style>