Shades of Royal Blue #586FFB
Tints of Royal Blue #586FFB
RGB
CMYK
RGB Variations
Color information
#586FFB (or 0x586FFB) is known color: Royal Blue. HEX triplet: 58, 6F and FB. RGB value is (88,111,251). Sum of RGB (Red+Green+Blue) = 88+111+251=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #586FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586FFB is #A79004. Grayscale: #777777. Windows color (decimal): -10981381 or 16478040. OLE color: 16478040.
HSL color Cylindrical-coordinate representation of color #586FFB: hue angle of 231.53º 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 #586FFB is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 111 | 251 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.02 |
| HSL | 231.53º | 0.95% | 0.66% | - |
| HSV(B) | 231.53º | 0.65% | 0.98% | - |
| XYZ | 27.12 | 20.41 | 93.78 | - |
| YUV | 120.08 | 201.88 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 251 | 0.65 | 0.56 | 0 | 0.02 | 231.53 | 0.95 | 0.66 |
| Hex | 58 | 6F | FB | 41 | 38 | 0 | 2 | E8 | 5F | 42 |
| Octal | 130 | 157 | 373 | 101 | 70 | 0 | 2 | 350 | 137 | 102 |
| Binary | 1011000 | 1101111 | 11111011 | 1000001 | 111000 | 0 | 10 | 11101000 | 1011111 | 1000010 |
Color Harmonies of #586FFB
Complementary color
Monochromatic Colors of #586FFB
Black with #586FFB
Text Example
Text Example
White with #586FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586FFB; }
p { color: rgb(88,111,251); }
H1.HeaderClassName
{
color: #586FFB;
}
.AnyTagClassName
{
color: #586FFB;
}
</style>
background-color css
<style>
a { background-color: #586FFB; }
a { background-color: rgb(88,111,251); }
div.DivClassName
{
background-color: #586FFB;
}
.BgClassName
{
background-color: #586FFB;
}
</style>
border-color css
<style>
span { border-color: #586FFB; }
span { border-color: rgb(88,111,251); }
td.TdClassName
{
border-color: #586FFB;
}
.TagClassName
{
border-color: #586FFB;
}
</style>