COLOR #2F8CBA

HEX: #2F8CBA
RGB: (47,140,186)

Color info

#2F8CBA contains mainly green and blue colors. Web safe color of #2F8CBA is #3399CC (or #39C).

RGB color model

#2F8CBA color RGB value is (47,140,186).

  • red value is 47;
  • green value is 140;
  • blue value is 186.
RGB:
(47,140,186)
(18%,55%,73%)

RGB channels and saturation

R 47 of 255 = 18%
G 140 of 255 = 55%
B 186 of 255 = 73%

47
140
186

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

Portions of RGB colors in percentages

R + G + B =
47 + 140 + 186 = 373 (100%)
R 47 of 373 ~ 12.6%
G 140 of 373 ~ 37.53%
B 186 of 373 ~ 49.87%

%12.6
%37.53
%49.87

CMYK color model

#2F8CBA color CMYK value is (75,25,0,27).

  • cyan value is 74.73%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(75,25,0,27)
C75M25Y0K27 
(75%,25%,0%,27%)
(0.75/0.25/0.00/0.27)	

CMYK percentages

%74.73
%24.73
%0
%27.06

Codes

Color #2F8CBA in popluar color models

2F8CBA
RGB47140186
HSL200°59.66%45.69%
HSB/HSV200°74.73%72.94%
CMYK74.73%24.73%0.00%
27.06%

Color #2F8CBA in popluar number systems.

HEX2F8CBA
Decimal47140186
Binary1011111000110010111010
Octal57214272

Shades and tints

Shades of #2F8CBA

#2F8CBA
(47,140,186)
#2B80AA
(43,128,170)
#27749A
(39,116,154)
#23688A
(35,104,138)
#1F5C7A
(31,92,122)
#1B506A
(27,80,106)
#17445A
(23,68,90)
#13384A
(19,56,74)
#0F2C3A
(15,44,58)
#0B202A
(11,32,42)
#07141A
(7,20,26)
#000000
(0,0,0)

Tints of #2F8CBA

#2F8CBA
(47,140,186)
#4196C0
(65,150,192)
#53A0C6
(83,160,198)
#65AACC
(101,170,204)
#77B4D2
(119,180,210)
#89BED8
(137,190,216)
#9BC8DE
(155,200,222)
#ADD2E4
(173,210,228)
#BFDCEA
(191,220,234)
#D1E6F0
(209,230,240)
#E3F0F6
(227,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F8CBA color. Also use rgb(47,140,186) instead hex code.

Text Font Color

.myTextColor { color: #2F8CBA; }

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

This text font color is #2F8CBA.


Background Color

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

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

This div background color is #2F8CBA.


Border color

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

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

This div border color is #2F8CBA.


Opacity

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

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

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

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

This text has shadow with #2F8CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F8CBA on black background.


Color preview on white background

This text has color #2F8CBA on white background.



Black color preview on #2F8CBA background

This text has black color on #2F8CBA background.


White color preview on #2F8CBA background

This text has white color on #2F8CBA background.