Shades of Royal Blue #577ADF
Tints of Royal Blue #577ADF
RGB
CMYK
RGB Variations
Color information
#577ADF (or 0x577ADF) is known color: Royal Blue. HEX triplet: 57, 7A and DF. RGB value is (87,122,223). Sum of RGB (Red+Green+Blue) = 87+122+223=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #577ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ADF is #A88520. Grayscale: #7A7A7A. Windows color (decimal): -11044129 or 14645847. OLE color: 14645847.
HSL color Cylindrical-coordinate representation of color #577ADF: hue angle of 224.56º degrees, saturation: 0.68, 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 #577ADF is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 122 | 223 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.13 |
| HSL | 224.56º | 0.68% | 0.61% | - |
| HSV(B) | 224.56º | 0.61% | 0.87% | - |
| XYZ | 24.21 | 21.27 | 72.64 | - |
| YUV | 123.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 223 | 0.61 | 0.45 | 0 | 0.13 | 224.56 | 0.68 | 0.61 |
| Hex | 57 | 7A | DF | 3D | 2D | 0 | D | E1 | 44 | 3D |
| Octal | 127 | 172 | 337 | 75 | 55 | 0 | 15 | 341 | 104 | 75 |
| Binary | 1010111 | 1111010 | 11011111 | 111101 | 101101 | 0 | 1101 | 11100001 | 1000100 | 111101 |
Color Harmonies of #577ADF
Complementary color
Monochromatic Colors of #577ADF
Black with #577ADF
Text Example
Text Example
White with #577ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577ADF; }
p { color: rgb(87,122,223); }
H1.HeaderClassName
{
color: #577ADF;
}
.AnyTagClassName
{
color: #577ADF;
}
</style>
background-color css
<style>
a { background-color: #577ADF; }
a { background-color: rgb(87,122,223); }
div.DivClassName
{
background-color: #577ADF;
}
.BgClassName
{
background-color: #577ADF;
}
</style>
border-color css
<style>
span { border-color: #577ADF; }
span { border-color: rgb(87,122,223); }
td.TdClassName
{
border-color: #577ADF;
}
.TagClassName
{
border-color: #577ADF;
}
</style>