COLOR #2E80D4

HEX: #2E80D4
RGB: (46,128,212)

Color info

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

RGB color model

#2E80D4 color RGB value is (46,128,212).

  • red value is 46;
  • green value is 128;
  • blue value is 212.
RGB:
(46,128,212)
(18%,50%,83%)

RGB channels and saturation

R 46 of 255 = 18%
G 128 of 255 = 50%
B 212 of 255 = 83%

46
128
212

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

Portions of RGB colors in percentages

R + G + B =
46 + 128 + 212 = 386 (100%)
R 46 of 386 ~ 11.92%
G 128 of 386 ~ 33.16%
B 212 of 386 ~ 54.92%

%11.92
%33.16
%54.92

CMYK color model

#2E80D4 color CMYK value is (78,40,0,17).

  • cyan value is 78.30%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(78,40,0,17)
C78M40Y0K17 
(78%,40%,0%,17%)
(0.78/0.40/0.00/0.17)	

CMYK percentages

%78.3
%39.62
%0
%16.86

Codes

Color #2E80D4 in popluar color models

2E80D4
RGB46128212
HSL210°65.87%50.59%
HSB/HSV210°78.30%83.14%
CMYK78.30%39.62%0.00%
16.86%

Color #2E80D4 in popluar number systems.

HEX2E80D4
Decimal46128212
Binary1011101000000011010100
Octal56200324

Shades and tints

Shades of #2E80D4

#2E80D4
(46,128,212)
#2A75C1
(42,117,193)
#266AAE
(38,106,174)
#225F9B
(34,95,155)
#1E5488
(30,84,136)
#1A4975
(26,73,117)
#163E62
(22,62,98)
#12334F
(18,51,79)
#0E283C
(14,40,60)
#0A1D29
(10,29,41)
#061216
(6,18,22)
#000000
(0,0,0)

Tints of #2E80D4

#2E80D4
(46,128,212)
#418BD7
(65,139,215)
#5496DA
(84,150,218)
#67A1DD
(103,161,221)
#7AACE0
(122,172,224)
#8DB7E3
(141,183,227)
#A0C2E6
(160,194,230)
#B3CDE9
(179,205,233)
#C6D8EC
(198,216,236)
#D9E3EF
(217,227,239)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E80D4 color. Also use rgb(46,128,212) instead hex code.

Text Font Color

.myTextColor { color: #2E80D4; }

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

This text font color is #2E80D4.


Background Color

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

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

This div background color is #2E80D4.


Border color

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

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

This div border color is #2E80D4.


Opacity

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

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

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

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

This text has shadow with #2E80D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E80D4 on black background.


Color preview on white background

This text has color #2E80D4 on white background.



Black color preview on #2E80D4 background

This text has black color on #2E80D4 background.


White color preview on #2E80D4 background

This text has white color on #2E80D4 background.