#57A3F0

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

Shades of Cornflower Blue #57A3F0

Tints of Cornflower Blue #57A3F0

Color information

#57A3F0 (or 0x57A3F0) is unknown color: approx Cornflower Blue. HEX triplet: 57, A3 and F0. RGB value is (87,163,240). Sum of RGB (Red+Green+Blue) = 87+163+240=490 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.76% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #57A3F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A3F0 is #A85C0F. Grayscale: #949494. Windows color (decimal): -11033616 or 15770455. OLE color: 15770455.

HSL color Cylindrical-coordinate representation of color #57A3F0: hue angle of 210.2º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57A3F0 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB87163240-
CMYK0.640.3200.06
HSL210.2º83.61%64.12%-
HSV(B)210.2º63.75%94.12%-
XYZ32.7634.5187.37-
YUV149.05179.3283.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.76%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 240 (94.14% from 255) = 48.98%
R=17.76%
G=33.27%
B=48.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal871632400.640.3200.06210.283.6164.12
Hex57A3F0402006d25440
Octal1272433601004006322124100
Binary10101111010001111110000100000010000001101101001010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,163,240); }

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

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

 a { background-color: rgb(87,163,240); }

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

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

 span { border-color: rgb(87,163,240); }

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