Shades of Royal Blue #5864DB
Tints of Royal Blue #5864DB
RGB
CMYK
RGB Variations
Color information
#5864DB (or 0x5864DB) is known color: Royal Blue. HEX triplet: 58, 64 and DB. RGB value is (88,100,219). Sum of RGB (Red+Green+Blue) = 88+100+219=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #5864DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5864DB is #A79B24. Grayscale: #6D6D6D. Windows color (decimal): -10984229 or 14378072. OLE color: 14378072.
HSL color Cylindrical-coordinate representation of color #5864DB: hue angle of 234.5º 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 #5864DB is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 100 | 219 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.14 |
| HSL | 234.5º | 0.65% | 0.6% | - |
| HSV(B) | 234.5º | 0.6% | 0.86% | - |
| XYZ | 21.37 | 16.3 | 69.04 | - |
| YUV | 109.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 219 | 0.60 | 0.54 | 0 | 0.14 | 234.5 | 0.65 | 0.6 |
| Hex | 58 | 64 | DB | 3C | 36 | 0 | E | EB | 41 | 3C |
| Octal | 130 | 144 | 333 | 74 | 66 | 0 | 16 | 353 | 101 | 74 |
| Binary | 1011000 | 1100100 | 11011011 | 111100 | 110110 | 0 | 1110 | 11101011 | 1000001 | 111100 |
Color Harmonies of #5864DB
Complementary color
Monochromatic Colors of #5864DB
Black with #5864DB
Text Example
Text Example
White with #5864DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5864DB; }
p { color: rgb(88,100,219); }
H1.HeaderClassName
{
color: #5864DB;
}
.AnyTagClassName
{
color: #5864DB;
}
</style>
background-color css
<style>
a { background-color: #5864DB; }
a { background-color: rgb(88,100,219); }
div.DivClassName
{
background-color: #5864DB;
}
.BgClassName
{
background-color: #5864DB;
}
</style>
border-color css
<style>
span { border-color: #5864DB; }
span { border-color: rgb(88,100,219); }
td.TdClassName
{
border-color: #5864DB;
}
.TagClassName
{
border-color: #5864DB;
}
</style>