Shades of Royal Blue #586FED
Tints of Royal Blue #586FED
RGB
CMYK
RGB Variations
Color information
#586FED (or 0x586FED) is known color: Royal Blue. HEX triplet: 58, 6F and ED. RGB value is (88,111,237). Sum of RGB (Red+Green+Blue) = 88+111+237=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #586FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586FED is #A79012. Grayscale: #757575. Windows color (decimal): -10981395 or 15560536. OLE color: 15560536.
HSL color Cylindrical-coordinate representation of color #586FED: hue angle of 230.74º degrees, saturation: 0.81, 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 #586FED is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 111 | 237 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.07 |
| HSL | 230.74º | 0.81% | 0.64% | - |
| HSV(B) | 230.74º | 0.63% | 0.93% | - |
| XYZ | 25 | 19.56 | 82.58 | - |
| YUV | 118.49 | 194.88 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 237 | 0.63 | 0.53 | 0 | 0.07 | 230.74 | 0.81 | 0.64 |
| Hex | 58 | 6F | ED | 3F | 35 | 0 | 7 | E7 | 51 | 40 |
| Octal | 130 | 157 | 355 | 77 | 65 | 0 | 7 | 347 | 121 | 100 |
| Binary | 1011000 | 1101111 | 11101101 | 111111 | 110101 | 0 | 111 | 11100111 | 1010001 | 1000000 |
Color Harmonies of #586FED
Complementary color
Monochromatic Colors of #586FED
Black with #586FED
Text Example
Text Example
White with #586FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586FED; }
p { color: rgb(88,111,237); }
H1.HeaderClassName
{
color: #586FED;
}
.AnyTagClassName
{
color: #586FED;
}
</style>
background-color css
<style>
a { background-color: #586FED; }
a { background-color: rgb(88,111,237); }
div.DivClassName
{
background-color: #586FED;
}
.BgClassName
{
background-color: #586FED;
}
</style>
border-color css
<style>
span { border-color: #586FED; }
span { border-color: rgb(88,111,237); }
td.TdClassName
{
border-color: #586FED;
}
.TagClassName
{
border-color: #586FED;
}
</style>