Shades of Royal Blue #5870DD
Tints of Royal Blue #5870DD
RGB
CMYK
RGB Variations
Color information
#5870DD (or 0x5870DD) is known color: Royal Blue. HEX triplet: 58, 70 and DD. RGB value is (88,112,221). Sum of RGB (Red+Green+Blue) = 88+112+221=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #5870DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5870DD is #A78F22. Grayscale: #747474. Windows color (decimal): -10981155 or 14512216. OLE color: 14512216.
HSL color Cylindrical-coordinate representation of color #5870DD: hue angle of 229.17º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5870DD is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 112 | 221 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.13 |
| HSL | 229.17º | 0.66% | 0.61% | - |
| HSV(B) | 229.17º | 0.6% | 0.87% | - |
| XYZ | 22.87 | 18.88 | 70.85 | - |
| YUV | 117.25 | 186.55 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 221 | 0.60 | 0.49 | 0 | 0.13 | 229.17 | 0.66 | 0.61 |
| Hex | 58 | 70 | DD | 3C | 31 | 0 | D | E5 | 42 | 3D |
| Octal | 130 | 160 | 335 | 74 | 61 | 0 | 15 | 345 | 102 | 75 |
| Binary | 1011000 | 1110000 | 11011101 | 111100 | 110001 | 0 | 1101 | 11100101 | 1000010 | 111101 |
Color Harmonies of #5870DD
Complementary color
Monochromatic Colors of #5870DD
Black with #5870DD
Text Example
Text Example
White with #5870DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5870DD; }
p { color: rgb(88,112,221); }
H1.HeaderClassName
{
color: #5870DD;
}
.AnyTagClassName
{
color: #5870DD;
}
</style>
background-color css
<style>
a { background-color: #5870DD; }
a { background-color: rgb(88,112,221); }
div.DivClassName
{
background-color: #5870DD;
}
.BgClassName
{
background-color: #5870DD;
}
</style>
border-color css
<style>
span { border-color: #5870DD; }
span { border-color: rgb(88,112,221); }
td.TdClassName
{
border-color: #5870DD;
}
.TagClassName
{
border-color: #5870DD;
}
</style>