Shades of Royal Blue #5E71EA
Tints of Royal Blue #5E71EA
RGB
CMYK
RGB Variations
Color information
#5E71EA (or 0x5E71EA) is known color: Royal Blue. HEX triplet: 5E, 71 and EA. RGB value is (94,113,234). Sum of RGB (Red+Green+Blue) = 94+113+234=441 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.32% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E71EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E71EA is #A18E15. Grayscale: #787878. Windows color (decimal): -10587670 or 15364446. OLE color: 15364446.
HSL color Cylindrical-coordinate representation of color #5E71EA: hue angle of 231.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E71EA is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 113 | 234 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.08 |
| HSL | 231.86º | 0.77% | 0.64% | - |
| HSV(B) | 231.86º | 0.6% | 0.92% | - |
| XYZ | 25.37 | 20.13 | 80.39 | - |
| YUV | 121.11 | 191.71 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 234 | 0.60 | 0.52 | 0 | 0.08 | 231.86 | 0.77 | 0.64 |
| Hex | 5E | 71 | EA | 3C | 34 | 0 | 8 | E8 | 4D | 40 |
| Octal | 136 | 161 | 352 | 74 | 64 | 0 | 10 | 350 | 115 | 100 |
| Binary | 1011110 | 1110001 | 11101010 | 111100 | 110100 | 0 | 1000 | 11101000 | 1001101 | 1000000 |
Color Harmonies of #5E71EA
Complementary color
Monochromatic Colors of #5E71EA
Black with #5E71EA
Text Example
Text Example
White with #5E71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E71EA; }
p { color: rgb(94,113,234); }
H1.HeaderClassName
{
color: #5E71EA;
}
.AnyTagClassName
{
color: #5E71EA;
}
</style>
background-color css
<style>
a { background-color: #5E71EA; }
a { background-color: rgb(94,113,234); }
div.DivClassName
{
background-color: #5E71EA;
}
.BgClassName
{
background-color: #5E71EA;
}
</style>
border-color css
<style>
span { border-color: #5E71EA; }
span { border-color: rgb(94,113,234); }
td.TdClassName
{
border-color: #5E71EA;
}
.TagClassName
{
border-color: #5E71EA;
}
</style>