COLOR #2E8CEC

HEX: #2E8CEC
RGB: (46,140,236)

Color info

#2E8CEC contains mainly blue color. Web safe color of #2E8CEC is #3399FF (or #39F).

RGB color model

#2E8CEC color RGB value is (46,140,236).

  • red value is 46;
  • green value is 140;
  • blue value is 236.
RGB:
(46,140,236)
(18%,55%,93%)

RGB channels and saturation

R 46 of 255 = 18%
G 140 of 255 = 55%
B 236 of 255 = 93%

46
140
236

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

Portions of RGB colors in percentages

R + G + B =
46 + 140 + 236 = 422 (100%)
R 46 of 422 ~ 10.9%
G 140 of 422 ~ 33.18%
B 236 of 422 ~ 55.92%

%10.9
%33.18
%55.92

CMYK color model

#2E8CEC color CMYK value is (81,41,0,7).

  • cyan value is 80.51%
  • magenta value is 40.68%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(81,41,0,7)
C81M41Y0K7 
(81%,41%,0%,7%)
(0.81/0.41/0.00/0.07)	

CMYK percentages

%80.51
%40.68
%0
%7.45

Codes

Color #2E8CEC in popluar color models

2E8CEC
RGB46140236
HSL210°83.33%55.29%
HSB/HSV210°80.51%92.55%
CMYK80.51%40.68%0.00%
7.45%

Color #2E8CEC in popluar number systems.

HEX2E8CEC
Decimal46140236
Binary1011101000110011101100
Octal56214354

Shades and tints

Shades of #2E8CEC

#2E8CEC
(46,140,236)
#2A80D7
(42,128,215)
#2674C2
(38,116,194)
#2268AD
(34,104,173)
#1E5C98
(30,92,152)
#1A5083
(26,80,131)
#16446E
(22,68,110)
#123859
(18,56,89)
#0E2C44
(14,44,68)
#0A202F
(10,32,47)
#06141A
(6,20,26)
#000000
(0,0,0)

Tints of #2E8CEC

#2E8CEC
(46,140,236)
#4196ED
(65,150,237)
#54A0EE
(84,160,238)
#67AAEF
(103,170,239)
#7AB4F0
(122,180,240)
#8DBEF1
(141,190,241)
#A0C8F2
(160,200,242)
#B3D2F3
(179,210,243)
#C6DCF4
(198,220,244)
#D9E6F5
(217,230,245)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E8CEC color. Also use rgb(46,140,236) instead hex code.

Text Font Color

.myTextColor { color: #2E8CEC; }

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

This text font color is #2E8CEC.


Background Color

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

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

This div background color is #2E8CEC.


Border color

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

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

This div border color is #2E8CEC.


Opacity

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

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

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

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

This text has shadow with #2E8CEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8CEC on black background.


Color preview on white background

This text has color #2E8CEC on white background.



Black color preview on #2E8CEC background

This text has black color on #2E8CEC background.


White color preview on #2E8CEC background

This text has white color on #2E8CEC background.