Shades of Cornflower Blue #57A2EE
Tints of Cornflower Blue #57A2EE
RGB
CMYK
RGB Variations
Color information
#57A2EE (or 0x57A2EE) is known color: Cornflower Blue. HEX triplet: 57, A2 and EE. RGB value is (87,162,238). Sum of RGB (Red+Green+Blue) = 87+162+238=487 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.86% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #57A2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A2EE is #A85D11. Grayscale: #939393. Windows color (decimal): -11033874 or 15639127. OLE color: 15639127.
HSL color Cylindrical-coordinate representation of color #57A2EE: hue angle of 210.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57A2EE is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 162 | 238 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.07 |
| HSL | 210.2º | 0.82% | 0.64% | - |
| HSV(B) | 210.2º | 0.63% | 0.93% | - |
| XYZ | 32.28 | 34.04 | 85.76 | - |
| YUV | 148.24 | 178.65 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 238 | 0.63 | 0.32 | 0 | 0.07 | 210.2 | 0.82 | 0.64 |
| Hex | 57 | A2 | EE | 3F | 20 | 0 | 7 | D2 | 52 | 40 |
| Octal | 127 | 242 | 356 | 77 | 40 | 0 | 7 | 322 | 122 | 100 |
| Binary | 1010111 | 10100010 | 11101110 | 111111 | 100000 | 0 | 111 | 11010010 | 1010010 | 1000000 |
Color Harmonies of #57A2EE
Complementary color
Monochromatic Colors of #57A2EE
Black with #57A2EE
Text Example
Text Example
White with #57A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A2EE; }
p { color: rgb(87,162,238); }
H1.HeaderClassName
{
color: #57A2EE;
}
.AnyTagClassName
{
color: #57A2EE;
}
</style>
background-color css
<style>
a { background-color: #57A2EE; }
a { background-color: rgb(87,162,238); }
div.DivClassName
{
background-color: #57A2EE;
}
.BgClassName
{
background-color: #57A2EE;
}
</style>
border-color css
<style>
span { border-color: #57A2EE; }
span { border-color: rgb(87,162,238); }
td.TdClassName
{
border-color: #57A2EE;
}
.TagClassName
{
border-color: #57A2EE;
}
</style>