Shades of Royal Blue #586ED0
Tints of Royal Blue #586ED0
RGB
CMYK
RGB Variations
Color information
#586ED0 (or 0x586ED0) is known color: Royal Blue. HEX triplet: 58, 6E and D0. RGB value is (88,110,208). Sum of RGB (Red+Green+Blue) = 88+110+208=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #586ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586ED0 is #A7912F. Grayscale: #727272. Windows color (decimal): -10981680 or 13659736. OLE color: 13659736.
HSL color Cylindrical-coordinate representation of color #586ED0: hue angle of 229º degrees, saturation: 0.56, 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 #586ED0 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 110 | 208 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.18 |
| HSL | 229º | 0.56% | 0.58% | - |
| HSV(B) | 229º | 0.58% | 0.82% | - |
| XYZ | 20.99 | 17.78 | 62 | - |
| YUV | 114.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 208 | 0.58 | 0.47 | 0 | 0.18 | 229 | 0.56 | 0.58 |
| Hex | 58 | 6E | D0 | 3A | 2F | 0 | 12 | E5 | 38 | 3A |
| Octal | 130 | 156 | 320 | 72 | 57 | 0 | 22 | 345 | 70 | 72 |
| Binary | 1011000 | 1101110 | 11010000 | 111010 | 101111 | 0 | 10010 | 11100101 | 111000 | 111010 |
Color Harmonies of #586ED0
Complementary color
Monochromatic Colors of #586ED0
Black with #586ED0
Text Example
Text Example
White with #586ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586ED0; }
p { color: rgb(88,110,208); }
H1.HeaderClassName
{
color: #586ED0;
}
.AnyTagClassName
{
color: #586ED0;
}
</style>
background-color css
<style>
a { background-color: #586ED0; }
a { background-color: rgb(88,110,208); }
div.DivClassName
{
background-color: #586ED0;
}
.BgClassName
{
background-color: #586ED0;
}
</style>
border-color css
<style>
span { border-color: #586ED0; }
span { border-color: rgb(88,110,208); }
td.TdClassName
{
border-color: #586ED0;
}
.TagClassName
{
border-color: #586ED0;
}
</style>