Shades of Cornflower Blue #57A7EE
Tints of Cornflower Blue #57A7EE
RGB
CMYK
RGB Variations
Color information
#57A7EE (or 0x57A7EE) is known color: Cornflower Blue. HEX triplet: 57, A7 and EE. RGB value is (87,167,238). Sum of RGB (Red+Green+Blue) = 87+167+238=492 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.68% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #57A7EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A7EE is #A85811. Grayscale: #969696. Windows color (decimal): -11032594 or 15640407. OLE color: 15640407.
HSL color Cylindrical-coordinate representation of color #57A7EE: hue angle of 208.21º 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 #57A7EE is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 167 | 238 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.07 |
| HSL | 208.21º | 0.82% | 0.64% | - |
| HSV(B) | 208.21º | 0.63% | 0.93% | - |
| XYZ | 33.18 | 35.84 | 86.06 | - |
| YUV | 151.17 | 177 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 167 | 238 | 0.63 | 0.30 | 0 | 0.07 | 208.21 | 0.82 | 0.64 |
| Hex | 57 | A7 | EE | 3F | 1E | 0 | 7 | D0 | 52 | 40 |
| Octal | 127 | 247 | 356 | 77 | 36 | 0 | 7 | 320 | 122 | 100 |
| Binary | 1010111 | 10100111 | 11101110 | 111111 | 11110 | 0 | 111 | 11010000 | 1010010 | 1000000 |
Color Harmonies of #57A7EE
Complementary color
Monochromatic Colors of #57A7EE
Black with #57A7EE
Text Example
Text Example
White with #57A7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A7EE; }
p { color: rgb(87,167,238); }
H1.HeaderClassName
{
color: #57A7EE;
}
.AnyTagClassName
{
color: #57A7EE;
}
</style>
background-color css
<style>
a { background-color: #57A7EE; }
a { background-color: rgb(87,167,238); }
div.DivClassName
{
background-color: #57A7EE;
}
.BgClassName
{
background-color: #57A7EE;
}
</style>
border-color css
<style>
span { border-color: #57A7EE; }
span { border-color: rgb(87,167,238); }
td.TdClassName
{
border-color: #57A7EE;
}
.TagClassName
{
border-color: #57A7EE;
}
</style>