Shades of Royal Blue #577DDE
Tints of Royal Blue #577DDE
RGB
CMYK
RGB Variations
Color information
#577DDE (or 0x577DDE) is known color: Royal Blue. HEX triplet: 57, 7D and DE. RGB value is (87,125,222). Sum of RGB (Red+Green+Blue) = 87+125+222=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #577DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DDE is #A88221. Grayscale: #7C7C7C. Windows color (decimal): -11043362 or 14581079. OLE color: 14581079.
HSL color Cylindrical-coordinate representation of color #577DDE: hue angle of 223.11º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #577DDE is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 125 | 222 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.13 |
| HSL | 223.11º | 0.67% | 0.61% | - |
| HSV(B) | 223.11º | 0.61% | 0.87% | - |
| XYZ | 24.45 | 21.97 | 72.06 | - |
| YUV | 124.7 | 182.91 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 222 | 0.61 | 0.44 | 0 | 0.13 | 223.11 | 0.67 | 0.61 |
| Hex | 57 | 7D | DE | 3D | 2C | 0 | D | DF | 43 | 3D |
| Octal | 127 | 175 | 336 | 75 | 54 | 0 | 15 | 337 | 103 | 75 |
| Binary | 1010111 | 1111101 | 11011110 | 111101 | 101100 | 0 | 1101 | 11011111 | 1000011 | 111101 |
Color Harmonies of #577DDE
Complementary color
Monochromatic Colors of #577DDE
Black with #577DDE
Text Example
Text Example
White with #577DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577DDE; }
p { color: rgb(87,125,222); }
H1.HeaderClassName
{
color: #577DDE;
}
.AnyTagClassName
{
color: #577DDE;
}
</style>
background-color css
<style>
a { background-color: #577DDE; }
a { background-color: rgb(87,125,222); }
div.DivClassName
{
background-color: #577DDE;
}
.BgClassName
{
background-color: #577DDE;
}
</style>
border-color css
<style>
span { border-color: #577DDE; }
span { border-color: rgb(87,125,222); }
td.TdClassName
{
border-color: #577DDE;
}
.TagClassName
{
border-color: #577DDE;
}
</style>