COLOR #2E83E7

HEX: #2E83E7
RGB: (46,131,231)

Color info

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

RGB color model

#2E83E7 color RGB value is (46,131,231).

  • red value is 46;
  • green value is 131;
  • blue value is 231.
RGB:
(46,131,231)
(18%,51%,91%)

RGB channels and saturation

R 46 of 255 = 18%
G 131 of 255 = 51%
B 231 of 255 = 91%

46
131
231

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

Portions of RGB colors in percentages

R + G + B =
46 + 131 + 231 = 408 (100%)
R 46 of 408 ~ 11.27%
G 131 of 408 ~ 32.11%
B 231 of 408 ~ 56.62%

%11.27
%32.11
%56.62

CMYK color model

#2E83E7 color CMYK value is (80,43,0,9).

  • cyan value is 80.09%
  • magenta value is 43.29%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(80,43,0,9)
C80M43Y0K9 
(80%,43%,0%,9%)
(0.80/0.43/0.00/0.09)	

CMYK percentages

%80.09
%43.29
%0
%9.41

Codes

Color #2E83E7 in popluar color models

2E83E7
RGB46131231
HSL212°79.40%54.31%
HSB/HSV212°80.09%90.59%
CMYK80.09%43.29%0.00%
9.41%

Color #2E83E7 in popluar number systems.

HEX2E83E7
Decimal46131231
Binary1011101000001111100111
Octal56203347

Shades and tints

Shades of #2E83E7

#2E83E7
(46,131,231)
#2A78D2
(42,120,210)
#266DBD
(38,109,189)
#2262A8
(34,98,168)
#1E5793
(30,87,147)
#1A4C7E
(26,76,126)
#164169
(22,65,105)
#123654
(18,54,84)
#0E2B3F
(14,43,63)
#0A202A
(10,32,42)
#061515
(6,21,21)
#000000
(0,0,0)

Tints of #2E83E7

#2E83E7
(46,131,231)
#418EE9
(65,142,233)
#5499EB
(84,153,235)
#67A4ED
(103,164,237)
#7AAFEF
(122,175,239)
#8DBAF1
(141,186,241)
#A0C5F3
(160,197,243)
#B3D0F5
(179,208,245)
#C6DBF7
(198,219,247)
#D9E6F9
(217,230,249)
#ECF1FB
(236,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E83E7 color. Also use rgb(46,131,231) instead hex code.

Text Font Color

.myTextColor { color: #2E83E7; }

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

This text font color is #2E83E7.


Background Color

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

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

This div background color is #2E83E7.


Border color

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

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

This div border color is #2E83E7.


Opacity

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

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

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

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

This text has shadow with #2E83E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E83E7 on black background.


Color preview on white background

This text has color #2E83E7 on white background.



Black color preview on #2E83E7 background

This text has black color on #2E83E7 background.


White color preview on #2E83E7 background

This text has white color on #2E83E7 background.