#57A1FD

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

Shades of Cornflower Blue #57A1FD

Tints of Cornflower Blue #57A1FD

Color information

#57A1FD (or 0x57A1FD) is unknown color: approx Cornflower Blue. HEX triplet: 57, A1 and FD. RGB value is (87,161,253). Sum of RGB (Red+Green+Blue) = 87+161+253=501 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.37% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #57A1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A1FD is #A85E02. Grayscale: #949494. Windows color (decimal): -11034115 or 16621911. OLE color: 16621911.

HSL color Cylindrical-coordinate representation of color #57A1FD: hue angle of 213.25º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57A1FD is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB87161253-
CMYK0.660.3600.01
HSL213.25º97.65%66.67%-
HSV(B)213.25º65.61%99.22%-
XYZ34.434.6197.8-
YUV149.36186.4883.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.37%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=17.37%
G=32.14%
B=50.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal871612530.660.3600.01213.2597.6566.67
Hex57A1FD422401d56243
Octal1272413751024401325142103
Binary101011110100001111111011000010100100011101010111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,161,253); }

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

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

 a { background-color: rgb(87,161,253); }

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

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

 span { border-color: rgb(87,161,253); }

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