#57A6FA

Color #57A6FA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #57A6FA

Tints of Cornflower Blue #57A6FA

Color information

#57A6FA (or 0x57A6FA) is unknown color: approx Cornflower Blue. HEX triplet: 57, A6 and FA. RGB value is (87,166,250). Sum of RGB (Red+Green+Blue) = 87+166+250=503 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.30% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #57A6FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A6FA is #A85905. Grayscale: #979797. Windows color (decimal): -11032838 or 16426583. OLE color: 16426583.

HSL color Cylindrical-coordinate representation of color #57A6FA: hue angle of 210.92º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57A6FA is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB87166250-
CMYK0.650.3400.02
HSL210.92º94.22%66.08%-
HSV(B)210.92º65.2%98.04%-
XYZ34.8236.295.59-
YUV151.95183.3381.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 17.30%
GREEN value IS 166 (65.23% from 255) = 33.00%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=17.30%
G=33.00%
B=49.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal871662500.650.3400.02210.9294.2266.08
Hex57A6FA412202d35e42
Octal1272463721014202323136102
Binary1010111101001101111101010000011000100101101001110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57A6FA; }

 p { color: rgb(87,166,250); }

 H1.HeaderClassName
 {
   color: #57A6FA;
 }
 .AnyTagClassName
 {
   color: #57A6FA;
 }
</style>
background-color css

<style>
 a { background-color: #57A6FA; }

 a { background-color: rgb(87,166,250); }

 div.DivClassName
 {
   background-color: #57A6FA;
 }
 .BgClassName
 {
   background-color: #57A6FA;
 }
</style>
border-color css

<style>
 span { border-color: #57A6FA; }

 span { border-color: rgb(87,166,250); }

 td.TdClassName
 {
   border-color: #57A6FA;
 }
 .TagClassName
 {
   border-color: #57A6FA;
 }
</style>