Shades of Royal Blue #5870F0
Tints of Royal Blue #5870F0
RGB
CMYK
RGB Variations
Color information
#5870F0 (or 0x5870F0) is known color: Royal Blue. HEX triplet: 58, 70 and F0. RGB value is (88,112,240). Sum of RGB (Red+Green+Blue) = 88+112+240=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #5870F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5870F0 is #A78F0F. Grayscale: #767676. Windows color (decimal): -10981136 or 15757400. OLE color: 15757400.
HSL color Cylindrical-coordinate representation of color #5870F0: hue angle of 230.53º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5870F0 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 112 | 240 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.06 |
| HSL | 230.53º | 0.84% | 0.64% | - |
| HSV(B) | 230.53º | 0.63% | 0.94% | - |
| XYZ | 25.55 | 19.95 | 84.94 | - |
| YUV | 119.42 | 196.05 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 240 | 0.63 | 0.53 | 0 | 0.06 | 230.53 | 0.84 | 0.64 |
| Hex | 58 | 70 | F0 | 3F | 35 | 0 | 6 | E7 | 54 | 40 |
| Octal | 130 | 160 | 360 | 77 | 65 | 0 | 6 | 347 | 124 | 100 |
| Binary | 1011000 | 1110000 | 11110000 | 111111 | 110101 | 0 | 110 | 11100111 | 1010100 | 1000000 |
Color Harmonies of #5870F0
Complementary color
Monochromatic Colors of #5870F0
Black with #5870F0
Text Example
Text Example
White with #5870F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5870F0; }
p { color: rgb(88,112,240); }
H1.HeaderClassName
{
color: #5870F0;
}
.AnyTagClassName
{
color: #5870F0;
}
</style>
background-color css
<style>
a { background-color: #5870F0; }
a { background-color: rgb(88,112,240); }
div.DivClassName
{
background-color: #5870F0;
}
.BgClassName
{
background-color: #5870F0;
}
</style>
border-color css
<style>
span { border-color: #5870F0; }
span { border-color: rgb(88,112,240); }
td.TdClassName
{
border-color: #5870F0;
}
.TagClassName
{
border-color: #5870F0;
}
</style>