Shades of Royal Blue #5871EC
Tints of Royal Blue #5871EC
RGB
CMYK
RGB Variations
Color information
#5871EC (or 0x5871EC) is known color: Royal Blue. HEX triplet: 58, 71 and EC. RGB value is (88,113,236). Sum of RGB (Red+Green+Blue) = 88+113+236=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #5871EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5871EC is #A78E13. Grayscale: #777777. Windows color (decimal): -10980884 or 15495512. OLE color: 15495512.
HSL color Cylindrical-coordinate representation of color #5871EC: hue angle of 229.86º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5871EC is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 113 | 236 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.07 |
| HSL | 229.86º | 0.8% | 0.64% | - |
| HSV(B) | 229.86º | 0.63% | 0.93% | - |
| XYZ | 25.07 | 19.94 | 81.88 | - |
| YUV | 119.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 236 | 0.63 | 0.52 | 0 | 0.07 | 229.86 | 0.8 | 0.64 |
| Hex | 58 | 71 | EC | 3F | 34 | 0 | 7 | E6 | 50 | 40 |
| Octal | 130 | 161 | 354 | 77 | 64 | 0 | 7 | 346 | 120 | 100 |
| Binary | 1011000 | 1110001 | 11101100 | 111111 | 110100 | 0 | 111 | 11100110 | 1010000 | 1000000 |
Color Harmonies of #5871EC
Complementary color
Monochromatic Colors of #5871EC
Black with #5871EC
Text Example
Text Example
White with #5871EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5871EC; }
p { color: rgb(88,113,236); }
H1.HeaderClassName
{
color: #5871EC;
}
.AnyTagClassName
{
color: #5871EC;
}
</style>
background-color css
<style>
a { background-color: #5871EC; }
a { background-color: rgb(88,113,236); }
div.DivClassName
{
background-color: #5871EC;
}
.BgClassName
{
background-color: #5871EC;
}
</style>
border-color css
<style>
span { border-color: #5871EC; }
span { border-color: rgb(88,113,236); }
td.TdClassName
{
border-color: #5871EC;
}
.TagClassName
{
border-color: #5871EC;
}
</style>