COLOR #0E4DEF

HEX: #0E4DEF RGB: (14,77,239)

Color info

#0E4DEF contains mainly blue color. Web safe color of #0E4DEF is #0033FF (or #03F).

RGB color model

#0E4DEF color RGB value is (14,77,239).

RGB: (14,77,239) (5%, 30%, 94%)

RGB channels and saturation

R 14 of 255 = 5%
G 77 of 255 = 30%
B 239 of 255 = 94%

14
77
239

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

Portions of RGB colors in percentages

R + G + B = 14 + 77 + 239 = 330 (100%)
R 14 of 330 ~ 4.24%
G 77 of 330 ~ 23.33%
B 239 of 330 ~ 72.42'%

%23.33
%72.42

CMYK color model

#0E4DEF color CMYK value is (94,68,0,6).

  • cyan value is 94.14%
  • magenta value is 67.78%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (94,68,0,6)
C94M68Y0K6 (94%, 68%, 0%, 6%)
(0.94 / 0.68 / 0.00 / 0.06)

CMYK percentages

%94.14
%67.78
%0
%6.27

Codes

Color #0E4DEF in popluar color models

0E 4D EF
RGB 14 77 239
HSL 223° 88.93% 49.61%
HSB/HSV 223° 94.14% 93.73%
CMYK 94.14% 67.78% 0.00%
6.27%

Color #0E4DEF in popluar number systems.

HEX 0E 4D EF
Decimal 14 77 239
Binary 1110 1001101 11101111
Octal 16 115 357

Shades and tints

Shades of #0E4DEF

#0E4DEF
(14,77,239)
#0D46DA
(13,70,218)
#0C3FC5
(12,63,197)
#0B38B0
(11,56,176)
#0A319B
(10,49,155)
#092A86
(9,42,134)
#082371
(8,35,113)
#071C5C
(7,28,92)
#061547
(6,21,71)
#050E32
(5,14,50)
#04071D
(4,7,29)
#000000
(0,0,0)

Tints of #0E4DEF

#0E4DEF
(14,77,239)
#235DF0
(35,93,240)
#386DF1
(56,109,241)
#4D7DF2
(77,125,242)
#628DF3
(98,141,243)
#779DF4
(119,157,244)
#8CADF5
(140,173,245)
#A1BDF6
(161,189,246)
#B6CDF7
(182,205,247)
#CBDDF8
(203,221,248)
#E0EDF9
(224,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4DEF color. Also use rgb(14,77,239) instead hex code.

Text Font Color

.myTextColor { color: #0E4DEF; }

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

This text font color is #0E4DEF.

Background Color

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

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

This div background color is #0E4DEF.

Border color

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

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

This div border color is #0E4DEF.

Opacity

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

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

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

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

This text has shadow with #0E4DEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4DEF.

Preview

Color preview on black background

This text has color #0E4DEF on black background.


Color preview on white background

This text has color #0E4DEF on white background.


Black color preview on #0E4DEF background

This text has black color on #0E4DEF background.


White color preview on #0E4DEF background

This text has white color on #0E4DEF background.


Related colors

Complementary color

Complementary color for #hex is #F1B210.


I love getcolorcode.com

Triadic colors

1 #EF0E4D and #4DEF0E with #0E4DEF are triadic colors.

2 #EF4D0E and #4D0EEF with #0E4DEF are triadic colors.