Shades of Royal Blue #405FEE
Tints of Royal Blue #405FEE
RGB
CMYK
RGB Variations
Color information
#405FEE (or 0x405FEE) is known color: Royal Blue. HEX triplet: 40, 5F and EE. RGB value is (64,95,238). Sum of RGB (Red+Green+Blue) = 64+95+238=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #405FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FEE is #BFA011. Grayscale: #656565. Windows color (decimal): -12558354 or 15621952. OLE color: 15621952.
HSL color Cylindrical-coordinate representation of color #405FEE: hue angle of 229.31º 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 #405FEE is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 95 | 238 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.07 |
| HSL | 229.31º | 0.84% | 0.59% | - |
| HSV(B) | 229.31º | 0.73% | 0.93% | - |
| XYZ | 21.64 | 15.45 | 82.73 | - |
| YUV | 102.03 | 204.73 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 238 | 0.73 | 0.60 | 0 | 0.07 | 229.31 | 0.84 | 0.59 |
| Hex | 40 | 5F | EE | 49 | 3C | 0 | 7 | E5 | 54 | 3B |
| Octal | 100 | 137 | 356 | 111 | 74 | 0 | 7 | 345 | 124 | 73 |
| Binary | 1000000 | 1011111 | 11101110 | 1001001 | 111100 | 0 | 111 | 11100101 | 1010100 | 111011 |
Color Harmonies of #405FEE
Complementary color
Monochromatic Colors of #405FEE
Black with #405FEE
Text Example
Text Example
White with #405FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FEE; }
p { color: rgb(64,95,238); }
H1.HeaderClassName
{
color: #405FEE;
}
.AnyTagClassName
{
color: #405FEE;
}
</style>
background-color css
<style>
a { background-color: #405FEE; }
a { background-color: rgb(64,95,238); }
div.DivClassName
{
background-color: #405FEE;
}
.BgClassName
{
background-color: #405FEE;
}
</style>
border-color css
<style>
span { border-color: #405FEE; }
span { border-color: rgb(64,95,238); }
td.TdClassName
{
border-color: #405FEE;
}
.TagClassName
{
border-color: #405FEE;
}
</style>