#57A2FC

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

Shades of Cornflower Blue #57A2FC

Tints of Cornflower Blue #57A2FC

Color information

#57A2FC (or 0x57A2FC) is unknown color: approx Cornflower Blue. HEX triplet: 57, A2 and FC. RGB value is (87,162,252). Sum of RGB (Red+Green+Blue) = 87+162+252=501 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.37% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #57A2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A2FC is #A85D03. Grayscale: #959595. Windows color (decimal): -11033860 or 16556631. OLE color: 16556631.

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

Color convert

RGB87162252-
CMYK0.650.3600.01
HSL212.73º96.49%66.47%-
HSV(B)212.73º65.48%98.82%-
XYZ34.4234.997.02-
YUV149.84185.6583.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.37%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 252 (98.83% from 255) = 50.30%
R=17.37%
G=32.34%
B=50.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal871622520.650.3600.01212.7396.4966.47
Hex57A2FC412401d56042
Octal1272423741014401325140102
Binary101011110100010111111001000001100100011101010111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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