COLOR #0E97F3

HEX: #0E97F3
RGB: (14,151,243)

Color info

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

RGB color model

#0E97F3 color RGB value is (14,151,243).

  • red value is 14;
  • green value is 151;
  • blue value is 243.
RGB:
(14,151,243)
(5%,59%,95%)

RGB channels and saturation

R 14 of 255 = 5%
G 151 of 255 = 59%
B 243 of 255 = 95%

14
151
243

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

Portions of RGB colors in percentages

R + G + B =
14 + 151 + 243 = 408 (100%)
R 14 of 408 ~ 3.43%
G 151 of 408 ~ 37.01%
B 243 of 408 ~ 59.56%

%37.01
%59.56

CMYK color model

#0E97F3 color CMYK value is (94,38,0,5).

  • cyan value is 94.24%
  • magenta value is 37.86%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(94,38,0,5)
C94M38Y0K5 
(94%,38%,0%,5%)
(0.94/0.38/0.00/0.05)	

CMYK percentages

%94.24
%37.86
%0
%4.71

Codes

Color #0E97F3 in popluar color models

0E97F3
RGB14151243
HSL204°90.51%50.39%
HSB/HSV204°94.24%95.29%
CMYK94.24%37.86%0.00%
4.71%

Color #0E97F3 in popluar number systems.

HEX0E97F3
Decimal14151243
Binary11101001011111110011
Octal16227363

Shades and tints

Shades of #0E97F3

#0E97F3
(14,151,243)
#0D8ADD
(13,138,221)
#0C7DC7
(12,125,199)
#0B70B1
(11,112,177)
#0A639B
(10,99,155)
#095685
(9,86,133)
#08496F
(8,73,111)
#073C59
(7,60,89)
#062F43
(6,47,67)
#05222D
(5,34,45)
#041517
(4,21,23)
#000000
(0,0,0)

Tints of #0E97F3

#0E97F3
(14,151,243)
#23A0F4
(35,160,244)
#38A9F5
(56,169,245)
#4DB2F6
(77,178,246)
#62BBF7
(98,187,247)
#77C4F8
(119,196,248)
#8CCDF9
(140,205,249)
#A1D6FA
(161,214,250)
#B6DFFB
(182,223,251)
#CBE8FC
(203,232,252)
#E0F1FD
(224,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E97F3; }

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

This text font color is #0E97F3.


Background Color

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

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

This div background color is #0E97F3.


Border color

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

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

This div border color is #0E97F3.


Opacity

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

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

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

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

This text has shadow with #0E97F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E97F3 on black background.


Color preview on white background

This text has color #0E97F3 on white background.



Black color preview on #0E97F3 background

This text has black color on #0E97F3 background.


White color preview on #0E97F3 background

This text has white color on #0E97F3 background.