Shades of Royal Blue #586EDF
Tints of Royal Blue #586EDF
RGB
CMYK
RGB Variations
Color information
#586EDF (or 0x586EDF) is known color: Royal Blue. HEX triplet: 58, 6E and DF. RGB value is (88,110,223). Sum of RGB (Red+Green+Blue) = 88+110+223=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #586EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586EDF is #A79120. Grayscale: #737373. Windows color (decimal): -10981665 or 14642776. OLE color: 14642776.
HSL color Cylindrical-coordinate representation of color #586EDF: hue angle of 230.22º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #586EDF is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 110 | 223 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.13 |
| HSL | 230.22º | 0.68% | 0.61% | - |
| HSV(B) | 230.22º | 0.61% | 0.87% | - |
| XYZ | 22.92 | 18.55 | 72.19 | - |
| YUV | 116.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 223 | 0.61 | 0.51 | 0 | 0.13 | 230.22 | 0.68 | 0.61 |
| Hex | 58 | 6E | DF | 3D | 33 | 0 | D | E6 | 44 | 3D |
| Octal | 130 | 156 | 337 | 75 | 63 | 0 | 15 | 346 | 104 | 75 |
| Binary | 1011000 | 1101110 | 11011111 | 111101 | 110011 | 0 | 1101 | 11100110 | 1000100 | 111101 |
Color Harmonies of #586EDF
Complementary color
Monochromatic Colors of #586EDF
Black with #586EDF
Text Example
Text Example
White with #586EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586EDF; }
p { color: rgb(88,110,223); }
H1.HeaderClassName
{
color: #586EDF;
}
.AnyTagClassName
{
color: #586EDF;
}
</style>
background-color css
<style>
a { background-color: #586EDF; }
a { background-color: rgb(88,110,223); }
div.DivClassName
{
background-color: #586EDF;
}
.BgClassName
{
background-color: #586EDF;
}
</style>
border-color css
<style>
span { border-color: #586EDF; }
span { border-color: rgb(88,110,223); }
td.TdClassName
{
border-color: #586EDF;
}
.TagClassName
{
border-color: #586EDF;
}
</style>