Shades of Royal Blue #5865DC
Tints of Royal Blue #5865DC
RGB
CMYK
RGB Variations
Color information
#5865DC (or 0x5865DC) is known color: Royal Blue. HEX triplet: 58, 65 and DC. RGB value is (88,101,220). Sum of RGB (Red+Green+Blue) = 88+101+220=409 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.52% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #5865DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865DC is #A79A23. Grayscale: #6E6E6E. Windows color (decimal): -10983972 or 14443864. OLE color: 14443864.
HSL color Cylindrical-coordinate representation of color #5865DC: hue angle of 234.09º 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 #5865DC is Cyan = 0.6, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 101 | 220 | - |
| CMYK | 0.6 | 0.54 | 0 | 0.14 |
| HSL | 234.09º | 0.65% | 0.6% | - |
| HSV(B) | 234.09º | 0.6% | 0.86% | - |
| XYZ | 21.6 | 16.55 | 69.77 | - |
| YUV | 110.68 | 189.69 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 220 | 0.6 | 0.54 | 0 | 0.14 | 234.09 | 0.65 | 0.6 |
| Hex | 58 | 65 | DC | 3C | 36 | 0 | E | EA | 41 | 3C |
| Octal | 130 | 145 | 334 | 74 | 66 | 0 | 16 | 352 | 101 | 74 |
| Binary | 1011000 | 1100101 | 11011100 | 111100 | 110110 | 0 | 1110 | 11101010 | 1000001 | 111100 |
Color Harmonies of #5865DC
Complementary color
Monochromatic Colors of #5865DC
Black with #5865DC
Text Example
Text Example
White with #5865DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5865DC; }
p { color: rgb(88,101,220); }
H1.HeaderClassName
{
color: #5865DC;
}
.AnyTagClassName
{
color: #5865DC;
}
</style>
background-color css
<style>
a { background-color: #5865DC; }
a { background-color: rgb(88,101,220); }
div.DivClassName
{
background-color: #5865DC;
}
.BgClassName
{
background-color: #5865DC;
}
</style>
border-color css
<style>
span { border-color: #5865DC; }
span { border-color: rgb(88,101,220); }
td.TdClassName
{
border-color: #5865DC;
}
.TagClassName
{
border-color: #5865DC;
}
</style>