Shades of Royal Blue #587BDD
Tints of Royal Blue #587BDD
RGB
CMYK
RGB Variations
Color information
#587BDD (or 0x587BDD) is known color: Royal Blue. HEX triplet: 58, 7B and DD. RGB value is (88,123,221). Sum of RGB (Red+Green+Blue) = 88+123+221=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #587BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587BDD is #A78422. Grayscale: #7B7B7B. Windows color (decimal): -10978339 or 14515032. OLE color: 14515032.
HSL color Cylindrical-coordinate representation of color #587BDD: hue angle of 224.21º 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 #587BDD is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 123 | 221 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.13 |
| HSL | 224.21º | 0.66% | 0.61% | - |
| HSV(B) | 224.21º | 0.6% | 0.87% | - |
| XYZ | 24.16 | 21.46 | 71.28 | - |
| YUV | 123.71 | 182.9 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 221 | 0.60 | 0.44 | 0 | 0.13 | 224.21 | 0.66 | 0.61 |
| Hex | 58 | 7B | DD | 3C | 2C | 0 | D | E0 | 42 | 3D |
| Octal | 130 | 173 | 335 | 74 | 54 | 0 | 15 | 340 | 102 | 75 |
| Binary | 1011000 | 1111011 | 11011101 | 111100 | 101100 | 0 | 1101 | 11100000 | 1000010 | 111101 |
Color Harmonies of #587BDD
Complementary color
Monochromatic Colors of #587BDD
Black with #587BDD
Text Example
Text Example
White with #587BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BDD; }
p { color: rgb(88,123,221); }
H1.HeaderClassName
{
color: #587BDD;
}
.AnyTagClassName
{
color: #587BDD;
}
</style>
background-color css
<style>
a { background-color: #587BDD; }
a { background-color: rgb(88,123,221); }
div.DivClassName
{
background-color: #587BDD;
}
.BgClassName
{
background-color: #587BDD;
}
</style>
border-color css
<style>
span { border-color: #587BDD; }
span { border-color: rgb(88,123,221); }
td.TdClassName
{
border-color: #587BDD;
}
.TagClassName
{
border-color: #587BDD;
}
</style>