Shades of Cornflower Blue #577FEF
Tints of Cornflower Blue #577FEF
RGB
CMYK
RGB Variations
Color information
#577FEF (or 0x577FEF) is known color: Cornflower Blue. HEX triplet: 57, 7F and EF. RGB value is (87,127,239). Sum of RGB (Red+Green+Blue) = 87+127+239=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #577FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577FEF is #A88010. Grayscale: #7F7F7F. Windows color (decimal): -11042833 or 15695703. OLE color: 15695703.
HSL color Cylindrical-coordinate representation of color #577FEF: hue angle of 224.21º degrees, saturation: 0.83, 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 #577FEF is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 127 | 239 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.06 |
| HSL | 224.21º | 0.83% | 0.64% | - |
| HSV(B) | 224.21º | 0.64% | 0.94% | - |
| XYZ | 27.1 | 23.44 | 84.76 | - |
| YUV | 127.81 | 190.75 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 239 | 0.64 | 0.47 | 0 | 0.06 | 224.21 | 0.83 | 0.64 |
| Hex | 57 | 7F | EF | 40 | 2F | 0 | 6 | E0 | 53 | 40 |
| Octal | 127 | 177 | 357 | 100 | 57 | 0 | 6 | 340 | 123 | 100 |
| Binary | 1010111 | 1111111 | 11101111 | 1000000 | 101111 | 0 | 110 | 11100000 | 1010011 | 1000000 |
Color Harmonies of #577FEF
Complementary color
Monochromatic Colors of #577FEF
Black with #577FEF
Text Example
Text Example
White with #577FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577FEF; }
p { color: rgb(87,127,239); }
H1.HeaderClassName
{
color: #577FEF;
}
.AnyTagClassName
{
color: #577FEF;
}
</style>
background-color css
<style>
a { background-color: #577FEF; }
a { background-color: rgb(87,127,239); }
div.DivClassName
{
background-color: #577FEF;
}
.BgClassName
{
background-color: #577FEF;
}
</style>
border-color css
<style>
span { border-color: #577FEF; }
span { border-color: rgb(87,127,239); }
td.TdClassName
{
border-color: #577FEF;
}
.TagClassName
{
border-color: #577FEF;
}
</style>