#57A1FA

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

Shades of Cornflower Blue #57A1FA

Tints of Cornflower Blue #57A1FA

Color information

#57A1FA (or 0x57A1FA) is unknown color: approx Cornflower Blue. HEX triplet: 57, A1 and FA. RGB value is (87,161,250). Sum of RGB (Red+Green+Blue) = 87+161+250=498 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.47% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #57A1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A1FA is #A85E05. Grayscale: #949494. Windows color (decimal): -11034118 or 16425303. OLE color: 16425303.

HSL color Cylindrical-coordinate representation of color #57A1FA: hue angle of 212.76º 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 #57A1FA is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB87161250-
CMYK0.650.3600.02
HSL212.76º94.22%66.08%-
HSV(B)212.76º65.2%98.04%-
XYZ33.9334.4295.3-
YUV149.02184.9883.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.47%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 250 (98.05% from 255) = 50.20%
R=17.47%
G=32.33%
B=50.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal871612500.650.3600.02212.7694.2266.08
Hex57A1FA412402d55e42
Octal1272413721014402325136102
Binary1010111101000011111101010000011001000101101010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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