Shades of Cornflower Blue #577DEC
Tints of Cornflower Blue #577DEC
RGB
CMYK
RGB Variations
Color information
#577DEC (or 0x577DEC) is known color: Cornflower Blue. HEX triplet: 57, 7D and EC. RGB value is (87,125,236). Sum of RGB (Red+Green+Blue) = 87+125+236=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #577DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577DEC is #A88213. Grayscale: #7D7D7D. Windows color (decimal): -11043348 or 15498583. OLE color: 15498583.
HSL color Cylindrical-coordinate representation of color #577DEC: hue angle of 224.7º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #577DEC is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 125 | 236 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.07 |
| HSL | 224.7º | 0.8% | 0.63% | - |
| HSV(B) | 224.7º | 0.63% | 0.93% | - |
| XYZ | 26.4 | 22.75 | 82.36 | - |
| YUV | 126.29 | 189.91 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 236 | 0.63 | 0.47 | 0 | 0.07 | 224.7 | 0.8 | 0.63 |
| Hex | 57 | 7D | EC | 3F | 2F | 0 | 7 | E1 | 50 | 3F |
| Octal | 127 | 175 | 354 | 77 | 57 | 0 | 7 | 341 | 120 | 77 |
| Binary | 1010111 | 1111101 | 11101100 | 111111 | 101111 | 0 | 111 | 11100001 | 1010000 | 111111 |
Color Harmonies of #577DEC
Complementary color
Monochromatic Colors of #577DEC
Black with #577DEC
Text Example
Text Example
White with #577DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577DEC; }
p { color: rgb(87,125,236); }
H1.HeaderClassName
{
color: #577DEC;
}
.AnyTagClassName
{
color: #577DEC;
}
</style>
background-color css
<style>
a { background-color: #577DEC; }
a { background-color: rgb(87,125,236); }
div.DivClassName
{
background-color: #577DEC;
}
.BgClassName
{
background-color: #577DEC;
}
</style>
border-color css
<style>
span { border-color: #577DEC; }
span { border-color: rgb(87,125,236); }
td.TdClassName
{
border-color: #577DEC;
}
.TagClassName
{
border-color: #577DEC;
}
</style>