Shades of Royal Blue #5871FA
Tints of Royal Blue #5871FA
RGB
CMYK
RGB Variations
Color information
#5871FA (or 0x5871FA) is known color: Royal Blue. HEX triplet: 58, 71 and FA. RGB value is (88,113,250). Sum of RGB (Red+Green+Blue) = 88+113+250=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #5871FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5871FA is #A78E05. Grayscale: #787878. Windows color (decimal): -10980870 or 16413016. OLE color: 16413016.
HSL color Cylindrical-coordinate representation of color #5871FA: hue angle of 230.74º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5871FA is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 113 | 250 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.02 |
| HSL | 230.74º | 0.94% | 0.66% | - |
| HSV(B) | 230.74º | 0.65% | 0.98% | - |
| XYZ | 27.18 | 20.79 | 93.02 | - |
| YUV | 121.14 | 200.72 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 250 | 0.65 | 0.55 | 0 | 0.02 | 230.74 | 0.94 | 0.66 |
| Hex | 58 | 71 | FA | 41 | 37 | 0 | 2 | E7 | 5E | 42 |
| Octal | 130 | 161 | 372 | 101 | 67 | 0 | 2 | 347 | 136 | 102 |
| Binary | 1011000 | 1110001 | 11111010 | 1000001 | 110111 | 0 | 10 | 11100111 | 1011110 | 1000010 |
Color Harmonies of #5871FA
Complementary color
Monochromatic Colors of #5871FA
Black with #5871FA
Text Example
Text Example
White with #5871FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5871FA; }
p { color: rgb(88,113,250); }
H1.HeaderClassName
{
color: #5871FA;
}
.AnyTagClassName
{
color: #5871FA;
}
</style>
background-color css
<style>
a { background-color: #5871FA; }
a { background-color: rgb(88,113,250); }
div.DivClassName
{
background-color: #5871FA;
}
.BgClassName
{
background-color: #5871FA;
}
</style>
border-color css
<style>
span { border-color: #5871FA; }
span { border-color: rgb(88,113,250); }
td.TdClassName
{
border-color: #5871FA;
}
.TagClassName
{
border-color: #5871FA;
}
</style>