COLOR #2E7CDB

HEX: #2E7CDB
RGB: (46,124,219)

Color info

#2E7CDB contains mainly blue color. Web safe color of #2E7CDB is #3366CC (or #36C).

RGB color model

#2E7CDB color RGB value is (46,124,219).

  • red value is 46;
  • green value is 124;
  • blue value is 219.
RGB:
(46,124,219)
(18%,49%,86%)

RGB channels and saturation

R 46 of 255 = 18%
G 124 of 255 = 49%
B 219 of 255 = 86%

46
124
219

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

Portions of RGB colors in percentages

R + G + B =
46 + 124 + 219 = 389 (100%)
R 46 of 389 ~ 11.83%
G 124 of 389 ~ 31.88%
B 219 of 389 ~ 56.3%

%11.83
%31.88
%56.3

CMYK color model

#2E7CDB color CMYK value is (79,43,0,14).

  • cyan value is 79.00%
  • magenta value is 43.38%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(79,43,0,14)
C79M43Y0K14 
(79%,43%,0%,14%)
(0.79/0.43/0.00/0.14)	

CMYK percentages

%79
%43.38
%0
%14.12

Codes

Color #2E7CDB in popluar color models

2E7CDB
RGB46124219
HSL213°70.61%51.96%
HSB/HSV213°79.00%85.88%
CMYK79.00%43.38%0.00%
14.12%

Color #2E7CDB in popluar number systems.

HEX2E7CDB
Decimal46124219
Binary101110111110011011011
Octal56174333

Shades and tints

Shades of #2E7CDB

#2E7CDB
(46,124,219)
#2A71C8
(42,113,200)
#2666B5
(38,102,181)
#225BA2
(34,91,162)
#1E508F
(30,80,143)
#1A457C
(26,69,124)
#163A69
(22,58,105)
#122F56
(18,47,86)
#0E2443
(14,36,67)
#0A1930
(10,25,48)
#060E1D
(6,14,29)
#000000
(0,0,0)

Tints of #2E7CDB

#2E7CDB
(46,124,219)
#4187DE
(65,135,222)
#5492E1
(84,146,225)
#679DE4
(103,157,228)
#7AA8E7
(122,168,231)
#8DB3EA
(141,179,234)
#A0BEED
(160,190,237)
#B3C9F0
(179,201,240)
#C6D4F3
(198,212,243)
#D9DFF6
(217,223,246)
#ECEAF9
(236,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7CDB color. Also use rgb(46,124,219) instead hex code.

Text Font Color

.myTextColor { color: #2E7CDB; }

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

This text font color is #2E7CDB.


Background Color

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

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

This div background color is #2E7CDB.


Border color

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

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

This div border color is #2E7CDB.


Opacity

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

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

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

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

This text has shadow with #2E7CDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7CDB on black background.


Color preview on white background

This text has color #2E7CDB on white background.



Black color preview on #2E7CDB background

This text has black color on #2E7CDB background.


White color preview on #2E7CDB background

This text has white color on #2E7CDB background.