Shades of Cornflower Blue #57A1ED
Tints of Cornflower Blue #57A1ED
RGB
CMYK
RGB Variations
Color information
#57A1ED (or 0x57A1ED) is known color: Cornflower Blue. HEX triplet: 57, A1 and ED. RGB value is (87,161,237). Sum of RGB (Red+Green+Blue) = 87+161+237=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #57A1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A1ED is #A85E12. Grayscale: #939393. Windows color (decimal): -11034131 or 15573335. OLE color: 15573335.
HSL color Cylindrical-coordinate representation of color #57A1ED: hue angle of 210.4º degrees, saturation: 0.81, 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 #57A1ED is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 161 | 237 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.07 |
| HSL | 210.4º | 0.81% | 0.64% | - |
| HSV(B) | 210.4º | 0.63% | 0.93% | - |
| XYZ | 31.96 | 33.63 | 84.93 | - |
| YUV | 147.54 | 178.48 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 161 | 237 | 0.63 | 0.32 | 0 | 0.07 | 210.4 | 0.81 | 0.64 |
| Hex | 57 | A1 | ED | 3F | 20 | 0 | 7 | D2 | 51 | 40 |
| Octal | 127 | 241 | 355 | 77 | 40 | 0 | 7 | 322 | 121 | 100 |
| Binary | 1010111 | 10100001 | 11101101 | 111111 | 100000 | 0 | 111 | 11010010 | 1010001 | 1000000 |
Color Harmonies of #57A1ED
Complementary color
Monochromatic Colors of #57A1ED
Black with #57A1ED
Text Example
Text Example
White with #57A1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A1ED; }
p { color: rgb(87,161,237); }
H1.HeaderClassName
{
color: #57A1ED;
}
.AnyTagClassName
{
color: #57A1ED;
}
</style>
background-color css
<style>
a { background-color: #57A1ED; }
a { background-color: rgb(87,161,237); }
div.DivClassName
{
background-color: #57A1ED;
}
.BgClassName
{
background-color: #57A1ED;
}
</style>
border-color css
<style>
span { border-color: #57A1ED; }
span { border-color: rgb(87,161,237); }
td.TdClassName
{
border-color: #57A1ED;
}
.TagClassName
{
border-color: #57A1ED;
}
</style>