Shades of Royal Blue #5E70EB
Tints of Royal Blue #5E70EB
RGB
CMYK
RGB Variations
Color information
#5E70EB (or 0x5E70EB) is known color: Royal Blue. HEX triplet: 5E, 70 and EB. RGB value is (94,112,235). Sum of RGB (Red+Green+Blue) = 94+112+235=441 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.32% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E70EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E70EB is #A18F14. Grayscale: #787878. Windows color (decimal): -10587925 or 15429726. OLE color: 15429726.
HSL color Cylindrical-coordinate representation of color #5E70EB: hue angle of 232.34º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E70EB is Cyan = 0.6, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 112 | 235 | - |
| CMYK | 0.6 | 0.52 | 0 | 0.08 |
| HSL | 232.34º | 0.78% | 0.65% | - |
| HSV(B) | 232.34º | 0.6% | 0.92% | - |
| XYZ | 25.41 | 19.97 | 81.11 | - |
| YUV | 120.64 | 192.54 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 235 | 0.6 | 0.52 | 0 | 0.08 | 232.34 | 0.78 | 0.65 |
| Hex | 5E | 70 | EB | 3C | 34 | 0 | 8 | E8 | 4E | 41 |
| Octal | 136 | 160 | 353 | 74 | 64 | 0 | 10 | 350 | 116 | 101 |
| Binary | 1011110 | 1110000 | 11101011 | 111100 | 110100 | 0 | 1000 | 11101000 | 1001110 | 1000001 |
Color Harmonies of #5E70EB
Complementary color
Monochromatic Colors of #5E70EB
Black with #5E70EB
Text Example
Text Example
White with #5E70EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E70EB; }
p { color: rgb(94,112,235); }
H1.HeaderClassName
{
color: #5E70EB;
}
.AnyTagClassName
{
color: #5E70EB;
}
</style>
background-color css
<style>
a { background-color: #5E70EB; }
a { background-color: rgb(94,112,235); }
div.DivClassName
{
background-color: #5E70EB;
}
.BgClassName
{
background-color: #5E70EB;
}
</style>
border-color css
<style>
span { border-color: #5E70EB; }
span { border-color: rgb(94,112,235); }
td.TdClassName
{
border-color: #5E70EB;
}
.TagClassName
{
border-color: #5E70EB;
}
</style>