Shades of Royal Blue #5873DC
Tints of Royal Blue #5873DC
RGB
CMYK
RGB Variations
Color information
#5873DC (or 0x5873DC) is known color: Royal Blue. HEX triplet: 58, 73 and DC. RGB value is (88,115,220). Sum of RGB (Red+Green+Blue) = 88+115+220=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #5873DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5873DC is #A78C23. Grayscale: #767676. Windows color (decimal): -10980388 or 14447448. OLE color: 14447448.
HSL color Cylindrical-coordinate representation of color #5873DC: hue angle of 227.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5873DC is Cyan = 0.6, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 115 | 220 | - |
| CMYK | 0.6 | 0.48 | 0 | 0.14 |
| HSL | 227.73º | 0.65% | 0.6% | - |
| HSV(B) | 227.73º | 0.6% | 0.86% | - |
| XYZ | 23.07 | 19.5 | 70.26 | - |
| YUV | 118.9 | 185.05 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 220 | 0.6 | 0.48 | 0 | 0.14 | 227.73 | 0.65 | 0.6 |
| Hex | 58 | 73 | DC | 3C | 30 | 0 | E | E4 | 41 | 3C |
| Octal | 130 | 163 | 334 | 74 | 60 | 0 | 16 | 344 | 101 | 74 |
| Binary | 1011000 | 1110011 | 11011100 | 111100 | 110000 | 0 | 1110 | 11100100 | 1000001 | 111100 |
Color Harmonies of #5873DC
Complementary color
Monochromatic Colors of #5873DC
Black with #5873DC
Text Example
Text Example
White with #5873DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5873DC; }
p { color: rgb(88,115,220); }
H1.HeaderClassName
{
color: #5873DC;
}
.AnyTagClassName
{
color: #5873DC;
}
</style>
background-color css
<style>
a { background-color: #5873DC; }
a { background-color: rgb(88,115,220); }
div.DivClassName
{
background-color: #5873DC;
}
.BgClassName
{
background-color: #5873DC;
}
</style>
border-color css
<style>
span { border-color: #5873DC; }
span { border-color: rgb(88,115,220); }
td.TdClassName
{
border-color: #5873DC;
}
.TagClassName
{
border-color: #5873DC;
}
</style>