#57A8FC

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

Shades of Cornflower Blue #57A8FC

Tints of Cornflower Blue #57A8FC

Color information

#57A8FC (or 0x57A8FC) is unknown color: approx Cornflower Blue. HEX triplet: 57, A8 and FC. RGB value is (87,168,252). Sum of RGB (Red+Green+Blue) = 87+168+252=507 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.16% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #57A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A8FC is #A85703. Grayscale: #989898. Windows color (decimal): -11032324 or 16558167. OLE color: 16558167.

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

Color convert

RGB87168252-
CMYK0.650.3300.01
HSL210.55º96.49%66.47%-
HSV(B)210.55º65.48%98.82%-
XYZ35.537.0697.38-
YUV153.36183.6680.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.16%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 252 (98.83% from 255) = 49.70%
R=17.16%
G=33.14%
B=49.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal871682520.650.3300.01210.5596.4966.47
Hex57A8FC412101d36042
Octal1272503741014101323140102
Binary101011110101000111111001000001100001011101001111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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