Shades of Cornflower Blue #57A1FC
Tints of Cornflower Blue #57A1FC
RGB
CMYK
RGB Variations
Color information
#57A1FC (or 0x57A1FC) is known color: Cornflower Blue. HEX triplet: 57, A1 and FC. RGB value is (87,161,252). Sum of RGB (Red+Green+Blue) = 87+161+252=500 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.4% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #57A1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A1FC is #A85E03. Grayscale: #949494. Windows color (decimal): -11034116 or 16556375. OLE color: 16556375.
HSL color Cylindrical-coordinate representation of color #57A1FC: hue angle of 213.09º 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 #57A1FC is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 161 | 252 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.01 |
| HSL | 213.09º | 0.96% | 0.66% | - |
| HSV(B) | 213.09º | 0.65% | 0.99% | - |
| XYZ | 34.25 | 34.54 | 96.96 | - |
| YUV | 149.25 | 185.98 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 161 | 252 | 0.65 | 0.36 | 0 | 0.01 | 213.09 | 0.96 | 0.66 |
| Hex | 57 | A1 | FC | 41 | 24 | 0 | 1 | D5 | 60 | 42 |
| Octal | 127 | 241 | 374 | 101 | 44 | 0 | 1 | 325 | 140 | 102 |
| Binary | 1010111 | 10100001 | 11111100 | 1000001 | 100100 | 0 | 1 | 11010101 | 1100000 | 1000010 |
Color Harmonies of #57A1FC
Complementary color
Monochromatic Colors of #57A1FC
Black with #57A1FC
Text Example
Text Example
White with #57A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A1FC; }
p { color: rgb(87,161,252); }
H1.HeaderClassName
{
color: #57A1FC;
}
.AnyTagClassName
{
color: #57A1FC;
}
</style>
background-color css
<style>
a { background-color: #57A1FC; }
a { background-color: rgb(87,161,252); }
div.DivClassName
{
background-color: #57A1FC;
}
.BgClassName
{
background-color: #57A1FC;
}
</style>
border-color css
<style>
span { border-color: #57A1FC; }
span { border-color: rgb(87,161,252); }
td.TdClassName
{
border-color: #57A1FC;
}
.TagClassName
{
border-color: #57A1FC;
}
</style>