COLOR #72A3FF

HEX: #72A3FF
RGB: (114,163,255)

Color info

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

RGB color model

#72A3FF color RGB value is (114,163,255).

  • red value is 114;
  • green value is 163;
  • blue value is 255.
RGB:
(114,163,255)
(45%,64%,100%)

RGB channels and saturation

R 114 of 255 = 45%
G 163 of 255 = 64%
B 255 of 255 = 100%

114
163
255

R + G + B ~ 70%. #72A3FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 163 + 255 = 532 (100%)
R 114 of 532 ~ 21.43%
G 163 of 532 ~ 30.64%
B 255 of 532 ~ 47.93%

%21.43
%30.64
%47.93

CMYK color model

#72A3FF color CMYK value is (55,36,0,0).

  • cyan value is 55.29%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(55,36,0,0)
C55M36Y0K0 
(55%,36%,0%,0%)
(0.55/0.36/0.00/0.00)	

CMYK percentages

%55.29
%36.08
%0
%0

Codes

Color #72A3FF in popluar color models

72A3FF
RGB114163255
HSL219°100.00%72.35%
HSB/HSV219°55.29%100.00%
CMYK55.29%36.08%0.00%
0.00%

Color #72A3FF in popluar number systems.

HEX72A3FF
Decimal114163255
Binary11100101010001111111111
Octal162243377

Shades and tints

Shades of #72A3FF

#72A3FF
(114,163,255)
#6895E8
(104,149,232)
#5E87D1
(94,135,209)
#5479BA
(84,121,186)
#4A6BA3
(74,107,163)
#405D8C
(64,93,140)
#364F75
(54,79,117)
#2C415E
(44,65,94)
#223347
(34,51,71)
#182530
(24,37,48)
#0E1719
(14,23,25)
#000000
(0,0,0)

Tints of #72A3FF

#72A3FF
(114,163,255)
#7EABFF
(126,171,255)
#8AB3FF
(138,179,255)
#96BBFF
(150,187,255)
#A2C3FF
(162,195,255)
#AECBFF
(174,203,255)
#BAD3FF
(186,211,255)
#C6DBFF
(198,219,255)
#D2E3FF
(210,227,255)
#DEEBFF
(222,235,255)
#EAF3FF
(234,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A3FF color. Also use rgb(114,163,255) instead hex code.

Text Font Color

.myTextColor { color: #72A3FF; }

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

This text font color is #72A3FF.


Background Color

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

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

This div background color is #72A3FF.


Border color

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

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

This div border color is #72A3FF.


Opacity

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

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

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

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

This text has shadow with #72A3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A3FF on black background.


Color preview on white background

This text has color #72A3FF on white background.



Black color preview on #72A3FF background

This text has black color on #72A3FF background.


White color preview on #72A3FF background

This text has white color on #72A3FF background.