Shades of Royal Blue #5871FB
Tints of Royal Blue #5871FB
RGB
CMYK
RGB Variations
Color information
#5871FB (or 0x5871FB) is known color: Royal Blue. HEX triplet: 58, 71 and FB. RGB value is (88,113,251). Sum of RGB (Red+Green+Blue) = 88+113+251=452 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.47% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #5871FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5871FB is #A78E04. Grayscale: #787878. Windows color (decimal): -10980869 or 16478552. OLE color: 16478552.
HSL color Cylindrical-coordinate representation of color #5871FB: hue angle of 230.8º degrees, saturation: 0.95, 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 #5871FB is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 113 | 251 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.02 |
| HSL | 230.8º | 0.95% | 0.66% | - |
| HSV(B) | 230.8º | 0.65% | 0.98% | - |
| XYZ | 27.34 | 20.85 | 93.85 | - |
| YUV | 121.26 | 201.22 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 251 | 0.65 | 0.55 | 0 | 0.02 | 230.8 | 0.95 | 0.66 |
| Hex | 58 | 71 | FB | 41 | 37 | 0 | 2 | E7 | 5F | 42 |
| Octal | 130 | 161 | 373 | 101 | 67 | 0 | 2 | 347 | 137 | 102 |
| Binary | 1011000 | 1110001 | 11111011 | 1000001 | 110111 | 0 | 10 | 11100111 | 1011111 | 1000010 |
Color Harmonies of #5871FB
Complementary color
Monochromatic Colors of #5871FB
Black with #5871FB
Text Example
Text Example
White with #5871FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5871FB; }
p { color: rgb(88,113,251); }
H1.HeaderClassName
{
color: #5871FB;
}
.AnyTagClassName
{
color: #5871FB;
}
</style>
background-color css
<style>
a { background-color: #5871FB; }
a { background-color: rgb(88,113,251); }
div.DivClassName
{
background-color: #5871FB;
}
.BgClassName
{
background-color: #5871FB;
}
</style>
border-color css
<style>
span { border-color: #5871FB; }
span { border-color: rgb(88,113,251); }
td.TdClassName
{
border-color: #5871FB;
}
.TagClassName
{
border-color: #5871FB;
}
</style>