Shades of Royal Blue #5864D7
Tints of Royal Blue #5864D7
RGB
CMYK
RGB Variations
Color information
#5864D7 (or 0x5864D7) is known color: Royal Blue. HEX triplet: 58, 64 and D7. RGB value is (88,100,215). Sum of RGB (Red+Green+Blue) = 88+100+215=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #5864D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5864D7 is #A79B28. Grayscale: #6D6D6D. Windows color (decimal): -10984233 or 14115928. OLE color: 14115928.
HSL color Cylindrical-coordinate representation of color #5864D7: hue angle of 234.33º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5864D7 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 100 | 215 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.16 |
| HSL | 234.33º | 0.61% | 0.59% | - |
| HSV(B) | 234.33º | 0.59% | 0.84% | - |
| XYZ | 20.85 | 16.1 | 66.3 | - |
| YUV | 109.52 | 187.52 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 215 | 0.59 | 0.53 | 0 | 0.16 | 234.33 | 0.61 | 0.59 |
| Hex | 58 | 64 | D7 | 3B | 35 | 0 | 10 | EA | 3D | 3B |
| Octal | 130 | 144 | 327 | 73 | 65 | 0 | 20 | 352 | 75 | 73 |
| Binary | 1011000 | 1100100 | 11010111 | 111011 | 110101 | 0 | 10000 | 11101010 | 111101 | 111011 |
Color Harmonies of #5864D7
Complementary color
Monochromatic Colors of #5864D7
Black with #5864D7
Text Example
Text Example
White with #5864D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5864D7; }
p { color: rgb(88,100,215); }
H1.HeaderClassName
{
color: #5864D7;
}
.AnyTagClassName
{
color: #5864D7;
}
</style>
background-color css
<style>
a { background-color: #5864D7; }
a { background-color: rgb(88,100,215); }
div.DivClassName
{
background-color: #5864D7;
}
.BgClassName
{
background-color: #5864D7;
}
</style>
border-color css
<style>
span { border-color: #5864D7; }
span { border-color: rgb(88,100,215); }
td.TdClassName
{
border-color: #5864D7;
}
.TagClassName
{
border-color: #5864D7;
}
</style>