#57A2E7

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

Shades of Cornflower Blue #57A2E7

Tints of Cornflower Blue #57A2E7

Color information

#57A2E7 (or 0x57A2E7) is unknown color: approx Cornflower Blue. HEX triplet: 57, A2 and E7. RGB value is (87,162,231). Sum of RGB (Red+Green+Blue) = 87+162+231=480 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.12% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #57A2E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A2E7 is #A85D18. Grayscale: #939393. Windows color (decimal): -11033881 or 15180375. OLE color: 15180375.

HSL color Cylindrical-coordinate representation of color #57A2E7: hue angle of 208.75º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57A2E7 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB87162231-
CMYK0.620.3000.09
HSL208.75º75%62.35%-
HSV(B)208.75º62.34%90.59%-
XYZ31.2733.6480.45-
YUV147.44175.1584.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.12%
GREEN value IS 162 (63.67% from 255) = 33.75%
BLUE value IS 231 (90.62% from 255) = 48.12%
R=18.12%
G=33.75%
B=48.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal871622310.620.3000.09208.757562.35
Hex57A2E73E1E09d14b3e
Octal127242347763601132111376
Binary101011110100010111001111111101111001001110100011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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