Shades of Cornflower Blue #57A2EF
Tints of Cornflower Blue #57A2EF
RGB
CMYK
RGB Variations
Color information
#57A2EF (or 0x57A2EF) is known color: Cornflower Blue. HEX triplet: 57, A2 and EF. RGB value is (87,162,239). Sum of RGB (Red+Green+Blue) = 87+162+239=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #57A2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A2EF is #A85D10. Grayscale: #939393. Windows color (decimal): -11033873 or 15704663. OLE color: 15704663.
HSL color Cylindrical-coordinate representation of color #57A2EF: hue angle of 210.39º 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 #57A2EF is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 162 | 239 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.06 |
| HSL | 210.39º | 0.83% | 0.64% | - |
| HSV(B) | 210.39º | 0.64% | 0.94% | - |
| XYZ | 32.43 | 34.1 | 86.53 | - |
| YUV | 148.35 | 179.15 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 239 | 0.64 | 0.32 | 0 | 0.06 | 210.39 | 0.83 | 0.64 |
| Hex | 57 | A2 | EF | 40 | 20 | 0 | 6 | D2 | 53 | 40 |
| Octal | 127 | 242 | 357 | 100 | 40 | 0 | 6 | 322 | 123 | 100 |
| Binary | 1010111 | 10100010 | 11101111 | 1000000 | 100000 | 0 | 110 | 11010010 | 1010011 | 1000000 |
Color Harmonies of #57A2EF
Complementary color
Monochromatic Colors of #57A2EF
Black with #57A2EF
Text Example
Text Example
White with #57A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A2EF; }
p { color: rgb(87,162,239); }
H1.HeaderClassName
{
color: #57A2EF;
}
.AnyTagClassName
{
color: #57A2EF;
}
</style>
background-color css
<style>
a { background-color: #57A2EF; }
a { background-color: rgb(87,162,239); }
div.DivClassName
{
background-color: #57A2EF;
}
.BgClassName
{
background-color: #57A2EF;
}
</style>
border-color css
<style>
span { border-color: #57A2EF; }
span { border-color: rgb(87,162,239); }
td.TdClassName
{
border-color: #57A2EF;
}
.TagClassName
{
border-color: #57A2EF;
}
</style>