Shades of Cornflower Blue #577FF0
Tints of Cornflower Blue #577FF0
RGB
CMYK
RGB Variations
Color information
#577FF0 (or 0x577FF0) is known color: Cornflower Blue. HEX triplet: 57, 7F and F0. RGB value is (87,127,240). Sum of RGB (Red+Green+Blue) = 87+127+240=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #577FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577FF0 is #A8800F. Grayscale: #7F7F7F. Windows color (decimal): -11042832 or 15761239. OLE color: 15761239.
HSL color Cylindrical-coordinate representation of color #577FF0: hue angle of 224.31º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #577FF0 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 127 | 240 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.06 |
| HSL | 224.31º | 0.84% | 0.64% | - |
| HSV(B) | 224.31º | 0.64% | 0.94% | - |
| XYZ | 27.25 | 23.5 | 85.54 | - |
| YUV | 127.92 | 191.25 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 240 | 0.64 | 0.47 | 0 | 0.06 | 224.31 | 0.84 | 0.64 |
| Hex | 57 | 7F | F0 | 40 | 2F | 0 | 6 | E0 | 54 | 40 |
| Octal | 127 | 177 | 360 | 100 | 57 | 0 | 6 | 340 | 124 | 100 |
| Binary | 1010111 | 1111111 | 11110000 | 1000000 | 101111 | 0 | 110 | 11100000 | 1010100 | 1000000 |
Color Harmonies of #577FF0
Complementary color
Monochromatic Colors of #577FF0
Black with #577FF0
Text Example
Text Example
White with #577FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577FF0; }
p { color: rgb(87,127,240); }
H1.HeaderClassName
{
color: #577FF0;
}
.AnyTagClassName
{
color: #577FF0;
}
</style>
background-color css
<style>
a { background-color: #577FF0; }
a { background-color: rgb(87,127,240); }
div.DivClassName
{
background-color: #577FF0;
}
.BgClassName
{
background-color: #577FF0;
}
</style>
border-color css
<style>
span { border-color: #577FF0; }
span { border-color: rgb(87,127,240); }
td.TdClassName
{
border-color: #577FF0;
}
.TagClassName
{
border-color: #577FF0;
}
</style>