#57A1FF

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

Shades of Cornflower Blue #57A1FF

Tints of Cornflower Blue #57A1FF

Color information

#57A1FF (or 0x57A1FF) is unknown color: approx Cornflower Blue. HEX triplet: 57, A1 and FF. RGB value is (87,161,255). Sum of RGB (Red+Green+Blue) = 87+161+255=503 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.30% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #57A1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A1FF is #A85E00. Grayscale: #959595. Windows color (decimal): -11034113 or 16752983. OLE color: 16752983.

HSL color Cylindrical-coordinate representation of color #57A1FF: hue angle of 213.57º 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 #57A1FF is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB87161255-
CMYK0.660.3700
HSL213.57º100%67.06%-
HSV(B)213.57º65.88%100%-
XYZ34.7334.7499.48-
YUV149.59187.4883.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.30%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 255 (100% from 255) = 50.70%
R=17.30%
G=32.01%
B=50.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal871612550.660.3700213.5710067.06
Hex57A1FF422500d66443
Octal1272413771024500326144103
Binary101011110100001111111111000010100101001101011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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