Shades of Cornflower Blue #57A0FC
Tints of Cornflower Blue #57A0FC
RGB
CMYK
RGB Variations
Color information
#57A0FC (or 0x57A0FC) is known color: Cornflower Blue. HEX triplet: 57, A0 and FC. RGB value is (87,160,252). Sum of RGB (Red+Green+Blue) = 87+160+252=499 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.43% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #57A0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A0FC is #A85F03. Grayscale: #949494. Windows color (decimal): -11034372 or 16556119. OLE color: 16556119.
HSL color Cylindrical-coordinate representation of color #57A0FC: hue angle of 213.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 #57A0FC is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 160 | 252 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.01 |
| HSL | 213.45º | 0.96% | 0.66% | - |
| HSV(B) | 213.45º | 0.65% | 0.99% | - |
| XYZ | 34.07 | 34.2 | 96.9 | - |
| YUV | 148.66 | 186.32 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 252 | 0.65 | 0.37 | 0 | 0.01 | 213.45 | 0.96 | 0.66 |
| Hex | 57 | A0 | FC | 41 | 25 | 0 | 1 | D5 | 60 | 42 |
| Octal | 127 | 240 | 374 | 101 | 45 | 0 | 1 | 325 | 140 | 102 |
| Binary | 1010111 | 10100000 | 11111100 | 1000001 | 100101 | 0 | 1 | 11010101 | 1100000 | 1000010 |
Color Harmonies of #57A0FC
Complementary color
Monochromatic Colors of #57A0FC
Black with #57A0FC
Text Example
Text Example
White with #57A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A0FC; }
p { color: rgb(87,160,252); }
H1.HeaderClassName
{
color: #57A0FC;
}
.AnyTagClassName
{
color: #57A0FC;
}
</style>
background-color css
<style>
a { background-color: #57A0FC; }
a { background-color: rgb(87,160,252); }
div.DivClassName
{
background-color: #57A0FC;
}
.BgClassName
{
background-color: #57A0FC;
}
</style>
border-color css
<style>
span { border-color: #57A0FC; }
span { border-color: rgb(87,160,252); }
td.TdClassName
{
border-color: #57A0FC;
}
.TagClassName
{
border-color: #57A0FC;
}
</style>