Shades of Royal Blue #587DDD
Tints of Royal Blue #587DDD
RGB
CMYK
RGB Variations
Color information
#587DDD (or 0x587DDD) is known color: Royal Blue. HEX triplet: 58, 7D and DD. RGB value is (88,125,221). Sum of RGB (Red+Green+Blue) = 88+125+221=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #587DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DDD is #A78222. Grayscale: #7C7C7C. Windows color (decimal): -10977827 or 14515544. OLE color: 14515544.
HSL color Cylindrical-coordinate representation of color #587DDD: hue angle of 223.31º 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 #587DDD is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 125 | 221 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.13 |
| HSL | 223.31º | 0.66% | 0.61% | - |
| HSV(B) | 223.31º | 0.6% | 0.87% | - |
| XYZ | 24.41 | 21.96 | 71.36 | - |
| YUV | 124.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 221 | 0.60 | 0.43 | 0 | 0.13 | 223.31 | 0.66 | 0.61 |
| Hex | 58 | 7D | DD | 3C | 2B | 0 | D | DF | 42 | 3D |
| Octal | 130 | 175 | 335 | 74 | 53 | 0 | 15 | 337 | 102 | 75 |
| Binary | 1011000 | 1111101 | 11011101 | 111100 | 101011 | 0 | 1101 | 11011111 | 1000010 | 111101 |
Color Harmonies of #587DDD
Complementary color
Monochromatic Colors of #587DDD
Black with #587DDD
Text Example
Text Example
White with #587DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587DDD; }
p { color: rgb(88,125,221); }
H1.HeaderClassName
{
color: #587DDD;
}
.AnyTagClassName
{
color: #587DDD;
}
</style>
background-color css
<style>
a { background-color: #587DDD; }
a { background-color: rgb(88,125,221); }
div.DivClassName
{
background-color: #587DDD;
}
.BgClassName
{
background-color: #587DDD;
}
</style>
border-color css
<style>
span { border-color: #587DDD; }
span { border-color: rgb(88,125,221); }
td.TdClassName
{
border-color: #587DDD;
}
.TagClassName
{
border-color: #587DDD;
}
</style>