Shades of Royal Blue #5E70EC
Tints of Royal Blue #5E70EC
RGB
CMYK
RGB Variations
Color information
#5E70EC (or 0x5E70EC) is known color: Royal Blue. HEX triplet: 5E, 70 and EC. RGB value is (94,112,236). Sum of RGB (Red+Green+Blue) = 94+112+236=442 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.27% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E70EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E70EC is #A18F13. Grayscale: #787878. Windows color (decimal): -10587924 or 15495262. OLE color: 15495262.
HSL color Cylindrical-coordinate representation of color #5E70EC: hue angle of 232.39º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E70EC is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 112 | 236 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.07 |
| HSL | 232.39º | 0.79% | 0.65% | - |
| HSV(B) | 232.39º | 0.6% | 0.93% | - |
| XYZ | 25.55 | 20.02 | 81.88 | - |
| YUV | 120.75 | 193.04 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 236 | 0.60 | 0.53 | 0 | 0.07 | 232.39 | 0.79 | 0.65 |
| Hex | 5E | 70 | EC | 3C | 35 | 0 | 7 | E8 | 4F | 41 |
| Octal | 136 | 160 | 354 | 74 | 65 | 0 | 7 | 350 | 117 | 101 |
| Binary | 1011110 | 1110000 | 11101100 | 111100 | 110101 | 0 | 111 | 11101000 | 1001111 | 1000001 |
Color Harmonies of #5E70EC
Complementary color
Monochromatic Colors of #5E70EC
Black with #5E70EC
Text Example
Text Example
White with #5E70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E70EC; }
p { color: rgb(94,112,236); }
H1.HeaderClassName
{
color: #5E70EC;
}
.AnyTagClassName
{
color: #5E70EC;
}
</style>
background-color css
<style>
a { background-color: #5E70EC; }
a { background-color: rgb(94,112,236); }
div.DivClassName
{
background-color: #5E70EC;
}
.BgClassName
{
background-color: #5E70EC;
}
</style>
border-color css
<style>
span { border-color: #5E70EC; }
span { border-color: rgb(94,112,236); }
td.TdClassName
{
border-color: #5E70EC;
}
.TagClassName
{
border-color: #5E70EC;
}
</style>