Shades of Royal Blue #5874DB
Tints of Royal Blue #5874DB
RGB
CMYK
RGB Variations
Color information
#5874DB (or 0x5874DB) is known color: Royal Blue. HEX triplet: 58, 74 and DB. RGB value is (88,116,219). Sum of RGB (Red+Green+Blue) = 88+116+219=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #5874DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5874DB is #A78B24. Grayscale: #767676. Windows color (decimal): -10980133 or 14382168. OLE color: 14382168.
HSL color Cylindrical-coordinate representation of color #5874DB: hue angle of 227.18º 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 #5874DB is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 116 | 219 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.14 |
| HSL | 227.18º | 0.65% | 0.6% | - |
| HSV(B) | 227.18º | 0.6% | 0.86% | - |
| XYZ | 23.06 | 19.68 | 69.6 | - |
| YUV | 119.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 219 | 0.60 | 0.47 | 0 | 0.14 | 227.18 | 0.65 | 0.6 |
| Hex | 58 | 74 | DB | 3C | 2F | 0 | E | E3 | 41 | 3C |
| Octal | 130 | 164 | 333 | 74 | 57 | 0 | 16 | 343 | 101 | 74 |
| Binary | 1011000 | 1110100 | 11011011 | 111100 | 101111 | 0 | 1110 | 11100011 | 1000001 | 111100 |
Color Harmonies of #5874DB
Complementary color
Monochromatic Colors of #5874DB
Black with #5874DB
Text Example
Text Example
White with #5874DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5874DB; }
p { color: rgb(88,116,219); }
H1.HeaderClassName
{
color: #5874DB;
}
.AnyTagClassName
{
color: #5874DB;
}
</style>
background-color css
<style>
a { background-color: #5874DB; }
a { background-color: rgb(88,116,219); }
div.DivClassName
{
background-color: #5874DB;
}
.BgClassName
{
background-color: #5874DB;
}
</style>
border-color css
<style>
span { border-color: #5874DB; }
span { border-color: rgb(88,116,219); }
td.TdClassName
{
border-color: #5874DB;
}
.TagClassName
{
border-color: #5874DB;
}
</style>