Shades of Royal Blue #577CDD
Tints of Royal Blue #577CDD
RGB
CMYK
RGB Variations
Color information
#577CDD (or 0x577CDD) is known color: Royal Blue. HEX triplet: 57, 7C and DD. RGB value is (87,124,221). Sum of RGB (Red+Green+Blue) = 87+124+221=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 124 (48.83% from 255 or 28.70% 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 #577CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CDD is #A88322. Grayscale: #7B7B7B. Windows color (decimal): -11043619 or 14515287. OLE color: 14515287.
HSL color Cylindrical-coordinate representation of color #577CDD: hue angle of 223.43º 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 #577CDD is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 124 | 221 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.13 |
| HSL | 223.43º | 0.66% | 0.6% | - |
| HSV(B) | 223.43º | 0.61% | 0.87% | - |
| XYZ | 24.19 | 21.66 | 71.31 | - |
| YUV | 124 | 182.74 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 221 | 0.61 | 0.44 | 0 | 0.13 | 223.43 | 0.66 | 0.6 |
| Hex | 57 | 7C | DD | 3D | 2C | 0 | D | DF | 42 | 3C |
| Octal | 127 | 174 | 335 | 75 | 54 | 0 | 15 | 337 | 102 | 74 |
| Binary | 1010111 | 1111100 | 11011101 | 111101 | 101100 | 0 | 1101 | 11011111 | 1000010 | 111100 |
Color Harmonies of #577CDD
Complementary color
Monochromatic Colors of #577CDD
Black with #577CDD
Text Example
Text Example
White with #577CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577CDD; }
p { color: rgb(87,124,221); }
H1.HeaderClassName
{
color: #577CDD;
}
.AnyTagClassName
{
color: #577CDD;
}
</style>
background-color css
<style>
a { background-color: #577CDD; }
a { background-color: rgb(87,124,221); }
div.DivClassName
{
background-color: #577CDD;
}
.BgClassName
{
background-color: #577CDD;
}
</style>
border-color css
<style>
span { border-color: #577CDD; }
span { border-color: rgb(87,124,221); }
td.TdClassName
{
border-color: #577CDD;
}
.TagClassName
{
border-color: #577CDD;
}
</style>