Shades of Royal Blue #577DDD
Tints of Royal Blue #577DDD
RGB
CMYK
RGB Variations
Color information
#577DDD (or 0x577DDD) is known color: Royal Blue. HEX triplet: 57, 7D and DD. RGB value is (87,125,221). Sum of RGB (Red+Green+Blue) = 87+125+221=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #577DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DDD is #A88222. Grayscale: #7C7C7C. Windows color (decimal): -11043363 or 14515543. OLE color: 14515543.
HSL color Cylindrical-coordinate representation of color #577DDD: hue angle of 222.99º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #577DDD is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 125 | 221 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.13 |
| HSL | 222.99º | 0.66% | 0.6% | - |
| HSV(B) | 222.99º | 0.61% | 0.87% | - |
| XYZ | 24.32 | 21.91 | 71.35 | - |
| YUV | 124.58 | 182.41 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 221 | 0.61 | 0.43 | 0 | 0.13 | 222.99 | 0.66 | 0.6 |
| Hex | 57 | 7D | DD | 3D | 2B | 0 | D | DF | 42 | 3C |
| Octal | 127 | 175 | 335 | 75 | 53 | 0 | 15 | 337 | 102 | 74 |
| Binary | 1010111 | 1111101 | 11011101 | 111101 | 101011 | 0 | 1101 | 11011111 | 1000010 | 111100 |
Color Harmonies of #577DDD
Complementary color
Monochromatic Colors of #577DDD
Black with #577DDD
Text Example
Text Example
White with #577DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577DDD; }
p { color: rgb(87,125,221); }
H1.HeaderClassName
{
color: #577DDD;
}
.AnyTagClassName
{
color: #577DDD;
}
</style>
background-color css
<style>
a { background-color: #577DDD; }
a { background-color: rgb(87,125,221); }
div.DivClassName
{
background-color: #577DDD;
}
.BgClassName
{
background-color: #577DDD;
}
</style>
border-color css
<style>
span { border-color: #577DDD; }
span { border-color: rgb(87,125,221); }
td.TdClassName
{
border-color: #577DDD;
}
.TagClassName
{
border-color: #577DDD;
}
</style>