COLOR #72A7EE

HEX: #72A7EE RGB: (114,167,238)

Color info

#72A7EE contains mainly blue color. Web safe color of #72A7EE is #6699FF (or #69F).

RGB color model

#72A7EE color RGB value is (114,167,238).

RGB: (114,167,238) (45%, 65%, 93%)

RGB channels and saturation

R 114 of 255 = 45%
G 167 of 255 = 65%
B 238 of 255 = 93%

114
167
238

R + G + B ~ 68%. #72A7EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 167 + 238 = 519 (100%)
R 114 of 519 ~ 21.97%
G 167 of 519 ~ 32.18%
B 238 of 519 ~ 45.86'%

%21.97
%32.18
%45.86

CMYK color model

#72A7EE color CMYK value is (52,30,0,7).

  • cyan value is 52.10%
  • magenta value is 29.83%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (52,30,0,7) C52M30Y0K7 (52%,30%,0%,7%) (0.52/0.30/0.00/0.07) 

CMYK percentages

%52.1
%29.83
%0
%6.67

Codes

Color #72A7EE in popluar color models

72 A7 EE
RGB 114 167 238
HSL 214° 78.48% 69.02%
HSB/HSV 214° 52.10% 93.33%
CMYK 52.10% 29.83% 0.00%
6.67%

Color #72A7EE in popluar number systems.

HEX 72 A7 EE
Decimal 114 167 238
Binary 1110010 10100111 11101110
Octal 162 247 356

Shades and tints

Shades of #72A7EE

#72A7EE
(114,167,238)
#6898D9
(104,152,217)
#5E89C4
(94,137,196)
#547AAF
(84,122,175)
#4A6B9A
(74,107,154)
#405C85
(64,92,133)
#364D70
(54,77,112)
#2C3E5B
(44,62,91)
#222F46
(34,47,70)
#182031
(24,32,49)
#0E111C
(14,17,28)
#000000
(0,0,0)

Tints of #72A7EE

#72A7EE
(114,167,238)
#7EAFEF
(126,175,239)
#8AB7F0
(138,183,240)
#96BFF1
(150,191,241)
#A2C7F2
(162,199,242)
#AECFF3
(174,207,243)
#BAD7F4
(186,215,244)
#C6DFF5
(198,223,245)
#D2E7F6
(210,231,246)
#DEEFF7
(222,239,247)
#EAF7F8
(234,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A7EE color. Also use rgb(114,167,238) instead hex code.

Text Font Color

.myTextColor { color: #72A7EE; }

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

This text font color is #72A7EE.

Background Color

.myBgColor { background-color: #72A7EE; }

<div style="background-color:#72A7EE">Inner text</div>

This div background color is #72A7EE.

Border color

.myBorderColor { border: 1px solid #72A7EE; }

<div style="border:3px solid #72A7EE">Div</div>

This div border color is #72A7EE.

Opacity

.myOpacity80 { color: #72A7EE; opacity: 0.8; }

<p style="color:#72A7EE;opacity:0.8;">80%</p>

Text with #72A7EE 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 #72A7EE;}

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

This text has shadow with #72A7EE color.


.textShadow {text-shadow: 3px 3px 1px #72A7EE', 3px 3px 1px red;}

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

This text has shadow with #72A7EE primary color and red secondary color.


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

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

This text has shadow with #72A7EE and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #72A7EE; -webkit-box-shadow: 1px 1px 3px 2px #72A7EE; box-shadow:1px 1px 3px 2px #72A7EE;">
Div content here
</div>

This div box has shadow with color #72A7EE.

Preview

Color preview on black background

This text has color #72A7EE on black background.


Color preview on white background

This text has color #72A7EE on white background.


Black color preview on #72A7EE background

This text has black color on #72A7EE background.


White color preview on #72A7EE background

This text has white color on #72A7EE background.


Related colors

Complementary color

Complementary color for #hex is #8D5811.


I love getcolorcode.com

Triadic colors

1 #EE72A7 and #A7EE72 with #72A7EE are triadic colors.

2 #EEA772 and #A772EE with #72A7EE are triadic colors.