COLOR #57A7F3

HEX: #57A7F3
RGB: (87,167,243)

Color info

#57A7F3 contains mainly blue color. Web safe color of #57A7F3 is #6699FF (or #69F).

RGB color model

#57A7F3 color RGB value is (87,167,243).

  • red value is 87;
  • green value is 167;
  • blue value is 243.
RGB:
(87,167,243)
(34%,65%,95%)

RGB channels and saturation

R 87 of 255 = 34%
G 167 of 255 = 65%
B 243 of 255 = 95%

87
167
243

R + G + B ~ 65%. #57A7F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 167 + 243 = 497 (100%)
R 87 of 497 ~ 17.51%
G 167 of 497 ~ 33.6%
B 243 of 497 ~ 48.89%

%17.51
%33.6
%48.89

CMYK color model

#57A7F3 color CMYK value is (64,31,0,5).

  • cyan value is 64.20%
  • magenta value is 31.28%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(64,31,0,5)
C64M31Y0K5 
(64%,31%,0%,5%)
(0.64/0.31/0.00/0.05)	

CMYK percentages

%64.2
%31.28
%0
%4.71

Codes

Color #57A7F3 in popluar color models

57A7F3
RGB87167243
HSL209°86.67%64.71%
HSB/HSV209°64.20%95.29%
CMYK64.20%31.28%0.00%
4.71%

Color #57A7F3 in popluar number systems.

HEX57A7F3
Decimal87167243
Binary10101111010011111110011
Octal127247363

Shades and tints

Shades of #57A7F3

#57A7F3
(87,167,243)
#5098DD
(80,152,221)
#4989C7
(73,137,199)
#427AB1
(66,122,177)
#3B6B9B
(59,107,155)
#345C85
(52,92,133)
#2D4D6F
(45,77,111)
#263E59
(38,62,89)
#1F2F43
(31,47,67)
#18202D
(24,32,45)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #57A7F3

#57A7F3
(87,167,243)
#66AFF4
(102,175,244)
#75B7F5
(117,183,245)
#84BFF6
(132,191,246)
#93C7F7
(147,199,247)
#A2CFF8
(162,207,248)
#B1D7F9
(177,215,249)
#C0DFFA
(192,223,250)
#CFE7FB
(207,231,251)
#DEEFFC
(222,239,252)
#EDF7FD
(237,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A7F3 color. Also use rgb(87,167,243) instead hex code.

Text Font Color

.myTextColor { color: #57A7F3; }

<p style="color:#57A7F3">This sample text font color is #57A7F3.</p>

This text font color is #57A7F3.


Background Color

.myBgColor { background-color: #57A7F3; }

<div style="background-color:#57A7F3">Inner text</div>

This div background color is #57A7F3.


Border color

.myBorderColor { border: 1px solid #57A7F3; }

<div style="border:3px solid #57A7F3">Div</div>

This div border color is #57A7F3.


Opacity

.myOpacity80 { color: #57A7F3; opacity: 0.8; }

<p style="color:#57A7F3;opacity:0.8;">80%</p>

Text with #57A7F3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #57A7F3;}

<p style="text-shadow: 3px 3px 1px #57A7F3">Text here.</p>

This text has shadow with #57A7F3 color.

.textShadow {text-shadow: 3px 3px 1px #57A7F3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #57A7F3, 5px 5px 20px red">Text here.</p>

This text has shadow with #57A7F3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57A7F3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#57A7F3, Direction=45, Strength=4)">Text</p>

This text has shadow with #57A7F3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #57A7F3;
  -webkit-box-shadow:	1px 1px 3px 2px #57A7F3;
  box-shadow:		1px 1px 3px 2px #57A7F3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57A7F3;
-webkit-box-shadow: 1px 1px 3px 2px #57A7F3;
box-shadow:1px 1px 3px 2px #57A7F3;">
Div content here</div>
This div box has shadow with color #57A7F3.

Preview

Color preview on black background

This text has color #57A7F3 on black background.


Color preview on white background

This text has color #57A7F3 on white background.



Black color preview on #57A7F3 background

This text has black color on #57A7F3 background.


White color preview on #57A7F3 background

This text has white color on #57A7F3 background.