COLOR #0989E7

HEX: #0989E7
RGB: (9,137,231)

Color info

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

RGB color model

#0989E7 color RGB value is (9,137,231).

  • red value is 9;
  • green value is 137;
  • blue value is 231.
RGB:
(9,137,231)
(4%,54%,91%)

RGB channels and saturation

R 9 of 255 = 4%
G 137 of 255 = 54%
B 231 of 255 = 91%

9
137
231

R + G + B ~ 50%. #0989E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
9 + 137 + 231 = 377 (100%)
R 9 of 377 ~ 2.39%
G 137 of 377 ~ 36.34%
B 231 of 377 ~ 61.27%

%36.34
%61.27

CMYK color model

#0989E7 color CMYK value is (96,41,0,9).

  • cyan value is 96.10%
  • magenta value is 40.69%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(96,41,0,9)
C96M41Y0K9 
(96%,41%,0%,9%)
(0.96/0.41/0.00/0.09)	

CMYK percentages

%96.1
%40.69
%0
%9.41

Codes

Color #0989E7 in popluar color models

0989E7
RGB9137231
HSL205°92.50%47.06%
HSB/HSV205°96.10%90.59%
CMYK96.10%40.69%0.00%
9.41%

Color #0989E7 in popluar number systems.

HEX0989E7
Decimal9137231
Binary10011000100111100111
Octal11211347

Shades and tints

Shades of #0989E7

#0989E7
(9,137,231)
#097DD2
(9,125,210)
#0971BD
(9,113,189)
#0965A8
(9,101,168)
#095993
(9,89,147)
#094D7E
(9,77,126)
#094169
(9,65,105)
#093554
(9,53,84)
#09293F
(9,41,63)
#091D2A
(9,29,42)
#091115
(9,17,21)
#000000
(0,0,0)

Tints of #0989E7

#0989E7
(9,137,231)
#1F93E9
(31,147,233)
#359DEB
(53,157,235)
#4BA7ED
(75,167,237)
#61B1EF
(97,177,239)
#77BBF1
(119,187,241)
#8DC5F3
(141,197,243)
#A3CFF5
(163,207,245)
#B9D9F7
(185,217,247)
#CFE3F9
(207,227,249)
#E5EDFB
(229,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0989E7 color. Also use rgb(9,137,231) instead hex code.

Text Font Color

.myTextColor { color: #0989E7; }

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

This text font color is #0989E7.


Background Color

.myBgColor { background-color: #0989E7; }

<div style="background-color:#0989E7">Inner text</div>

This div background color is #0989E7.


Border color

.myBorderColor { border: 1px solid #0989E7; }

<div style="border:3px solid #0989E7">Div</div>

This div border color is #0989E7.


Opacity

.myOpacity80 { color: #0989E7; opacity: 0.8; }

<p style="color:#0989E7;opacity:0.8;">80%</p>

Text with #0989E7 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 #0989E7;}

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

This text has shadow with #0989E7 color.

.textShadow {text-shadow: 3px 3px 1px #0989E7, 3px 3px 1px red;}

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

This text has shadow with #0989E7 primary color and red secondary color.


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

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

This text has shadow with #0989E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0989E7 on black background.


Color preview on white background

This text has color #0989E7 on white background.



Black color preview on #0989E7 background

This text has black color on #0989E7 background.


White color preview on #0989E7 background

This text has white color on #0989E7 background.