Shades of Royal Blue #5868DD
Tints of Royal Blue #5868DD
RGB
CMYK
RGB Variations
Color information
#5868DD (or 0x5868DD) is known color: Royal Blue. HEX triplet: 58, 68 and DD. RGB value is (88,104,221). Sum of RGB (Red+Green+Blue) = 88+104+221=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #5868DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5868DD is #A79722. Grayscale: #707070. Windows color (decimal): -10983203 or 14510168. OLE color: 14510168.
HSL color Cylindrical-coordinate representation of color #5868DD: hue angle of 232.78º degrees, saturation: 0.66, 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 #5868DD is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 104 | 221 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.13 |
| HSL | 232.78º | 0.66% | 0.61% | - |
| HSV(B) | 232.78º | 0.6% | 0.87% | - |
| XYZ | 22.03 | 17.2 | 70.56 | - |
| YUV | 112.55 | 189.2 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 221 | 0.60 | 0.53 | 0 | 0.13 | 232.78 | 0.66 | 0.61 |
| Hex | 58 | 68 | DD | 3C | 35 | 0 | D | E9 | 42 | 3D |
| Octal | 130 | 150 | 335 | 74 | 65 | 0 | 15 | 351 | 102 | 75 |
| Binary | 1011000 | 1101000 | 11011101 | 111100 | 110101 | 0 | 1101 | 11101001 | 1000010 | 111101 |
Color Harmonies of #5868DD
Complementary color
Monochromatic Colors of #5868DD
Black with #5868DD
Text Example
Text Example
White with #5868DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5868DD; }
p { color: rgb(88,104,221); }
H1.HeaderClassName
{
color: #5868DD;
}
.AnyTagClassName
{
color: #5868DD;
}
</style>
background-color css
<style>
a { background-color: #5868DD; }
a { background-color: rgb(88,104,221); }
div.DivClassName
{
background-color: #5868DD;
}
.BgClassName
{
background-color: #5868DD;
}
</style>
border-color css
<style>
span { border-color: #5868DD; }
span { border-color: rgb(88,104,221); }
td.TdClassName
{
border-color: #5868DD;
}
.TagClassName
{
border-color: #5868DD;
}
</style>