Shades of Cornflower Blue #577DF6
Tints of Cornflower Blue #577DF6
RGB
CMYK
RGB Variations
Color information
#577DF6 (or 0x577DF6) is known color: Cornflower Blue. HEX triplet: 57, 7D and F6. RGB value is (87,125,246). Sum of RGB (Red+Green+Blue) = 87+125+246=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #577DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577DF6 is #A88209. Grayscale: #7E7E7E. Windows color (decimal): -11043338 or 16153943. OLE color: 16153943.
HSL color Cylindrical-coordinate representation of color #577DF6: hue angle of 225.66º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #577DF6 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 125 | 246 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.04 |
| HSL | 225.66º | 0.9% | 0.65% | - |
| HSV(B) | 225.66º | 0.65% | 0.96% | - |
| XYZ | 27.9 | 23.35 | 90.22 | - |
| YUV | 127.43 | 194.91 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 246 | 0.65 | 0.49 | 0 | 0.04 | 225.66 | 0.9 | 0.65 |
| Hex | 57 | 7D | F6 | 41 | 31 | 0 | 4 | E2 | 5A | 41 |
| Octal | 127 | 175 | 366 | 101 | 61 | 0 | 4 | 342 | 132 | 101 |
| Binary | 1010111 | 1111101 | 11110110 | 1000001 | 110001 | 0 | 100 | 11100010 | 1011010 | 1000001 |
Color Harmonies of #577DF6
Complementary color
Monochromatic Colors of #577DF6
Black with #577DF6
Text Example
Text Example
White with #577DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577DF6; }
p { color: rgb(87,125,246); }
H1.HeaderClassName
{
color: #577DF6;
}
.AnyTagClassName
{
color: #577DF6;
}
</style>
background-color css
<style>
a { background-color: #577DF6; }
a { background-color: rgb(87,125,246); }
div.DivClassName
{
background-color: #577DF6;
}
.BgClassName
{
background-color: #577DF6;
}
</style>
border-color css
<style>
span { border-color: #577DF6; }
span { border-color: rgb(87,125,246); }
td.TdClassName
{
border-color: #577DF6;
}
.TagClassName
{
border-color: #577DF6;
}
</style>