Shades of Royal Blue #405EEE
Tints of Royal Blue #405EEE
RGB
CMYK
RGB Variations
Color information
#405EEE (or 0x405EEE) is known color: Royal Blue. HEX triplet: 40, 5E and EE. RGB value is (64,94,238). Sum of RGB (Red+Green+Blue) = 64+94+238=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #405EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405EEE is #BFA111. Grayscale: #646464. Windows color (decimal): -12558610 or 15621696. OLE color: 15621696.
HSL color Cylindrical-coordinate representation of color #405EEE: hue angle of 229.66º degrees, saturation: 0.84, 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 #405EEE is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 94 | 238 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.07 |
| HSL | 229.66º | 0.84% | 0.59% | - |
| HSV(B) | 229.66º | 0.73% | 0.93% | - |
| XYZ | 21.55 | 15.27 | 82.7 | - |
| YUV | 101.45 | 205.06 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 238 | 0.73 | 0.61 | 0 | 0.07 | 229.66 | 0.84 | 0.59 |
| Hex | 40 | 5E | EE | 49 | 3D | 0 | 7 | E6 | 54 | 3B |
| Octal | 100 | 136 | 356 | 111 | 75 | 0 | 7 | 346 | 124 | 73 |
| Binary | 1000000 | 1011110 | 11101110 | 1001001 | 111101 | 0 | 111 | 11100110 | 1010100 | 111011 |
Color Harmonies of #405EEE
Complementary color
Monochromatic Colors of #405EEE
Black with #405EEE
Text Example
Text Example
White with #405EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EEE; }
p { color: rgb(64,94,238); }
H1.HeaderClassName
{
color: #405EEE;
}
.AnyTagClassName
{
color: #405EEE;
}
</style>
background-color css
<style>
a { background-color: #405EEE; }
a { background-color: rgb(64,94,238); }
div.DivClassName
{
background-color: #405EEE;
}
.BgClassName
{
background-color: #405EEE;
}
</style>
border-color css
<style>
span { border-color: #405EEE; }
span { border-color: rgb(64,94,238); }
td.TdClassName
{
border-color: #405EEE;
}
.TagClassName
{
border-color: #405EEE;
}
</style>