COLOR #0E4EF7

HEX: #0E4EF7
RGB: (14,78,247)

Color info

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

RGB color model

#0E4EF7 color RGB value is (14,78,247).

  • red value is 14;
  • green value is 78;
  • blue value is 247.
RGB:
(14,78,247)
(5%,31%,97%)

RGB channels and saturation

R 14 of 255 = 5%
G 78 of 255 = 31%
B 247 of 255 = 97%

14
78
247

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

Portions of RGB colors in percentages

R + G + B =
14 + 78 + 247 = 339 (100%)
R 14 of 339 ~ 4.13%
G 78 of 339 ~ 23.01%
B 247 of 339 ~ 72.86%

%23.01
%72.86

CMYK color model

#0E4EF7 color CMYK value is (94,68,0,3).

  • cyan value is 94.33%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(94,68,0,3)
C94M68Y0K3 
(94%,68%,0%,3%)
(0.94/0.68/0.00/0.03)	

CMYK percentages

%94.33
%68.42
%0
%3.14

Codes

Color #0E4EF7 in popluar color models

0E4EF7
RGB1478247
HSL224°93.57%51.18%
HSB/HSV224°94.33%96.86%
CMYK94.33%68.42%0.00%
3.14%

Color #0E4EF7 in popluar number systems.

HEX0E4EF7
Decimal1478247
Binary1110100111011110111
Octal16116367

Shades and tints

Shades of #0E4EF7

#0E4EF7
(14,78,247)
#0D47E1
(13,71,225)
#0C40CB
(12,64,203)
#0B39B5
(11,57,181)
#0A329F
(10,50,159)
#092B89
(9,43,137)
#082473
(8,36,115)
#071D5D
(7,29,93)
#061647
(6,22,71)
#050F31
(5,15,49)
#04081B
(4,8,27)
#000000
(0,0,0)

Tints of #0E4EF7

#0E4EF7
(14,78,247)
#235EF7
(35,94,247)
#386EF7
(56,110,247)
#4D7EF7
(77,126,247)
#628EF7
(98,142,247)
#779EF7
(119,158,247)
#8CAEF7
(140,174,247)
#A1BEF7
(161,190,247)
#B6CEF7
(182,206,247)
#CBDEF7
(203,222,247)
#E0EEF7
(224,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4EF7 color. Also use rgb(14,78,247) instead hex code.

Text Font Color

.myTextColor { color: #0E4EF7; }

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

This text font color is #0E4EF7.


Background Color

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

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

This div background color is #0E4EF7.


Border color

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

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

This div border color is #0E4EF7.


Opacity

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

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

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

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

This text has shadow with #0E4EF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4EF7 on black background.


Color preview on white background

This text has color #0E4EF7 on white background.



Black color preview on #0E4EF7 background

This text has black color on #0E4EF7 background.


White color preview on #0E4EF7 background

This text has white color on #0E4EF7 background.