Shades of Royal Blue #587BDC
Tints of Royal Blue #587BDC
RGB
CMYK
RGB Variations
Color information
#587BDC (or 0x587BDC) is known color: Royal Blue. HEX triplet: 58, 7B and DC. RGB value is (88,123,220). Sum of RGB (Red+Green+Blue) = 88+123+220=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #587BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587BDC is #A78423. Grayscale: #7B7B7B. Windows color (decimal): -10978340 or 14449496. OLE color: 14449496.
HSL color Cylindrical-coordinate representation of color #587BDC: hue angle of 224.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 #587BDC is Cyan = 0.6, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 123 | 220 | - |
| CMYK | 0.6 | 0.44 | 0 | 0.14 |
| HSL | 224.09º | 0.65% | 0.6% | - |
| HSV(B) | 224.09º | 0.6% | 0.86% | - |
| XYZ | 24.03 | 21.41 | 70.58 | - |
| YUV | 123.59 | 182.4 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 220 | 0.6 | 0.44 | 0 | 0.14 | 224.09 | 0.65 | 0.6 |
| Hex | 58 | 7B | DC | 3C | 2C | 0 | E | E0 | 41 | 3C |
| Octal | 130 | 173 | 334 | 74 | 54 | 0 | 16 | 340 | 101 | 74 |
| Binary | 1011000 | 1111011 | 11011100 | 111100 | 101100 | 0 | 1110 | 11100000 | 1000001 | 111100 |
Color Harmonies of #587BDC
Complementary color
Monochromatic Colors of #587BDC
Black with #587BDC
Text Example
Text Example
White with #587BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BDC; }
p { color: rgb(88,123,220); }
H1.HeaderClassName
{
color: #587BDC;
}
.AnyTagClassName
{
color: #587BDC;
}
</style>
background-color css
<style>
a { background-color: #587BDC; }
a { background-color: rgb(88,123,220); }
div.DivClassName
{
background-color: #587BDC;
}
.BgClassName
{
background-color: #587BDC;
}
</style>
border-color css
<style>
span { border-color: #587BDC; }
span { border-color: rgb(88,123,220); }
td.TdClassName
{
border-color: #587BDC;
}
.TagClassName
{
border-color: #587BDC;
}
</style>