Shades of Cornflower Blue #57AAF5
Tints of Cornflower Blue #57AAF5
RGB
CMYK
RGB Variations
Color information
#57AAF5 (or 0x57AAF5) is known color: Cornflower Blue. HEX triplet: 57, AA and F5. RGB value is (87,170,245). Sum of RGB (Red+Green+Blue) = 87+170+245=502 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.33% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #57AAF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57AAF5 is #A8550A. Grayscale: #999999. Windows color (decimal): -11031819 or 16099927. OLE color: 16099927.
HSL color Cylindrical-coordinate representation of color #57AAF5: hue angle of 208.48º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57AAF5 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 170 | 245 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.04 |
| HSL | 208.48º | 0.89% | 0.65% | - |
| HSV(B) | 208.48º | 0.64% | 0.96% | - |
| XYZ | 34.79 | 37.37 | 91.77 | - |
| YUV | 153.73 | 179.5 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 170 | 245 | 0.64 | 0.31 | 0 | 0.04 | 208.48 | 0.89 | 0.65 |
| Hex | 57 | AA | F5 | 40 | 1F | 0 | 4 | D0 | 59 | 41 |
| Octal | 127 | 252 | 365 | 100 | 37 | 0 | 4 | 320 | 131 | 101 |
| Binary | 1010111 | 10101010 | 11110101 | 1000000 | 11111 | 0 | 100 | 11010000 | 1011001 | 1000001 |
Color Harmonies of #57AAF5
Complementary color
Monochromatic Colors of #57AAF5
Black with #57AAF5
Text Example
Text Example
White with #57AAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AAF5; }
p { color: rgb(87,170,245); }
H1.HeaderClassName
{
color: #57AAF5;
}
.AnyTagClassName
{
color: #57AAF5;
}
</style>
background-color css
<style>
a { background-color: #57AAF5; }
a { background-color: rgb(87,170,245); }
div.DivClassName
{
background-color: #57AAF5;
}
.BgClassName
{
background-color: #57AAF5;
}
</style>
border-color css
<style>
span { border-color: #57AAF5; }
span { border-color: rgb(87,170,245); }
td.TdClassName
{
border-color: #57AAF5;
}
.TagClassName
{
border-color: #57AAF5;
}
</style>