#57A3FC

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

Shades of Cornflower Blue #57A3FC

Tints of Cornflower Blue #57A3FC

Color information

#57A3FC (or 0x57A3FC) is unknown color: approx Cornflower Blue. HEX triplet: 57, A3 and FC. RGB value is (87,163,252). Sum of RGB (Red+Green+Blue) = 87+163+252=502 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.33% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #57A3FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A3FC is #A85C03. Grayscale: #959595. Windows color (decimal): -11033604 or 16556887. OLE color: 16556887.

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

Color convert

RGB87163252-
CMYK0.650.3500.01
HSL212.36º96.49%66.47%-
HSV(B)212.36º65.48%98.82%-
XYZ34.635.2597.08-
YUV150.42185.3282.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.33%
GREEN value IS 163 (64.06% from 255) = 32.47%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=17.33%
G=32.47%
B=50.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal871632520.650.3500.01212.3696.4966.47
Hex57A3FC412301d46042
Octal1272433741014301324140102
Binary101011110100011111111001000001100011011101010011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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