Shades of Royal Blue #586FEF
Tints of Royal Blue #586FEF
RGB
CMYK
RGB Variations
Color information
#586FEF (or 0x586FEF) is known color: Royal Blue. HEX triplet: 58, 6F and EF. RGB value is (88,111,239). Sum of RGB (Red+Green+Blue) = 88+111+239=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #586FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586FEF is #A79010. Grayscale: #767676. Windows color (decimal): -10981393 or 15691608. OLE color: 15691608.
HSL color Cylindrical-coordinate representation of color #586FEF: hue angle of 230.86º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586FEF is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 111 | 239 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.06 |
| HSL | 230.86º | 0.83% | 0.64% | - |
| HSV(B) | 230.86º | 0.63% | 0.94% | - |
| XYZ | 25.29 | 19.68 | 84.13 | - |
| YUV | 118.72 | 195.88 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 239 | 0.63 | 0.54 | 0 | 0.06 | 230.86 | 0.83 | 0.64 |
| Hex | 58 | 6F | EF | 3F | 36 | 0 | 6 | E7 | 53 | 40 |
| Octal | 130 | 157 | 357 | 77 | 66 | 0 | 6 | 347 | 123 | 100 |
| Binary | 1011000 | 1101111 | 11101111 | 111111 | 110110 | 0 | 110 | 11100111 | 1010011 | 1000000 |
Color Harmonies of #586FEF
Complementary color
Monochromatic Colors of #586FEF
Black with #586FEF
Text Example
Text Example
White with #586FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586FEF; }
p { color: rgb(88,111,239); }
H1.HeaderClassName
{
color: #586FEF;
}
.AnyTagClassName
{
color: #586FEF;
}
</style>
background-color css
<style>
a { background-color: #586FEF; }
a { background-color: rgb(88,111,239); }
div.DivClassName
{
background-color: #586FEF;
}
.BgClassName
{
background-color: #586FEF;
}
</style>
border-color css
<style>
span { border-color: #586FEF; }
span { border-color: rgb(88,111,239); }
td.TdClassName
{
border-color: #586FEF;
}
.TagClassName
{
border-color: #586FEF;
}
</style>