Shades of Royal Blue #585EE1
Tints of Royal Blue #585EE1
RGB
CMYK
RGB Variations
Color information
#585EE1 (or 0x585EE1) is known color: Royal Blue. HEX triplet: 58, 5E and E1. RGB value is (88,94,225). Sum of RGB (Red+Green+Blue) = 88+94+225=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 225 (88.28% from 255 or 55.28% from 407); Max value from RGB is 225 - color contains mainly: blue. Hex color #585EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585EE1 is #A7A11E. Grayscale: #6A6A6A. Windows color (decimal): -10985759 or 14769752. OLE color: 14769752.
HSL color Cylindrical-coordinate representation of color #585EE1: hue angle of 237.37º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #585EE1 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 94 | 225 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.12 |
| HSL | 237.37º | 0.7% | 0.61% | - |
| HSV(B) | 237.37º | 0.61% | 0.88% | - |
| XYZ | 21.62 | 15.52 | 73.09 | - |
| YUV | 107.14 | 194.51 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 225 | 0.61 | 0.58 | 0 | 0.12 | 237.37 | 0.7 | 0.61 |
| Hex | 58 | 5E | E1 | 3D | 3A | 0 | C | ED | 46 | 3D |
| Octal | 130 | 136 | 341 | 75 | 72 | 0 | 14 | 355 | 106 | 75 |
| Binary | 1011000 | 1011110 | 11100001 | 111101 | 111010 | 0 | 1100 | 11101101 | 1000110 | 111101 |
Color Harmonies of #585EE1
Complementary color
Monochromatic Colors of #585EE1
Black with #585EE1
Text Example
Text Example
White with #585EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585EE1; }
p { color: rgb(88,94,225); }
H1.HeaderClassName
{
color: #585EE1;
}
.AnyTagClassName
{
color: #585EE1;
}
</style>
background-color css
<style>
a { background-color: #585EE1; }
a { background-color: rgb(88,94,225); }
div.DivClassName
{
background-color: #585EE1;
}
.BgClassName
{
background-color: #585EE1;
}
</style>
border-color css
<style>
span { border-color: #585EE1; }
span { border-color: rgb(88,94,225); }
td.TdClassName
{
border-color: #585EE1;
}
.TagClassName
{
border-color: #585EE1;
}
</style>