COLOR #0072E1

HEX: #0072E1
RGB: (0,114,225)

Color info

#0072E1 contains mainly blue color. Web safe color of #0072E1 is #0066CC (or #06C).

RGB color model

#0072E1 color RGB value is (0,114,225).

  • red value is 0;
  • green value is 114;
  • blue value is 225.
RGB:
(0,114,225)
(0%,45%,88%)

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 225 of 255 = 88%

0
114
225

R + G + B ~ 44%. #0072E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 225 = 339 (100%)
R 0 of 339 ~ 0%
G 114 of 339 ~ 33.63%
B 225 of 339 ~ 66.37%

%33.63
%66.37

CMYK color model

#0072E1 color CMYK value is (100,49,0,12).

  • cyan value is 100.00%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(100,49,0,12)
C100M49Y0K12 
(100%,49%,0%,12%)
(1.00/0.49/0.00/0.12)	

CMYK percentages

%100
%49.33
%0
%11.76

Codes

Color #0072E1 in popluar color models

0072E1
RGB0114225
HSL210°100.00%44.12%
HSB/HSV210°100.00%88.24%
CMYK100.00%49.33%0.00%
11.76%

Color #0072E1 in popluar number systems.

HEX0072E1
Decimal0114225
Binary0111001011100001
Octal0162341

Shades and tints

Shades of #0072E1

#0072E1
(0,114,225)
#0068CD
(0,104,205)
#005EB9
(0,94,185)
#0054A5
(0,84,165)
#004A91
(0,74,145)
#00407D
(0,64,125)
#003669
(0,54,105)
#002C55
(0,44,85)
#002241
(0,34,65)
#00182D
(0,24,45)
#000E19
(0,14,25)
#000000
(0,0,0)

Tints of #0072E1

#0072E1
(0,114,225)
#177EE3
(23,126,227)
#2E8AE5
(46,138,229)
#4596E7
(69,150,231)
#5CA2E9
(92,162,233)
#73AEEB
(115,174,235)
#8ABAED
(138,186,237)
#A1C6EF
(161,198,239)
#B8D2F1
(184,210,241)
#CFDEF3
(207,222,243)
#E6EAF5
(230,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0072E1 color. Also use rgb(0,114,225) instead hex code.

Text Font Color

.myTextColor { color: #0072E1; }

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

This text font color is #0072E1.


Background Color

.myBgColor { background-color: #0072E1; }

<div style="background-color:#0072E1">Inner text</div>

This div background color is #0072E1.


Border color

.myBorderColor { border: 1px solid #0072E1; }

<div style="border:3px solid #0072E1">Div</div>

This div border color is #0072E1.


Opacity

.myOpacity80 { color: #0072E1; opacity: 0.8; }

<p style="color:#0072E1;opacity:0.8;">80%</p>

Text with #0072E1 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 #0072E1;}

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

This text has shadow with #0072E1 color.

.textShadow {text-shadow: 3px 3px 1px #0072E1, 3px 3px 1px red;}

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

This text has shadow with #0072E1 primary color and red secondary color.


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

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

This text has shadow with #0072E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0072E1 on black background.


Color preview on white background

This text has color #0072E1 on white background.



Black color preview on #0072E1 background

This text has black color on #0072E1 background.


White color preview on #0072E1 background

This text has white color on #0072E1 background.