Shades of Cornflower Blue #577FFC
Tints of Cornflower Blue #577FFC
RGB
CMYK
RGB Variations
Color information
#577FFC (or 0x577FFC) is known color: Cornflower Blue. HEX triplet: 57, 7F and FC. RGB value is (87,127,252). Sum of RGB (Red+Green+Blue) = 87+127+252=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #577FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577FFC is #A88003. Grayscale: #808080. Windows color (decimal): -11042820 or 16547671. OLE color: 16547671.
HSL color Cylindrical-coordinate representation of color #577FFC: hue angle of 225.45º 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 #577FFC is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 127 | 252 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.01 |
| HSL | 225.45º | 0.96% | 0.66% | - |
| HSV(B) | 225.45º | 0.65% | 0.99% | - |
| XYZ | 29.09 | 24.23 | 95.24 | - |
| YUV | 129.29 | 197.25 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 252 | 0.65 | 0.50 | 0 | 0.01 | 225.45 | 0.96 | 0.66 |
| Hex | 57 | 7F | FC | 41 | 32 | 0 | 1 | E1 | 60 | 42 |
| Octal | 127 | 177 | 374 | 101 | 62 | 0 | 1 | 341 | 140 | 102 |
| Binary | 1010111 | 1111111 | 11111100 | 1000001 | 110010 | 0 | 1 | 11100001 | 1100000 | 1000010 |
Color Harmonies of #577FFC
Complementary color
Monochromatic Colors of #577FFC
Black with #577FFC
Text Example
Text Example
White with #577FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577FFC; }
p { color: rgb(87,127,252); }
H1.HeaderClassName
{
color: #577FFC;
}
.AnyTagClassName
{
color: #577FFC;
}
</style>
background-color css
<style>
a { background-color: #577FFC; }
a { background-color: rgb(87,127,252); }
div.DivClassName
{
background-color: #577FFC;
}
.BgClassName
{
background-color: #577FFC;
}
</style>
border-color css
<style>
span { border-color: #577FFC; }
span { border-color: rgb(87,127,252); }
td.TdClassName
{
border-color: #577FFC;
}
.TagClassName
{
border-color: #577FFC;
}
</style>