COLOR #2E71D1

HEX: #2E71D1
RGB: (46,113,209)

Color info

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

RGB color model

#2E71D1 color RGB value is (46,113,209).

  • red value is 46;
  • green value is 113;
  • blue value is 209.
RGB:
(46,113,209)
(18%,44%,82%)

RGB channels and saturation

R 46 of 255 = 18%
G 113 of 255 = 44%
B 209 of 255 = 82%

46
113
209

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

Portions of RGB colors in percentages

R + G + B =
46 + 113 + 209 = 368 (100%)
R 46 of 368 ~ 12.5%
G 113 of 368 ~ 30.71%
B 209 of 368 ~ 56.79%

%12.5
%30.71
%56.79

CMYK color model

#2E71D1 color CMYK value is (78,46,0,18).

  • cyan value is 77.99%
  • magenta value is 45.93%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(78,46,0,18)
C78M46Y0K18 
(78%,46%,0%,18%)
(0.78/0.46/0.00/0.18)	

CMYK percentages

%77.99
%45.93
%0
%18.04

Codes

Color #2E71D1 in popluar color models

2E71D1
RGB46113209
HSL215°63.92%50.00%
HSB/HSV215°77.99%81.96%
CMYK77.99%45.93%0.00%
18.04%

Color #2E71D1 in popluar number systems.

HEX2E71D1
Decimal46113209
Binary101110111000111010001
Octal56161321

Shades and tints

Shades of #2E71D1

#2E71D1
(46,113,209)
#2A67BE
(42,103,190)
#265DAB
(38,93,171)
#225398
(34,83,152)
#1E4985
(30,73,133)
#1A3F72
(26,63,114)
#16355F
(22,53,95)
#122B4C
(18,43,76)
#0E2139
(14,33,57)
#0A1726
(10,23,38)
#060D13
(6,13,19)
#000000
(0,0,0)

Tints of #2E71D1

#2E71D1
(46,113,209)
#417DD5
(65,125,213)
#5489D9
(84,137,217)
#6795DD
(103,149,221)
#7AA1E1
(122,161,225)
#8DADE5
(141,173,229)
#A0B9E9
(160,185,233)
#B3C5ED
(179,197,237)
#C6D1F1
(198,209,241)
#D9DDF5
(217,221,245)
#ECE9F9
(236,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E71D1 color. Also use rgb(46,113,209) instead hex code.

Text Font Color

.myTextColor { color: #2E71D1; }

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

This text font color is #2E71D1.


Background Color

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

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

This div background color is #2E71D1.


Border color

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

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

This div border color is #2E71D1.


Opacity

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

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

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

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

This text has shadow with #2E71D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E71D1 on black background.


Color preview on white background

This text has color #2E71D1 on white background.



Black color preview on #2E71D1 background

This text has black color on #2E71D1 background.


White color preview on #2E71D1 background

This text has white color on #2E71D1 background.