COLOR #0E0EF9

HEX: #0E0EF9
RGB: (14,14,249)

Color info

#0E0EF9 contains mainly blue color. Web safe color of #0E0EF9 is #0000FF (or #00F).

RGB color model

#0E0EF9 color RGB value is (14,14,249).

  • red value is 14;
  • green value is 14;
  • blue value is 249.
RGB:
(14,14,249)
(5%,5%,98%)

RGB channels and saturation

R 14 of 255 = 5%
G 14 of 255 = 5%
B 249 of 255 = 98%

14
14
249

R + G + B ~ 36%. #0E0EF9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 14 + 249 = 277 (100%)
R 14 of 277 ~ 5.05%
G 14 of 277 ~ 5.05%
B 249 of 277 ~ 89.89%

%89.89

CMYK color model

#0E0EF9 color CMYK value is (94,94,0,2).

  • cyan value is 94.38%
  • magenta value is 94.38%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(94,94,0,2)
C94M94Y0K2 
(94%,94%,0%,2%)
(0.94/0.94/0.00/0.02)	

CMYK percentages

%94.38
%94.38
%0
%2.35

Codes

Color #0E0EF9 in popluar color models

0E0EF9
RGB1414249
HSL240°95.14%51.57%
HSB/HSV240°94.38%97.65%
CMYK94.38%94.38%0.00%
2.35%

Color #0E0EF9 in popluar number systems.

HEX0E0EF9
Decimal1414249
Binary1110111011111001
Octal1616371

Shades and tints

Shades of #0E0EF9

#0E0EF9
(14,14,249)
#0D0DE3
(13,13,227)
#0C0CCD
(12,12,205)
#0B0BB7
(11,11,183)
#0A0AA1
(10,10,161)
#09098B
(9,9,139)
#080875
(8,8,117)
#07075F
(7,7,95)
#060649
(6,6,73)
#050533
(5,5,51)
#04041D
(4,4,29)
#000000
(0,0,0)

Tints of #0E0EF9

#0E0EF9
(14,14,249)
#2323F9
(35,35,249)
#3838F9
(56,56,249)
#4D4DF9
(77,77,249)
#6262F9
(98,98,249)
#7777F9
(119,119,249)
#8C8CF9
(140,140,249)
#A1A1F9
(161,161,249)
#B6B6F9
(182,182,249)
#CBCBF9
(203,203,249)
#E0E0F9
(224,224,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0EF9; }

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

This text font color is #0E0EF9.


Background Color

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

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

This div background color is #0E0EF9.


Border color

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

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

This div border color is #0E0EF9.


Opacity

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

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

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

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

This text has shadow with #0E0EF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0EF9 on black background.


Color preview on white background

This text has color #0E0EF9 on white background.



Black color preview on #0E0EF9 background

This text has black color on #0E0EF9 background.


White color preview on #0E0EF9 background

This text has white color on #0E0EF9 background.