COLOR #72A1F3

HEX: #72A1F3
RGB: (114,161,243)

Color info

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

RGB color model

#72A1F3 color RGB value is (114,161,243).

  • red value is 114;
  • green value is 161;
  • blue value is 243.
RGB:
(114,161,243)
(45%,63%,95%)

RGB channels and saturation

R 114 of 255 = 45%
G 161 of 255 = 63%
B 243 of 255 = 95%

114
161
243

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

Portions of RGB colors in percentages

R + G + B =
114 + 161 + 243 = 518 (100%)
R 114 of 518 ~ 22.01%
G 161 of 518 ~ 31.08%
B 243 of 518 ~ 46.91%

%22.01
%31.08
%46.91

CMYK color model

#72A1F3 color CMYK value is (53,34,0,5).

  • cyan value is 53.09%
  • magenta value is 33.74%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(53,34,0,5)
C53M34Y0K5 
(53%,34%,0%,5%)
(0.53/0.34/0.00/0.05)	

CMYK percentages

%53.09
%33.74
%0
%4.71

Codes

Color #72A1F3 in popluar color models

72A1F3
RGB114161243
HSL218°84.31%70.00%
HSB/HSV218°53.09%95.29%
CMYK53.09%33.74%0.00%
4.71%

Color #72A1F3 in popluar number systems.

HEX72A1F3
Decimal114161243
Binary11100101010000111110011
Octal162241363

Shades and tints

Shades of #72A1F3

#72A1F3
(114,161,243)
#6893DD
(104,147,221)
#5E85C7
(94,133,199)
#5477B1
(84,119,177)
#4A699B
(74,105,155)
#405B85
(64,91,133)
#364D6F
(54,77,111)
#2C3F59
(44,63,89)
#223143
(34,49,67)
#18232D
(24,35,45)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #72A1F3

#72A1F3
(114,161,243)
#7EA9F4
(126,169,244)
#8AB1F5
(138,177,245)
#96B9F6
(150,185,246)
#A2C1F7
(162,193,247)
#AEC9F8
(174,201,248)
#BAD1F9
(186,209,249)
#C6D9FA
(198,217,250)
#D2E1FB
(210,225,251)
#DEE9FC
(222,233,252)
#EAF1FD
(234,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A1F3 color. Also use rgb(114,161,243) instead hex code.

Text Font Color

.myTextColor { color: #72A1F3; }

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

This text font color is #72A1F3.


Background Color

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

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

This div background color is #72A1F3.


Border color

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

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

This div border color is #72A1F3.


Opacity

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

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

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

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

This text has shadow with #72A1F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A1F3 on black background.


Color preview on white background

This text has color #72A1F3 on white background.



Black color preview on #72A1F3 background

This text has black color on #72A1F3 background.


White color preview on #72A1F3 background

This text has white color on #72A1F3 background.