Shades of Royal Blue #5873FC
Tints of Royal Blue #5873FC
RGB
CMYK
RGB Variations
Color information
#5873FC (or 0x5873FC) is known color: Royal Blue. HEX triplet: 58, 73 and FC. RGB value is (88,115,252). Sum of RGB (Red+Green+Blue) = 88+115+252=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #5873FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5873FC is #A78C03. Grayscale: #797979. Windows color (decimal): -10980356 or 16544600. OLE color: 16544600.
HSL color Cylindrical-coordinate representation of color #5873FC: hue angle of 230.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5873FC is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 115 | 252 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.01 |
| HSL | 230.12º | 0.96% | 0.67% | - |
| HSV(B) | 230.12º | 0.65% | 0.99% | - |
| XYZ | 27.73 | 21.36 | 94.76 | - |
| YUV | 122.55 | 201.05 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 252 | 0.65 | 0.54 | 0 | 0.01 | 230.12 | 0.96 | 0.67 |
| Hex | 58 | 73 | FC | 41 | 36 | 0 | 1 | E6 | 60 | 43 |
| Octal | 130 | 163 | 374 | 101 | 66 | 0 | 1 | 346 | 140 | 103 |
| Binary | 1011000 | 1110011 | 11111100 | 1000001 | 110110 | 0 | 1 | 11100110 | 1100000 | 1000011 |
Color Harmonies of #5873FC
Complementary color
Monochromatic Colors of #5873FC
Black with #5873FC
Text Example
Text Example
White with #5873FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5873FC; }
p { color: rgb(88,115,252); }
H1.HeaderClassName
{
color: #5873FC;
}
.AnyTagClassName
{
color: #5873FC;
}
</style>
background-color css
<style>
a { background-color: #5873FC; }
a { background-color: rgb(88,115,252); }
div.DivClassName
{
background-color: #5873FC;
}
.BgClassName
{
background-color: #5873FC;
}
</style>
border-color css
<style>
span { border-color: #5873FC; }
span { border-color: rgb(88,115,252); }
td.TdClassName
{
border-color: #5873FC;
}
.TagClassName
{
border-color: #5873FC;
}
</style>