Shades of Royal Blue #586ED8
Tints of Royal Blue #586ED8
RGB
CMYK
RGB Variations
Color information
#586ED8 (or 0x586ED8) is known color: Royal Blue. HEX triplet: 58, 6E and D8. RGB value is (88,110,216). Sum of RGB (Red+Green+Blue) = 88+110+216=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #586ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586ED8 is #A79127. Grayscale: #737373. Windows color (decimal): -10981672 or 14184024. OLE color: 14184024.
HSL color Cylindrical-coordinate representation of color #586ED8: hue angle of 229.69º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #586ED8 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 110 | 216 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.15 |
| HSL | 229.69º | 0.62% | 0.6% | - |
| HSV(B) | 229.69º | 0.59% | 0.85% | - |
| XYZ | 22 | 18.18 | 67.32 | - |
| YUV | 115.51 | 184.71 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 216 | 0.59 | 0.49 | 0 | 0.15 | 229.69 | 0.62 | 0.6 |
| Hex | 58 | 6E | D8 | 3B | 31 | 0 | F | E6 | 3E | 3C |
| Octal | 130 | 156 | 330 | 73 | 61 | 0 | 17 | 346 | 76 | 74 |
| Binary | 1011000 | 1101110 | 11011000 | 111011 | 110001 | 0 | 1111 | 11100110 | 111110 | 111100 |
Color Harmonies of #586ED8
Complementary color
Monochromatic Colors of #586ED8
Black with #586ED8
Text Example
Text Example
White with #586ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586ED8; }
p { color: rgb(88,110,216); }
H1.HeaderClassName
{
color: #586ED8;
}
.AnyTagClassName
{
color: #586ED8;
}
</style>
background-color css
<style>
a { background-color: #586ED8; }
a { background-color: rgb(88,110,216); }
div.DivClassName
{
background-color: #586ED8;
}
.BgClassName
{
background-color: #586ED8;
}
</style>
border-color css
<style>
span { border-color: #586ED8; }
span { border-color: rgb(88,110,216); }
td.TdClassName
{
border-color: #586ED8;
}
.TagClassName
{
border-color: #586ED8;
}
</style>