Shades of Royal Blue #5873EE
Tints of Royal Blue #5873EE
RGB
CMYK
RGB Variations
Color information
#5873EE (or 0x5873EE) is known color: Royal Blue. HEX triplet: 58, 73 and EE. RGB value is (88,115,238). Sum of RGB (Red+Green+Blue) = 88+115+238=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #5873EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5873EE is #A78C11. Grayscale: #787878. Windows color (decimal): -10980370 or 15627096. OLE color: 15627096.
HSL color Cylindrical-coordinate representation of color #5873EE: hue angle of 229.2º degrees, saturation: 0.82, 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 #5873EE is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 115 | 238 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.07 |
| HSL | 229.2º | 0.82% | 0.64% | - |
| HSV(B) | 229.2º | 0.63% | 0.93% | - |
| XYZ | 25.59 | 20.51 | 83.5 | - |
| YUV | 120.95 | 194.05 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 238 | 0.63 | 0.52 | 0 | 0.07 | 229.2 | 0.82 | 0.64 |
| Hex | 58 | 73 | EE | 3F | 34 | 0 | 7 | E5 | 52 | 40 |
| Octal | 130 | 163 | 356 | 77 | 64 | 0 | 7 | 345 | 122 | 100 |
| Binary | 1011000 | 1110011 | 11101110 | 111111 | 110100 | 0 | 111 | 11100101 | 1010010 | 1000000 |
Color Harmonies of #5873EE
Complementary color
Monochromatic Colors of #5873EE
Black with #5873EE
Text Example
Text Example
White with #5873EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5873EE; }
p { color: rgb(88,115,238); }
H1.HeaderClassName
{
color: #5873EE;
}
.AnyTagClassName
{
color: #5873EE;
}
</style>
background-color css
<style>
a { background-color: #5873EE; }
a { background-color: rgb(88,115,238); }
div.DivClassName
{
background-color: #5873EE;
}
.BgClassName
{
background-color: #5873EE;
}
</style>
border-color css
<style>
span { border-color: #5873EE; }
span { border-color: rgb(88,115,238); }
td.TdClassName
{
border-color: #5873EE;
}
.TagClassName
{
border-color: #5873EE;
}
</style>