Shades of Royal Blue #5870FA
Tints of Royal Blue #5870FA
RGB
CMYK
RGB Variations
Color information
#5870FA (or 0x5870FA) is known color: Royal Blue. HEX triplet: 58, 70 and FA. RGB value is (88,112,250). Sum of RGB (Red+Green+Blue) = 88+112+250=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #5870FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5870FA is #A78F05. Grayscale: #777777. Windows color (decimal): -10981126 or 16412760. OLE color: 16412760.
HSL color Cylindrical-coordinate representation of color #5870FA: hue angle of 231.11º 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 #5870FA is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 112 | 250 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.02 |
| HSL | 231.11º | 0.94% | 0.66% | - |
| HSV(B) | 231.11º | 0.65% | 0.98% | - |
| XYZ | 27.07 | 20.57 | 92.99 | - |
| YUV | 120.56 | 201.05 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 250 | 0.65 | 0.55 | 0 | 0.02 | 231.11 | 0.94 | 0.66 |
| Hex | 58 | 70 | FA | 41 | 37 | 0 | 2 | E7 | 5E | 42 |
| Octal | 130 | 160 | 372 | 101 | 67 | 0 | 2 | 347 | 136 | 102 |
| Binary | 1011000 | 1110000 | 11111010 | 1000001 | 110111 | 0 | 10 | 11100111 | 1011110 | 1000010 |
Color Harmonies of #5870FA
Complementary color
Monochromatic Colors of #5870FA
Black with #5870FA
Text Example
Text Example
White with #5870FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5870FA; }
p { color: rgb(88,112,250); }
H1.HeaderClassName
{
color: #5870FA;
}
.AnyTagClassName
{
color: #5870FA;
}
</style>
background-color css
<style>
a { background-color: #5870FA; }
a { background-color: rgb(88,112,250); }
div.DivClassName
{
background-color: #5870FA;
}
.BgClassName
{
background-color: #5870FA;
}
</style>
border-color css
<style>
span { border-color: #5870FA; }
span { border-color: rgb(88,112,250); }
td.TdClassName
{
border-color: #5870FA;
}
.TagClassName
{
border-color: #5870FA;
}
</style>