Shades of Royal Blue #586EFB
Tints of Royal Blue #586EFB
RGB
CMYK
RGB Variations
Color information
#586EFB (or 0x586EFB) is known color: Royal Blue. HEX triplet: 58, 6E and FB. RGB value is (88,110,251). Sum of RGB (Red+Green+Blue) = 88+110+251=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #586EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586EFB is #A79104. Grayscale: #767676. Windows color (decimal): -10981637 or 16477784. OLE color: 16477784.
HSL color Cylindrical-coordinate representation of color #586EFB: hue angle of 231.9º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #586EFB is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 110 | 251 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.02 |
| HSL | 231.9º | 0.95% | 0.66% | - |
| HSV(B) | 231.9º | 0.65% | 0.98% | - |
| XYZ | 27.01 | 20.19 | 93.74 | - |
| YUV | 119.5 | 202.21 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 251 | 0.65 | 0.56 | 0 | 0.02 | 231.9 | 0.95 | 0.66 |
| Hex | 58 | 6E | FB | 41 | 38 | 0 | 2 | E8 | 5F | 42 |
| Octal | 130 | 156 | 373 | 101 | 70 | 0 | 2 | 350 | 137 | 102 |
| Binary | 1011000 | 1101110 | 11111011 | 1000001 | 111000 | 0 | 10 | 11101000 | 1011111 | 1000010 |
Color Harmonies of #586EFB
Complementary color
Monochromatic Colors of #586EFB
Black with #586EFB
Text Example
Text Example
White with #586EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586EFB; }
p { color: rgb(88,110,251); }
H1.HeaderClassName
{
color: #586EFB;
}
.AnyTagClassName
{
color: #586EFB;
}
</style>
background-color css
<style>
a { background-color: #586EFB; }
a { background-color: rgb(88,110,251); }
div.DivClassName
{
background-color: #586EFB;
}
.BgClassName
{
background-color: #586EFB;
}
</style>
border-color css
<style>
span { border-color: #586EFB; }
span { border-color: rgb(88,110,251); }
td.TdClassName
{
border-color: #586EFB;
}
.TagClassName
{
border-color: #586EFB;
}
</style>