COLOR #0E90EA

HEX: #0E90EA
RGB: (14,144,234)

Color info

#0E90EA contains mainly blue color. Web safe color of #0E90EA is #0099FF (or #09F).

RGB color model

#0E90EA color RGB value is (14,144,234).

  • red value is 14;
  • green value is 144;
  • blue value is 234.
RGB: (14,144,234) (5%,56%,92%)

RGB channels and saturation

R 14 of 255 = 5%
G 144 of 255 = 56%
B 234 of 255 = 92%

14
144
234

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

Portions of RGB colors in percentages

R + G + B =
14 + 144 + 234 = 392 (100%)
R 14 of 392 ~ 3.57%
G 144 of 392 ~ 36.73%
B 234 of 392 ~ 59.69%

%36.73
%59.69

CMYK color model

#0E90EA color CMYK value is (94,38,0,8).

  • cyan value is 94.02%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (94,38,0,8) C94M38Y0K8 (94%,38%,0%,8%) (0.94/0.38/0.00/0.08)

CMYK percentages

%94.02
%38.46
%0
%8.24

Codes

Color #0E90EA in popluar color models

0E90EA
RGB14144234
HSL205°88.71%48.63%
HSB/HSV205°94.02%91.76%
CMYK94.02%38.46%0.00%
8.24%

Color #0E90EA in popluar number systems.

HEX0E90EA
Decimal14144234
Binary11101001000011101010
Octal16220352

Shades and tints

Shades of #0E90EA

#0E90EA
(14,144,234)
#0D83D5
(13,131,213)
#0C76C0
(12,118,192)
#0B69AB
(11,105,171)
#0A5C96
(10,92,150)
#094F81
(9,79,129)
#08426C
(8,66,108)
#073557
(7,53,87)
#062842
(6,40,66)
#051B2D
(5,27,45)
#040E18
(4,14,24)
#000000
(0,0,0)

Tints of #0E90EA

#0E90EA
(14,144,234)
#239AEB
(35,154,235)
#38A4EC
(56,164,236)
#4DAEED
(77,174,237)
#62B8EE
(98,184,238)
#77C2EF
(119,194,239)
#8CCCF0
(140,204,240)
#A1D6F1
(161,214,241)
#B6E0F2
(182,224,242)
#CBEAF3
(203,234,243)
#E0F4F4
(224,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E90EA; }

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

This text font color is #0E90EA.


Background Color

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

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

This div background color is #0E90EA.


Border color

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

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

This div border color is #0E90EA.


Opacity

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

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

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

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

This text has shadow with #0E90EA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0E90EA on black background.


Color preview on white background

This text has color #0E90EA on white background.



Black color preview on #0E90EA background

This text has black color on #0E90EA background.


White color preview on #0E90EA background

This text has white color on #0E90EA background.