Shades of Royal Blue #5869EF
Tints of Royal Blue #5869EF
RGB
CMYK
RGB Variations
Color information
#5869EF (or 0x5869EF) is known color: Royal Blue. HEX triplet: 58, 69 and EF. RGB value is (88,105,239). Sum of RGB (Red+Green+Blue) = 88+105+239=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #5869EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5869EF is #A79610. Grayscale: #727272. Windows color (decimal): -10982929 or 15690072. OLE color: 15690072.
HSL color Cylindrical-coordinate representation of color #5869EF: hue angle of 233.25º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5869EF is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 105 | 239 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.06 |
| HSL | 233.25º | 0.83% | 0.64% | - |
| HSV(B) | 233.25º | 0.63% | 0.94% | - |
| XYZ | 24.66 | 18.41 | 83.92 | - |
| YUV | 115.19 | 197.87 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 105 | 239 | 0.63 | 0.56 | 0 | 0.06 | 233.25 | 0.83 | 0.64 |
| Hex | 58 | 69 | EF | 3F | 38 | 0 | 6 | E9 | 53 | 40 |
| Octal | 130 | 151 | 357 | 77 | 70 | 0 | 6 | 351 | 123 | 100 |
| Binary | 1011000 | 1101001 | 11101111 | 111111 | 111000 | 0 | 110 | 11101001 | 1010011 | 1000000 |
Color Harmonies of #5869EF
Complementary color
Monochromatic Colors of #5869EF
Black with #5869EF
Text Example
Text Example
White with #5869EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5869EF; }
p { color: rgb(88,105,239); }
H1.HeaderClassName
{
color: #5869EF;
}
.AnyTagClassName
{
color: #5869EF;
}
</style>
background-color css
<style>
a { background-color: #5869EF; }
a { background-color: rgb(88,105,239); }
div.DivClassName
{
background-color: #5869EF;
}
.BgClassName
{
background-color: #5869EF;
}
</style>
border-color css
<style>
span { border-color: #5869EF; }
span { border-color: rgb(88,105,239); }
td.TdClassName
{
border-color: #5869EF;
}
.TagClassName
{
border-color: #5869EF;
}
</style>