COLOR #2E87BB

HEX: #2E87BB
RGB: (46,135,187)

Color info

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

RGB color model

#2E87BB color RGB value is (46,135,187).

  • red value is 46;
  • green value is 135;
  • blue value is 187.
RGB:
(46,135,187)
(18%,53%,73%)

RGB channels and saturation

R 46 of 255 = 18%
G 135 of 255 = 53%
B 187 of 255 = 73%

46
135
187

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

Portions of RGB colors in percentages

R + G + B =
46 + 135 + 187 = 368 (100%)
R 46 of 368 ~ 12.5%
G 135 of 368 ~ 36.68%
B 187 of 368 ~ 50.82%

%12.5
%36.68
%50.82

CMYK color model

#2E87BB color CMYK value is (75,28,0,27).

  • cyan value is 75.40%
  • magenta value is 27.81%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(75,28,0,27)
C75M28Y0K27 
(75%,28%,0%,27%)
(0.75/0.28/0.00/0.27)	

CMYK percentages

%75.4
%27.81
%0
%26.67

Codes

Color #2E87BB in popluar color models

2E87BB
RGB46135187
HSL202°60.52%45.69%
HSB/HSV202°75.40%73.33%
CMYK75.40%27.81%0.00%
26.67%

Color #2E87BB in popluar number systems.

HEX2E87BB
Decimal46135187
Binary1011101000011110111011
Octal56207273

Shades and tints

Shades of #2E87BB

#2E87BB
(46,135,187)
#2A7BAA
(42,123,170)
#266F99
(38,111,153)
#226388
(34,99,136)
#1E5777
(30,87,119)
#1A4B66
(26,75,102)
#163F55
(22,63,85)
#123344
(18,51,68)
#0E2733
(14,39,51)
#0A1B22
(10,27,34)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #2E87BB

#2E87BB
(46,135,187)
#4191C1
(65,145,193)
#549BC7
(84,155,199)
#67A5CD
(103,165,205)
#7AAFD3
(122,175,211)
#8DB9D9
(141,185,217)
#A0C3DF
(160,195,223)
#B3CDE5
(179,205,229)
#C6D7EB
(198,215,235)
#D9E1F1
(217,225,241)
#ECEBF7
(236,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E87BB color. Also use rgb(46,135,187) instead hex code.

Text Font Color

.myTextColor { color: #2E87BB; }

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

This text font color is #2E87BB.


Background Color

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

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

This div background color is #2E87BB.


Border color

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

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

This div border color is #2E87BB.


Opacity

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

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

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

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

This text has shadow with #2E87BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E87BB on black background.


Color preview on white background

This text has color #2E87BB on white background.



Black color preview on #2E87BB background

This text has black color on #2E87BB background.


White color preview on #2E87BB background

This text has white color on #2E87BB background.