Shades of Royal Blue #586CE1
Tints of Royal Blue #586CE1
RGB
CMYK
RGB Variations
Color information
#586CE1 (or 0x586CE1) is known color: Royal Blue. HEX triplet: 58, 6C and E1. RGB value is (88,108,225). Sum of RGB (Red+Green+Blue) = 88+108+225=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #586CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586CE1 is #A7931E. Grayscale: #727272. Windows color (decimal): -10982175 or 14773336. OLE color: 14773336.
HSL color Cylindrical-coordinate representation of color #586CE1: hue angle of 231.24º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #586CE1 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 108 | 225 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.12 |
| HSL | 231.24º | 0.7% | 0.61% | - |
| HSV(B) | 231.24º | 0.61% | 0.88% | - |
| XYZ | 22.98 | 18.24 | 73.54 | - |
| YUV | 115.36 | 189.87 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 225 | 0.61 | 0.52 | 0 | 0.12 | 231.24 | 0.7 | 0.61 |
| Hex | 58 | 6C | E1 | 3D | 34 | 0 | C | E7 | 46 | 3D |
| Octal | 130 | 154 | 341 | 75 | 64 | 0 | 14 | 347 | 106 | 75 |
| Binary | 1011000 | 1101100 | 11100001 | 111101 | 110100 | 0 | 1100 | 11100111 | 1000110 | 111101 |
Color Harmonies of #586CE1
Complementary color
Monochromatic Colors of #586CE1
Black with #586CE1
Text Example
Text Example
White with #586CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586CE1; }
p { color: rgb(88,108,225); }
H1.HeaderClassName
{
color: #586CE1;
}
.AnyTagClassName
{
color: #586CE1;
}
</style>
background-color css
<style>
a { background-color: #586CE1; }
a { background-color: rgb(88,108,225); }
div.DivClassName
{
background-color: #586CE1;
}
.BgClassName
{
background-color: #586CE1;
}
</style>
border-color css
<style>
span { border-color: #586CE1; }
span { border-color: rgb(88,108,225); }
td.TdClassName
{
border-color: #586CE1;
}
.TagClassName
{
border-color: #586CE1;
}
</style>