COLOR #2F57CC

HEX: #2F57CC
RGB: (47,87,204)

Color info

#2F57CC contains mainly blue color. Web safe color of #2F57CC is #3366CC (or #36C).

RGB color model

#2F57CC color RGB value is (47,87,204).

  • red value is 47;
  • green value is 87;
  • blue value is 204.
RGB:
(47,87,204)
(18%,34%,80%)

RGB channels and saturation

R 47 of 255 = 18%
G 87 of 255 = 34%
B 204 of 255 = 80%

47
87
204

R + G + B ~ 44%. #2F57CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
47 + 87 + 204 = 338 (100%)
R 47 of 338 ~ 13.91%
G 87 of 338 ~ 25.74%
B 204 of 338 ~ 60.36%

%13.91
%25.74
%60.36

CMYK color model

#2F57CC color CMYK value is (77,57,0,20).

  • cyan value is 76.96%
  • magenta value is 57.35%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(77,57,0,20)
C77M57Y0K20 
(77%,57%,0%,20%)
(0.77/0.57/0.00/0.20)	

CMYK percentages

%76.96
%57.35
%0
%20

Codes

Color #2F57CC in popluar color models

2F57CC
RGB4787204
HSL225°62.55%49.22%
HSB/HSV225°76.96%80.00%
CMYK76.96%57.35%0.00%
20.00%

Color #2F57CC in popluar number systems.

HEX2F57CC
Decimal4787204
Binary101111101011111001100
Octal57127314

Shades and tints

Shades of #2F57CC

#2F57CC
(47,87,204)
#2B50BA
(43,80,186)
#2749A8
(39,73,168)
#234296
(35,66,150)
#1F3B84
(31,59,132)
#1B3472
(27,52,114)
#172D60
(23,45,96)
#13264E
(19,38,78)
#0F1F3C
(15,31,60)
#0B182A
(11,24,42)
#071118
(7,17,24)
#000000
(0,0,0)

Tints of #2F57CC

#2F57CC
(47,87,204)
#4166D0
(65,102,208)
#5375D4
(83,117,212)
#6584D8
(101,132,216)
#7793DC
(119,147,220)
#89A2E0
(137,162,224)
#9BB1E4
(155,177,228)
#ADC0E8
(173,192,232)
#BFCFEC
(191,207,236)
#D1DEF0
(209,222,240)
#E3EDF4
(227,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F57CC color. Also use rgb(47,87,204) instead hex code.

Text Font Color

.myTextColor { color: #2F57CC; }

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

This text font color is #2F57CC.


Background Color

.myBgColor { background-color: #2F57CC; }

<div style="background-color:#2F57CC">Inner text</div>

This div background color is #2F57CC.


Border color

.myBorderColor { border: 1px solid #2F57CC; }

<div style="border:3px solid #2F57CC">Div</div>

This div border color is #2F57CC.


Opacity

.myOpacity80 { color: #2F57CC; opacity: 0.8; }

<p style="color:#2F57CC;opacity:0.8;">80%</p>

Text with #2F57CC 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 #2F57CC;}

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

This text has shadow with #2F57CC color.

.textShadow {text-shadow: 3px 3px 1px #2F57CC, 3px 3px 1px red;}

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

This text has shadow with #2F57CC primary color and red secondary color.


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

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

This text has shadow with #2F57CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F57CC on black background.


Color preview on white background

This text has color #2F57CC on white background.



Black color preview on #2F57CC background

This text has black color on #2F57CC background.


White color preview on #2F57CC background

This text has white color on #2F57CC background.