Shades of Royal Blue #5870DC
Tints of Royal Blue #5870DC
RGB
CMYK
RGB Variations
Color information
#5870DC (or 0x5870DC) is known color: Royal Blue. HEX triplet: 58, 70 and DC. RGB value is (88,112,220). Sum of RGB (Red+Green+Blue) = 88+112+220=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #5870DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5870DC is #A78F23. Grayscale: #747474. Windows color (decimal): -10981156 or 14446680. OLE color: 14446680.
HSL color Cylindrical-coordinate representation of color #5870DC: hue angle of 229.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5870DC is Cyan = 0.6, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 112 | 220 | - |
| CMYK | 0.6 | 0.49 | 0 | 0.14 |
| HSL | 229.09º | 0.65% | 0.6% | - |
| HSV(B) | 229.09º | 0.6% | 0.86% | - |
| XYZ | 22.74 | 18.83 | 70.15 | - |
| YUV | 117.14 | 186.05 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 220 | 0.6 | 0.49 | 0 | 0.14 | 229.09 | 0.65 | 0.6 |
| Hex | 58 | 70 | DC | 3C | 31 | 0 | E | E5 | 41 | 3C |
| Octal | 130 | 160 | 334 | 74 | 61 | 0 | 16 | 345 | 101 | 74 |
| Binary | 1011000 | 1110000 | 11011100 | 111100 | 110001 | 0 | 1110 | 11100101 | 1000001 | 111100 |
Color Harmonies of #5870DC
Complementary color
Monochromatic Colors of #5870DC
Black with #5870DC
Text Example
Text Example
White with #5870DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5870DC; }
p { color: rgb(88,112,220); }
H1.HeaderClassName
{
color: #5870DC;
}
.AnyTagClassName
{
color: #5870DC;
}
</style>
background-color css
<style>
a { background-color: #5870DC; }
a { background-color: rgb(88,112,220); }
div.DivClassName
{
background-color: #5870DC;
}
.BgClassName
{
background-color: #5870DC;
}
</style>
border-color css
<style>
span { border-color: #5870DC; }
span { border-color: rgb(88,112,220); }
td.TdClassName
{
border-color: #5870DC;
}
.TagClassName
{
border-color: #5870DC;
}
</style>