COLOR #2F8CBB

HEX: #2F8CBB RGB: (47,140,187)

Color info

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

RGB color model

#2F8CBB color RGB value is (47,140,187).

RGB: (47,140,187) (18%, 55%, 73%)

RGB channels and saturation

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

47
140
187

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

Portions of RGB colors in percentages

R + G + B = 47 + 140 + 187 = 374 (100%)
R 47 of 374 ~ 12.57%
G 140 of 374 ~ 37.43%
B 187 of 374 ~ 50'%

%12.57
%37.43
%50

CMYK color model

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

  • cyan value is 74.87%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (75,25,0,27)
C75M25Y0K27 (75%, 25%, 0%, 27%)
(0.75 / 0.25 / 0.00 / 0.27)

CMYK percentages

%74.87
%25.13
%0
%26.67

Codes

Color #2F8CBB in popluar color models

2F 8C BB
RGB 47 140 187
HSL 200° 59.83% 45.88%
HSB/HSV 200° 74.87% 73.33%
CMYK 74.87% 25.13% 0.00%
26.67%

Color #2F8CBB in popluar number systems.

HEX 2F 8C BB
Decimal 47 140 187
Binary 101111 10001100 10111011
Octal 57 214 273

Shades and tints

Shades of #2F8CBB

#2F8CBB
(47,140,187)
#2B80AA
(43,128,170)
#277499
(39,116,153)
#236888
(35,104,136)
#1F5C77
(31,92,119)
#1B5066
(27,80,102)
#174455
(23,68,85)
#133844
(19,56,68)
#0F2C33
(15,44,51)
#0B2022
(11,32,34)
#071411
(7,20,17)
#000000
(0,0,0)

Tints of #2F8CBB

#2F8CBB
(47,140,187)
#4196C1
(65,150,193)
#53A0C7
(83,160,199)
#65AACD
(101,170,205)
#77B4D3
(119,180,211)
#89BED9
(137,190,217)
#9BC8DF
(155,200,223)
#ADD2E5
(173,210,229)
#BFDCEB
(191,220,235)
#D1E6F1
(209,230,241)
#E3F0F7
(227,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F8CBB; }

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

This text font color is #2F8CBB.

Background Color

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

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

This div background color is #2F8CBB.

Border color

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

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

This div border color is #2F8CBB.

Opacity

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

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

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

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

This text has shadow with #2F8CBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F8CBB.

Preview

Color preview on black background

This text has color #2F8CBB on black background.


Color preview on white background

This text has color #2F8CBB on white background.


Black color preview on #2F8CBB background

This text has black color on #2F8CBB background.


White color preview on #2F8CBB background

This text has white color on #2F8CBB background.


Related colors

Complementary color

Complementary color for #hex is #D07344.


I love getcolorcode.com

Triadic colors

1 #BB2F8C and #8CBB2F with #2F8CBB are triadic colors.

2 #BB8C2F and #8C2FBB with #2F8CBB are triadic colors.