Shades of Royal Blue #577BDE
Tints of Royal Blue #577BDE
RGB
CMYK
RGB Variations
Color information
#577BDE (or 0x577BDE) is known color: Royal Blue. HEX triplet: 57, 7B and DE. RGB value is (87,123,222). Sum of RGB (Red+Green+Blue) = 87+123+222=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #577BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BDE is #A88421. Grayscale: #7B7B7B. Windows color (decimal): -11043874 or 14580567. OLE color: 14580567.
HSL color Cylindrical-coordinate representation of color #577BDE: hue angle of 224º 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 #577BDE is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 123 | 222 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.13 |
| HSL | 224º | 0.67% | 0.61% | - |
| HSV(B) | 224º | 0.61% | 0.87% | - |
| XYZ | 24.2 | 21.47 | 71.98 | - |
| YUV | 123.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 222 | 0.61 | 0.45 | 0 | 0.13 | 224 | 0.67 | 0.61 |
| Hex | 57 | 7B | DE | 3D | 2D | 0 | D | E0 | 43 | 3D |
| Octal | 127 | 173 | 336 | 75 | 55 | 0 | 15 | 340 | 103 | 75 |
| Binary | 1010111 | 1111011 | 11011110 | 111101 | 101101 | 0 | 1101 | 11100000 | 1000011 | 111101 |
Color Harmonies of #577BDE
Complementary color
Monochromatic Colors of #577BDE
Black with #577BDE
Text Example
Text Example
White with #577BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BDE; }
p { color: rgb(87,123,222); }
H1.HeaderClassName
{
color: #577BDE;
}
.AnyTagClassName
{
color: #577BDE;
}
</style>
background-color css
<style>
a { background-color: #577BDE; }
a { background-color: rgb(87,123,222); }
div.DivClassName
{
background-color: #577BDE;
}
.BgClassName
{
background-color: #577BDE;
}
</style>
border-color css
<style>
span { border-color: #577BDE; }
span { border-color: rgb(87,123,222); }
td.TdClassName
{
border-color: #577BDE;
}
.TagClassName
{
border-color: #577BDE;
}
</style>