Shades of Royal Blue #5874E0
Tints of Royal Blue #5874E0
RGB
CMYK
RGB Variations
Color information
#5874E0 (or 0x5874E0) is known color: Royal Blue. HEX triplet: 58, 74 and E0. RGB value is (88,116,224). Sum of RGB (Red+Green+Blue) = 88+116+224=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #5874E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5874E0 is #A78B1F. Grayscale: #777777. Windows color (decimal): -10980128 or 14709848. OLE color: 14709848.
HSL color Cylindrical-coordinate representation of color #5874E0: hue angle of 227.65º degrees, saturation: 0.69, 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 #5874E0 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 116 | 224 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.12 |
| HSL | 227.65º | 0.69% | 0.61% | - |
| HSV(B) | 227.65º | 0.61% | 0.88% | - |
| XYZ | 23.72 | 19.95 | 73.12 | - |
| YUV | 119.94 | 186.72 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 224 | 0.61 | 0.48 | 0 | 0.12 | 227.65 | 0.69 | 0.61 |
| Hex | 58 | 74 | E0 | 3D | 30 | 0 | C | E4 | 45 | 3D |
| Octal | 130 | 164 | 340 | 75 | 60 | 0 | 14 | 344 | 105 | 75 |
| Binary | 1011000 | 1110100 | 11100000 | 111101 | 110000 | 0 | 1100 | 11100100 | 1000101 | 111101 |
Color Harmonies of #5874E0
Complementary color
Monochromatic Colors of #5874E0
Black with #5874E0
Text Example
Text Example
White with #5874E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5874E0; }
p { color: rgb(88,116,224); }
H1.HeaderClassName
{
color: #5874E0;
}
.AnyTagClassName
{
color: #5874E0;
}
</style>
background-color css
<style>
a { background-color: #5874E0; }
a { background-color: rgb(88,116,224); }
div.DivClassName
{
background-color: #5874E0;
}
.BgClassName
{
background-color: #5874E0;
}
</style>
border-color css
<style>
span { border-color: #5874E0; }
span { border-color: rgb(88,116,224); }
td.TdClassName
{
border-color: #5874E0;
}
.TagClassName
{
border-color: #5874E0;
}
</style>