COLOR #2E6DCD

HEX: #2E6DCD
RGB: (46,109,205)

Color info

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

RGB color model

#2E6DCD color RGB value is (46,109,205).

  • red value is 46;
  • green value is 109;
  • blue value is 205.
RGB:
(46,109,205)
(18%,43%,80%)

RGB channels and saturation

R 46 of 255 = 18%
G 109 of 255 = 43%
B 205 of 255 = 80%

46
109
205

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

Portions of RGB colors in percentages

R + G + B =
46 + 109 + 205 = 360 (100%)
R 46 of 360 ~ 12.78%
G 109 of 360 ~ 30.28%
B 205 of 360 ~ 56.94%

%12.78
%30.28
%56.94

CMYK color model

#2E6DCD color CMYK value is (78,47,0,20).

  • cyan value is 77.56%
  • magenta value is 46.83%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(78,47,0,20)
C78M47Y0K20 
(78%,47%,0%,20%)
(0.78/0.47/0.00/0.20)	

CMYK percentages

%77.56
%46.83
%0
%19.61

Codes

Color #2E6DCD in popluar color models

2E6DCD
RGB46109205
HSL216°63.35%49.22%
HSB/HSV216°77.56%80.39%
CMYK77.56%46.83%0.00%
19.61%

Color #2E6DCD in popluar number systems.

HEX2E6DCD
Decimal46109205
Binary101110110110111001101
Octal56155315

Shades and tints

Shades of #2E6DCD

#2E6DCD
(46,109,205)
#2A64BB
(42,100,187)
#265BA9
(38,91,169)
#225297
(34,82,151)
#1E4985
(30,73,133)
#1A4073
(26,64,115)
#163761
(22,55,97)
#122E4F
(18,46,79)
#0E253D
(14,37,61)
#0A1C2B
(10,28,43)
#061319
(6,19,25)
#000000
(0,0,0)

Tints of #2E6DCD

#2E6DCD
(46,109,205)
#417AD1
(65,122,209)
#5487D5
(84,135,213)
#6794D9
(103,148,217)
#7AA1DD
(122,161,221)
#8DAEE1
(141,174,225)
#A0BBE5
(160,187,229)
#B3C8E9
(179,200,233)
#C6D5ED
(198,213,237)
#D9E2F1
(217,226,241)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6DCD color. Also use rgb(46,109,205) instead hex code.

Text Font Color

.myTextColor { color: #2E6DCD; }

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

This text font color is #2E6DCD.


Background Color

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

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

This div background color is #2E6DCD.


Border color

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

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

This div border color is #2E6DCD.


Opacity

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

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

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

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

This text has shadow with #2E6DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6DCD on black background.


Color preview on white background

This text has color #2E6DCD on white background.



Black color preview on #2E6DCD background

This text has black color on #2E6DCD background.


White color preview on #2E6DCD background

This text has white color on #2E6DCD background.