Shades of Royal Blue #5873EF
Tints of Royal Blue #5873EF
RGB
CMYK
RGB Variations
Color information
#5873EF (or 0x5873EF) is known color: Royal Blue. HEX triplet: 58, 73 and EF. RGB value is (88,115,239). Sum of RGB (Red+Green+Blue) = 88+115+239=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #5873EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5873EF is #A78C10. Grayscale: #787878. Windows color (decimal): -10980369 or 15692632. OLE color: 15692632.
HSL color Cylindrical-coordinate representation of color #5873EF: hue angle of 229.27º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5873EF is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 115 | 239 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.06 |
| HSL | 229.27º | 0.83% | 0.64% | - |
| HSV(B) | 229.27º | 0.63% | 0.94% | - |
| XYZ | 25.74 | 20.57 | 84.28 | - |
| YUV | 121.06 | 194.55 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 239 | 0.63 | 0.52 | 0 | 0.06 | 229.27 | 0.83 | 0.64 |
| Hex | 58 | 73 | EF | 3F | 34 | 0 | 6 | E5 | 53 | 40 |
| Octal | 130 | 163 | 357 | 77 | 64 | 0 | 6 | 345 | 123 | 100 |
| Binary | 1011000 | 1110011 | 11101111 | 111111 | 110100 | 0 | 110 | 11100101 | 1010011 | 1000000 |
Color Harmonies of #5873EF
Complementary color
Monochromatic Colors of #5873EF
Black with #5873EF
Text Example
Text Example
White with #5873EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5873EF; }
p { color: rgb(88,115,239); }
H1.HeaderClassName
{
color: #5873EF;
}
.AnyTagClassName
{
color: #5873EF;
}
</style>
background-color css
<style>
a { background-color: #5873EF; }
a { background-color: rgb(88,115,239); }
div.DivClassName
{
background-color: #5873EF;
}
.BgClassName
{
background-color: #5873EF;
}
</style>
border-color css
<style>
span { border-color: #5873EF; }
span { border-color: rgb(88,115,239); }
td.TdClassName
{
border-color: #5873EF;
}
.TagClassName
{
border-color: #5873EF;
}
</style>