COLOR #2E93DB

HEX: #2E93DB
RGB: (46,147,219)

Color info

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

RGB color model

#2E93DB color RGB value is (46,147,219).

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

RGB channels and saturation

R 46 of 255 = 18%
G 147 of 255 = 58%
B 219 of 255 = 86%

46
147
219

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

Portions of RGB colors in percentages

R + G + B =
46 + 147 + 219 = 412 (100%)
R 46 of 412 ~ 11.17%
G 147 of 412 ~ 35.68%
B 219 of 412 ~ 53.16%

%11.17
%35.68
%53.16

CMYK color model

#2E93DB color CMYK value is (79,33,0,14).

  • cyan value is 79.00%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(79,33,0,14)
C79M33Y0K14 
(79%,33%,0%,14%)
(0.79/0.33/0.00/0.14)	

CMYK percentages

%79
%32.88
%0
%14.12

Codes

Color #2E93DB in popluar color models

2E93DB
RGB46147219
HSL205°70.61%51.96%
HSB/HSV205°79.00%85.88%
CMYK79.00%32.88%0.00%
14.12%

Color #2E93DB in popluar number systems.

HEX2E93DB
Decimal46147219
Binary1011101001001111011011
Octal56223333

Shades and tints

Shades of #2E93DB

#2E93DB
(46,147,219)
#2A86C8
(42,134,200)
#2679B5
(38,121,181)
#226CA2
(34,108,162)
#1E5F8F
(30,95,143)
#1A527C
(26,82,124)
#164569
(22,69,105)
#123856
(18,56,86)
#0E2B43
(14,43,67)
#0A1E30
(10,30,48)
#06111D
(6,17,29)
#000000
(0,0,0)

Tints of #2E93DB

#2E93DB
(46,147,219)
#419CDE
(65,156,222)
#54A5E1
(84,165,225)
#67AEE4
(103,174,228)
#7AB7E7
(122,183,231)
#8DC0EA
(141,192,234)
#A0C9ED
(160,201,237)
#B3D2F0
(179,210,240)
#C6DBF3
(198,219,243)
#D9E4F6
(217,228,246)
#ECEDF9
(236,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E93DB; }

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

This text font color is #2E93DB.


Background Color

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

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

This div background color is #2E93DB.


Border color

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

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

This div border color is #2E93DB.


Opacity

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

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

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

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

This text has shadow with #2E93DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E93DB on black background.


Color preview on white background

This text has color #2E93DB on white background.



Black color preview on #2E93DB background

This text has black color on #2E93DB background.


White color preview on #2E93DB background

This text has white color on #2E93DB background.