Shades of Royal Blue #5875DC
Tints of Royal Blue #5875DC
RGB
CMYK
RGB Variations
Color information
#5875DC (or 0x5875DC) is known color: Royal Blue. HEX triplet: 58, 75 and DC. RGB value is (88,117,220). Sum of RGB (Red+Green+Blue) = 88+117+220=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #5875DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875DC is #A78A23. Grayscale: #777777. Windows color (decimal): -10979876 or 14447960. OLE color: 14447960.
HSL color Cylindrical-coordinate representation of color #5875DC: hue angle of 226.82º 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 #5875DC is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 117 | 220 | - |
| CMYK | 0.6 | 0.47 | 0 | 0.14 |
| HSL | 226.82º | 0.65% | 0.6% | - |
| HSV(B) | 226.82º | 0.6% | 0.86% | - |
| XYZ | 23.3 | 19.96 | 70.34 | - |
| YUV | 120.07 | 184.39 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 220 | 0.6 | 0.47 | 0 | 0.14 | 226.82 | 0.65 | 0.6 |
| Hex | 58 | 75 | DC | 3C | 2F | 0 | E | E3 | 41 | 3C |
| Octal | 130 | 165 | 334 | 74 | 57 | 0 | 16 | 343 | 101 | 74 |
| Binary | 1011000 | 1110101 | 11011100 | 111100 | 101111 | 0 | 1110 | 11100011 | 1000001 | 111100 |
Color Harmonies of #5875DC
Complementary color
Monochromatic Colors of #5875DC
Black with #5875DC
Text Example
Text Example
White with #5875DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5875DC; }
p { color: rgb(88,117,220); }
H1.HeaderClassName
{
color: #5875DC;
}
.AnyTagClassName
{
color: #5875DC;
}
</style>
background-color css
<style>
a { background-color: #5875DC; }
a { background-color: rgb(88,117,220); }
div.DivClassName
{
background-color: #5875DC;
}
.BgClassName
{
background-color: #5875DC;
}
</style>
border-color css
<style>
span { border-color: #5875DC; }
span { border-color: rgb(88,117,220); }
td.TdClassName
{
border-color: #5875DC;
}
.TagClassName
{
border-color: #5875DC;
}
</style>