Shades of Royal Blue #586ED2
Tints of Royal Blue #586ED2
RGB
CMYK
RGB Variations
Color information
#586ED2 (or 0x586ED2) is known color: Royal Blue. HEX triplet: 58, 6E and D2. RGB value is (88,110,210). Sum of RGB (Red+Green+Blue) = 88+110+210=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 210 (82.42% from 255 or 51.47% from 408); Max value from RGB is 210 - color contains mainly: blue. Hex color #586ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586ED2 is #A7912D. Grayscale: #727272. Windows color (decimal): -10981678 or 13790808. OLE color: 13790808.
HSL color Cylindrical-coordinate representation of color #586ED2: hue angle of 229.18º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #586ED2 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 110 | 210 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.18 |
| HSL | 229.18º | 0.58% | 0.58% | - |
| HSV(B) | 229.18º | 0.58% | 0.82% | - |
| XYZ | 21.23 | 17.88 | 63.3 | - |
| YUV | 114.82 | 181.71 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 210 | 0.58 | 0.48 | 0 | 0.18 | 229.18 | 0.58 | 0.58 |
| Hex | 58 | 6E | D2 | 3A | 30 | 0 | 12 | E5 | 3A | 3A |
| Octal | 130 | 156 | 322 | 72 | 60 | 0 | 22 | 345 | 72 | 72 |
| Binary | 1011000 | 1101110 | 11010010 | 111010 | 110000 | 0 | 10010 | 11100101 | 111010 | 111010 |
Color Harmonies of #586ED2
Complementary color
Monochromatic Colors of #586ED2
Black with #586ED2
Text Example
Text Example
White with #586ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586ED2; }
p { color: rgb(88,110,210); }
H1.HeaderClassName
{
color: #586ED2;
}
.AnyTagClassName
{
color: #586ED2;
}
</style>
background-color css
<style>
a { background-color: #586ED2; }
a { background-color: rgb(88,110,210); }
div.DivClassName
{
background-color: #586ED2;
}
.BgClassName
{
background-color: #586ED2;
}
</style>
border-color css
<style>
span { border-color: #586ED2; }
span { border-color: rgb(88,110,210); }
td.TdClassName
{
border-color: #586ED2;
}
.TagClassName
{
border-color: #586ED2;
}
</style>