COLOR #090EE7

HEX: #090EE7
RGB: (9,14,231)

Color info

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

RGB color model

#090EE7 color RGB value is (9,14,231).

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

RGB channels and saturation

R 9 of 255 = 4%
G 14 of 255 = 5%
B 231 of 255 = 91%

9
14
231

R + G + B ~ 33%. #090EE7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 14 + 231 = 254 (100%)
R 9 of 254 ~ 3.54%
G 14 of 254 ~ 5.51%
B 231 of 254 ~ 90.94%

%90.94

CMYK color model

#090EE7 color CMYK value is (96,94,0,9).

  • cyan value is 96.10%
  • magenta value is 93.94%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(96,94,0,9)
C96M94Y0K9 
(96%,94%,0%,9%)
(0.96/0.94/0.00/0.09)	

CMYK percentages

%96.1
%93.94
%0
%9.41

Codes

Color #090EE7 in popluar color models

090EE7
RGB914231
HSL239°92.50%47.06%
HSB/HSV239°96.10%90.59%
CMYK96.10%93.94%0.00%
9.41%

Color #090EE7 in popluar number systems.

HEX090EE7
Decimal914231
Binary1001111011100111
Octal1116347

Shades and tints

Shades of #090EE7

#090EE7
(9,14,231)
#090DD2
(9,13,210)
#090CBD
(9,12,189)
#090BA8
(9,11,168)
#090A93
(9,10,147)
#09097E
(9,9,126)
#090869
(9,8,105)
#090754
(9,7,84)
#09063F
(9,6,63)
#09052A
(9,5,42)
#090415
(9,4,21)
#000000
(0,0,0)

Tints of #090EE7

#090EE7
(9,14,231)
#1F23E9
(31,35,233)
#3538EB
(53,56,235)
#4B4DED
(75,77,237)
#6162EF
(97,98,239)
#7777F1
(119,119,241)
#8D8CF3
(141,140,243)
#A3A1F5
(163,161,245)
#B9B6F7
(185,182,247)
#CFCBF9
(207,203,249)
#E5E0FB
(229,224,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090EE7 color. Also use rgb(9,14,231) instead hex code.

Text Font Color

.myTextColor { color: #090EE7; }

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

This text font color is #090EE7.


Background Color

.myBgColor { background-color: #090EE7; }

<div style="background-color:#090EE7">Inner text</div>

This div background color is #090EE7.


Border color

.myBorderColor { border: 1px solid #090EE7; }

<div style="border:3px solid #090EE7">Div</div>

This div border color is #090EE7.


Opacity

.myOpacity80 { color: #090EE7; opacity: 0.8; }

<p style="color:#090EE7;opacity:0.8;">80%</p>

Text with #090EE7 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 #090EE7;}

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

This text has shadow with #090EE7 color.

.textShadow {text-shadow: 3px 3px 1px #090EE7, 3px 3px 1px red;}

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

This text has shadow with #090EE7 primary color and red secondary color.


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

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

This text has shadow with #090EE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090EE7 on black background.


Color preview on white background

This text has color #090EE7 on white background.



Black color preview on #090EE7 background

This text has black color on #090EE7 background.


White color preview on #090EE7 background

This text has white color on #090EE7 background.