Shades of Royal Blue #586FEC
Tints of Royal Blue #586FEC
RGB
CMYK
RGB Variations
Color information
#586FEC (or 0x586FEC) is known color: Royal Blue. HEX triplet: 58, 6F and EC. RGB value is (88,111,236). Sum of RGB (Red+Green+Blue) = 88+111+236=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #586FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586FEC is #A79013. Grayscale: #757575. Windows color (decimal): -10981396 or 15495000. OLE color: 15495000.
HSL color Cylindrical-coordinate representation of color #586FEC: hue angle of 230.68º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586FEC is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 111 | 236 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.07 |
| HSL | 230.68º | 0.8% | 0.64% | - |
| HSV(B) | 230.68º | 0.63% | 0.93% | - |
| XYZ | 24.85 | 19.5 | 81.81 | - |
| YUV | 118.37 | 194.38 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 236 | 0.63 | 0.53 | 0 | 0.07 | 230.68 | 0.8 | 0.64 |
| Hex | 58 | 6F | EC | 3F | 35 | 0 | 7 | E7 | 50 | 40 |
| Octal | 130 | 157 | 354 | 77 | 65 | 0 | 7 | 347 | 120 | 100 |
| Binary | 1011000 | 1101111 | 11101100 | 111111 | 110101 | 0 | 111 | 11100111 | 1010000 | 1000000 |
Color Harmonies of #586FEC
Complementary color
Monochromatic Colors of #586FEC
Black with #586FEC
Text Example
Text Example
White with #586FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586FEC; }
p { color: rgb(88,111,236); }
H1.HeaderClassName
{
color: #586FEC;
}
.AnyTagClassName
{
color: #586FEC;
}
</style>
background-color css
<style>
a { background-color: #586FEC; }
a { background-color: rgb(88,111,236); }
div.DivClassName
{
background-color: #586FEC;
}
.BgClassName
{
background-color: #586FEC;
}
</style>
border-color css
<style>
span { border-color: #586FEC; }
span { border-color: rgb(88,111,236); }
td.TdClassName
{
border-color: #586FEC;
}
.TagClassName
{
border-color: #586FEC;
}
</style>