Shades of Cornflower Blue #577AFC
Tints of Cornflower Blue #577AFC
RGB
CMYK
RGB Variations
Color information
#577AFC (or 0x577AFC) is known color: Cornflower Blue. HEX triplet: 57, 7A and FC. RGB value is (87,122,252). Sum of RGB (Red+Green+Blue) = 87+122+252=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #577AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577AFC is #A88503. Grayscale: #7D7D7D. Windows color (decimal): -11044100 or 16546391. OLE color: 16546391.
HSL color Cylindrical-coordinate representation of color #577AFC: hue angle of 227.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #577AFC is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 122 | 252 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.01 |
| HSL | 227.27º | 0.96% | 0.66% | - |
| HSV(B) | 227.27º | 0.65% | 0.99% | - |
| XYZ | 28.46 | 22.97 | 95.03 | - |
| YUV | 126.36 | 198.9 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 252 | 0.65 | 0.52 | 0 | 0.01 | 227.27 | 0.96 | 0.66 |
| Hex | 57 | 7A | FC | 41 | 34 | 0 | 1 | E3 | 60 | 42 |
| Octal | 127 | 172 | 374 | 101 | 64 | 0 | 1 | 343 | 140 | 102 |
| Binary | 1010111 | 1111010 | 11111100 | 1000001 | 110100 | 0 | 1 | 11100011 | 1100000 | 1000010 |
Color Harmonies of #577AFC
Complementary color
Monochromatic Colors of #577AFC
Black with #577AFC
Text Example
Text Example
White with #577AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AFC; }
p { color: rgb(87,122,252); }
H1.HeaderClassName
{
color: #577AFC;
}
.AnyTagClassName
{
color: #577AFC;
}
</style>
background-color css
<style>
a { background-color: #577AFC; }
a { background-color: rgb(87,122,252); }
div.DivClassName
{
background-color: #577AFC;
}
.BgClassName
{
background-color: #577AFC;
}
</style>
border-color css
<style>
span { border-color: #577AFC; }
span { border-color: rgb(87,122,252); }
td.TdClassName
{
border-color: #577AFC;
}
.TagClassName
{
border-color: #577AFC;
}
</style>