Shades of Royal Blue #5E71EB
Tints of Royal Blue #5E71EB
RGB
CMYK
RGB Variations
Color information
#5E71EB (or 0x5E71EB) is known color: Royal Blue. HEX triplet: 5E, 71 and EB. RGB value is (94,113,235). Sum of RGB (Red+Green+Blue) = 94+113+235=442 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.27% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E71EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E71EB is #A18E14. Grayscale: #787878. Windows color (decimal): -10587669 or 15429982. OLE color: 15429982.
HSL color Cylindrical-coordinate representation of color #5E71EB: hue angle of 231.91º 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 #5E71EB is Cyan = 0.6, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 113 | 235 | - |
| CMYK | 0.6 | 0.52 | 0 | 0.08 |
| HSL | 231.91º | 0.78% | 0.65% | - |
| HSV(B) | 231.91º | 0.6% | 0.92% | - |
| XYZ | 25.52 | 20.19 | 81.15 | - |
| YUV | 121.23 | 192.21 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 235 | 0.6 | 0.52 | 0 | 0.08 | 231.91 | 0.78 | 0.65 |
| Hex | 5E | 71 | EB | 3C | 34 | 0 | 8 | E8 | 4E | 41 |
| Octal | 136 | 161 | 353 | 74 | 64 | 0 | 10 | 350 | 116 | 101 |
| Binary | 1011110 | 1110001 | 11101011 | 111100 | 110100 | 0 | 1000 | 11101000 | 1001110 | 1000001 |
Color Harmonies of #5E71EB
Complementary color
Monochromatic Colors of #5E71EB
Black with #5E71EB
Text Example
Text Example
White with #5E71EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E71EB; }
p { color: rgb(94,113,235); }
H1.HeaderClassName
{
color: #5E71EB;
}
.AnyTagClassName
{
color: #5E71EB;
}
</style>
background-color css
<style>
a { background-color: #5E71EB; }
a { background-color: rgb(94,113,235); }
div.DivClassName
{
background-color: #5E71EB;
}
.BgClassName
{
background-color: #5E71EB;
}
</style>
border-color css
<style>
span { border-color: #5E71EB; }
span { border-color: rgb(94,113,235); }
td.TdClassName
{
border-color: #5E71EB;
}
.TagClassName
{
border-color: #5E71EB;
}
</style>