Shades of Cornflower Blue #57ABFF
Tints of Cornflower Blue #57ABFF
RGB
CMYK
RGB Variations
Color information
#57ABFF (or 0x57ABFF) is known color: Cornflower Blue. HEX triplet: 57, AB and FF. RGB value is (87,171,255). Sum of RGB (Red+Green+Blue) = 87+171+255=513 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.96% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #57ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57ABFF is #A85400. Grayscale: #9B9B9B. Windows color (decimal): -11031553 or 16755543. OLE color: 16755543.
HSL color Cylindrical-coordinate representation of color #57ABFF: hue angle of 210º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57ABFF is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 171 | 255 | - |
| CMYK | 0.66 | 0.33 | 0 | 0 |
| HSL | 210º | 1% | 0.67% | - |
| HSV(B) | 210º | 0.66% | 1% | - |
| XYZ | 36.54 | 38.37 | 100.09 | - |
| YUV | 155.46 | 184.17 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 255 | 0.66 | 0.33 | 0 | 0 | 210 | 1 | 0.67 |
| Hex | 57 | AB | FF | 42 | 21 | 0 | 0 | D2 | 64 | 43 |
| Octal | 127 | 253 | 377 | 102 | 41 | 0 | 0 | 322 | 144 | 103 |
| Binary | 1010111 | 10101011 | 11111111 | 1000010 | 100001 | 0 | 0 | 11010010 | 1100100 | 1000011 |
Color Harmonies of #57ABFF
Complementary color
Monochromatic Colors of #57ABFF
Black with #57ABFF
Text Example
Text Example
White with #57ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ABFF; }
p { color: rgb(87,171,255); }
H1.HeaderClassName
{
color: #57ABFF;
}
.AnyTagClassName
{
color: #57ABFF;
}
</style>
background-color css
<style>
a { background-color: #57ABFF; }
a { background-color: rgb(87,171,255); }
div.DivClassName
{
background-color: #57ABFF;
}
.BgClassName
{
background-color: #57ABFF;
}
</style>
border-color css
<style>
span { border-color: #57ABFF; }
span { border-color: rgb(87,171,255); }
td.TdClassName
{
border-color: #57ABFF;
}
.TagClassName
{
border-color: #57ABFF;
}
</style>