COLOR #0E5DEC

HEX: #0E5DEC
RGB: (14,93,236)

Color info

#0E5DEC contains mainly blue color. Web safe color of #0E5DEC is #0066FF (or #06F).

RGB color model

#0E5DEC color RGB value is (14,93,236).

  • red value is 14;
  • green value is 93;
  • blue value is 236.
RGB:
(14,93,236)
(5%,36%,93%)

RGB channels and saturation

R 14 of 255 = 5%
G 93 of 255 = 36%
B 236 of 255 = 93%

14
93
236

R + G + B ~ 45%. #0E5DEC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
14 + 93 + 236 = 343 (100%)
R 14 of 343 ~ 4.08%
G 93 of 343 ~ 27.11%
B 236 of 343 ~ 68.8%

%27.11
%68.8

CMYK color model

#0E5DEC color CMYK value is (94,61,0,7).

  • cyan value is 94.07%
  • magenta value is 60.59%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(94,61,0,7)
C94M61Y0K7 
(94%,61%,0%,7%)
(0.94/0.61/0.00/0.07)	

CMYK percentages

%94.07
%60.59
%0
%7.45

Codes

Color #0E5DEC in popluar color models

0E5DEC
RGB1493236
HSL219°88.80%49.02%
HSB/HSV219°94.07%92.55%
CMYK94.07%60.59%0.00%
7.45%

Color #0E5DEC in popluar number systems.

HEX0E5DEC
Decimal1493236
Binary1110101110111101100
Octal16135354

Shades and tints

Shades of #0E5DEC

#0E5DEC
(14,93,236)
#0D55D7
(13,85,215)
#0C4DC2
(12,77,194)
#0B45AD
(11,69,173)
#0A3D98
(10,61,152)
#093583
(9,53,131)
#082D6E
(8,45,110)
#072559
(7,37,89)
#061D44
(6,29,68)
#05152F
(5,21,47)
#040D1A
(4,13,26)
#000000
(0,0,0)

Tints of #0E5DEC

#0E5DEC
(14,93,236)
#236BED
(35,107,237)
#3879EE
(56,121,238)
#4D87EF
(77,135,239)
#6295F0
(98,149,240)
#77A3F1
(119,163,241)
#8CB1F2
(140,177,242)
#A1BFF3
(161,191,243)
#B6CDF4
(182,205,244)
#CBDBF5
(203,219,245)
#E0E9F6
(224,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5DEC color. Also use rgb(14,93,236) instead hex code.

Text Font Color

.myTextColor { color: #0E5DEC; }

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

This text font color is #0E5DEC.


Background Color

.myBgColor { background-color: #0E5DEC; }

<div style="background-color:#0E5DEC">Inner text</div>

This div background color is #0E5DEC.


Border color

.myBorderColor { border: 1px solid #0E5DEC; }

<div style="border:3px solid #0E5DEC">Div</div>

This div border color is #0E5DEC.


Opacity

.myOpacity80 { color: #0E5DEC; opacity: 0.8; }

<p style="color:#0E5DEC;opacity:0.8;">80%</p>

Text with #0E5DEC 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 #0E5DEC;}

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

This text has shadow with #0E5DEC color.

.textShadow {text-shadow: 3px 3px 1px #0E5DEC, 3px 3px 1px red;}

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

This text has shadow with #0E5DEC primary color and red secondary color.


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

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

This text has shadow with #0E5DEC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5DEC on black background.


Color preview on white background

This text has color #0E5DEC on white background.



Black color preview on #0E5DEC background

This text has black color on #0E5DEC background.


White color preview on #0E5DEC background

This text has white color on #0E5DEC background.