COLOR #2E85C6

HEX: #2E85C6
RGB: (46,133,198)

Color info

#2E85C6 contains mainly blue color. Web safe color of #2E85C6 is #3399CC (or #39C).

RGB color model

#2E85C6 color RGB value is (46,133,198).

  • red value is 46;
  • green value is 133;
  • blue value is 198.
RGB:
(46,133,198)
(18%,52%,78%)

RGB channels and saturation

R 46 of 255 = 18%
G 133 of 255 = 52%
B 198 of 255 = 78%

46
133
198

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

Portions of RGB colors in percentages

R + G + B =
46 + 133 + 198 = 377 (100%)
R 46 of 377 ~ 12.2%
G 133 of 377 ~ 35.28%
B 198 of 377 ~ 52.52%

%12.2
%35.28
%52.52

CMYK color model

#2E85C6 color CMYK value is (77,33,0,22).

  • cyan value is 76.77%
  • magenta value is 32.83%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(77,33,0,22)
C77M33Y0K22 
(77%,33%,0%,22%)
(0.77/0.33/0.00/0.22)	

CMYK percentages

%76.77
%32.83
%0
%22.35

Codes

Color #2E85C6 in popluar color models

2E85C6
RGB46133198
HSL206°62.30%47.84%
HSB/HSV206°76.77%77.65%
CMYK76.77%32.83%0.00%
22.35%

Color #2E85C6 in popluar number systems.

HEX2E85C6
Decimal46133198
Binary1011101000010111000110
Octal56205306

Shades and tints

Shades of #2E85C6

#2E85C6
(46,133,198)
#2A79B4
(42,121,180)
#266DA2
(38,109,162)
#226190
(34,97,144)
#1E557E
(30,85,126)
#1A496C
(26,73,108)
#163D5A
(22,61,90)
#123148
(18,49,72)
#0E2536
(14,37,54)
#0A1924
(10,25,36)
#060D12
(6,13,18)
#000000
(0,0,0)

Tints of #2E85C6

#2E85C6
(46,133,198)
#4190CB
(65,144,203)
#549BD0
(84,155,208)
#67A6D5
(103,166,213)
#7AB1DA
(122,177,218)
#8DBCDF
(141,188,223)
#A0C7E4
(160,199,228)
#B3D2E9
(179,210,233)
#C6DDEE
(198,221,238)
#D9E8F3
(217,232,243)
#ECF3F8
(236,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E85C6 color. Also use rgb(46,133,198) instead hex code.

Text Font Color

.myTextColor { color: #2E85C6; }

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

This text font color is #2E85C6.


Background Color

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

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

This div background color is #2E85C6.


Border color

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

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

This div border color is #2E85C6.


Opacity

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

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

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

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

This text has shadow with #2E85C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E85C6 on black background.


Color preview on white background

This text has color #2E85C6 on white background.



Black color preview on #2E85C6 background

This text has black color on #2E85C6 background.


White color preview on #2E85C6 background

This text has white color on #2E85C6 background.