Shades of Cornflower Blue #57ABFC
Tints of Cornflower Blue #57ABFC
RGB
CMYK
RGB Variations
Color information
#57ABFC (or 0x57ABFC) is known color: Cornflower Blue. HEX triplet: 57, AB and FC. RGB value is (87,171,252). Sum of RGB (Red+Green+Blue) = 87+171+252=510 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.06% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #57ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57ABFC is #A85403. Grayscale: #9A9A9A. Windows color (decimal): -11031556 or 16558935. OLE color: 16558935.
HSL color Cylindrical-coordinate representation of color #57ABFC: hue angle of 209.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57ABFC is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 171 | 252 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.01 |
| HSL | 209.45º | 0.96% | 0.66% | - |
| HSV(B) | 209.45º | 0.65% | 0.99% | - |
| XYZ | 36.06 | 38.18 | 97.56 | - |
| YUV | 155.12 | 182.67 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 252 | 0.65 | 0.32 | 0 | 0.01 | 209.45 | 0.96 | 0.66 |
| Hex | 57 | AB | FC | 41 | 20 | 0 | 1 | D1 | 60 | 42 |
| Octal | 127 | 253 | 374 | 101 | 40 | 0 | 1 | 321 | 140 | 102 |
| Binary | 1010111 | 10101011 | 11111100 | 1000001 | 100000 | 0 | 1 | 11010001 | 1100000 | 1000010 |
Color Harmonies of #57ABFC
Complementary color
Monochromatic Colors of #57ABFC
Black with #57ABFC
Text Example
Text Example
White with #57ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ABFC; }
p { color: rgb(87,171,252); }
H1.HeaderClassName
{
color: #57ABFC;
}
.AnyTagClassName
{
color: #57ABFC;
}
</style>
background-color css
<style>
a { background-color: #57ABFC; }
a { background-color: rgb(87,171,252); }
div.DivClassName
{
background-color: #57ABFC;
}
.BgClassName
{
background-color: #57ABFC;
}
</style>
border-color css
<style>
span { border-color: #57ABFC; }
span { border-color: rgb(87,171,252); }
td.TdClassName
{
border-color: #57ABFC;
}
.TagClassName
{
border-color: #57ABFC;
}
</style>