Shades of Royal Blue #5868DE
Tints of Royal Blue #5868DE
RGB
CMYK
RGB Variations
Color information
#5868DE (or 0x5868DE) is known color: Royal Blue. HEX triplet: 58, 68 and DE. RGB value is (88,104,222). Sum of RGB (Red+Green+Blue) = 88+104+222=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #5868DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5868DE is #A79721. Grayscale: #707070. Windows color (decimal): -10983202 or 14575704. OLE color: 14575704.
HSL color Cylindrical-coordinate representation of color #5868DE: hue angle of 232.84º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5868DE is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 104 | 222 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.13 |
| HSL | 232.84º | 0.67% | 0.61% | - |
| HSV(B) | 232.84º | 0.6% | 0.87% | - |
| XYZ | 22.16 | 17.25 | 71.27 | - |
| YUV | 112.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 222 | 0.60 | 0.53 | 0 | 0.13 | 232.84 | 0.67 | 0.61 |
| Hex | 58 | 68 | DE | 3C | 35 | 0 | D | E9 | 43 | 3D |
| Octal | 130 | 150 | 336 | 74 | 65 | 0 | 15 | 351 | 103 | 75 |
| Binary | 1011000 | 1101000 | 11011110 | 111100 | 110101 | 0 | 1101 | 11101001 | 1000011 | 111101 |
Color Harmonies of #5868DE
Complementary color
Monochromatic Colors of #5868DE
Black with #5868DE
Text Example
Text Example
White with #5868DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5868DE; }
p { color: rgb(88,104,222); }
H1.HeaderClassName
{
color: #5868DE;
}
.AnyTagClassName
{
color: #5868DE;
}
</style>
background-color css
<style>
a { background-color: #5868DE; }
a { background-color: rgb(88,104,222); }
div.DivClassName
{
background-color: #5868DE;
}
.BgClassName
{
background-color: #5868DE;
}
</style>
border-color css
<style>
span { border-color: #5868DE; }
span { border-color: rgb(88,104,222); }
td.TdClassName
{
border-color: #5868DE;
}
.TagClassName
{
border-color: #5868DE;
}
</style>