Shades of Cornflower Blue #57A0EA
Tints of Cornflower Blue #57A0EA
RGB
CMYK
RGB Variations
Color information
#57A0EA (or 0x57A0EA) is known color: Cornflower Blue. HEX triplet: 57, A0 and EA. RGB value is (87,160,234). Sum of RGB (Red+Green+Blue) = 87+160+234=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #57A0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A0EA is #A85F15. Grayscale: #929292. Windows color (decimal): -11034390 or 15376471. OLE color: 15376471.
HSL color Cylindrical-coordinate representation of color #57A0EA: hue angle of 210.2º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57A0EA is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 160 | 234 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.08 |
| HSL | 210.2º | 0.78% | 0.63% | - |
| HSV(B) | 210.2º | 0.63% | 0.92% | - |
| XYZ | 31.35 | 33.11 | 82.58 | - |
| YUV | 146.61 | 177.32 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 234 | 0.63 | 0.32 | 0 | 0.08 | 210.2 | 0.78 | 0.63 |
| Hex | 57 | A0 | EA | 3F | 20 | 0 | 8 | D2 | 4E | 3F |
| Octal | 127 | 240 | 352 | 77 | 40 | 0 | 10 | 322 | 116 | 77 |
| Binary | 1010111 | 10100000 | 11101010 | 111111 | 100000 | 0 | 1000 | 11010010 | 1001110 | 111111 |
Color Harmonies of #57A0EA
Complementary color
Monochromatic Colors of #57A0EA
Black with #57A0EA
Text Example
Text Example
White with #57A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A0EA; }
p { color: rgb(87,160,234); }
H1.HeaderClassName
{
color: #57A0EA;
}
.AnyTagClassName
{
color: #57A0EA;
}
</style>
background-color css
<style>
a { background-color: #57A0EA; }
a { background-color: rgb(87,160,234); }
div.DivClassName
{
background-color: #57A0EA;
}
.BgClassName
{
background-color: #57A0EA;
}
</style>
border-color css
<style>
span { border-color: #57A0EA; }
span { border-color: rgb(87,160,234); }
td.TdClassName
{
border-color: #57A0EA;
}
.TagClassName
{
border-color: #57A0EA;
}
</style>