COLOR #73A2FF

HEX: #73A2FF
RGB: (115,162,255)

Color info

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

RGB color model

#73A2FF color RGB value is (115,162,255).

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

RGB channels and saturation

R 115 of 255 = 45%
G 162 of 255 = 64%
B 255 of 255 = 100%

115
162
255

R + G + B ~ 70%. #73A2FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 162 + 255 = 532 (100%)
R 115 of 532 ~ 21.62%
G 162 of 532 ~ 30.45%
B 255 of 532 ~ 47.93%

%21.62
%30.45
%47.93

CMYK color model

#73A2FF color CMYK value is (55,36,0,0).

  • cyan value is 54.90%
  • magenta value is 36.47%
  • 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

%54.9
%36.47
%0
%0

Codes

Color #73A2FF in popluar color models

73A2FF
RGB115162255
HSL220°100.00%72.55%
HSB/HSV220°54.90%100.00%
CMYK54.90%36.47%0.00%
0.00%

Color #73A2FF in popluar number systems.

HEX73A2FF
Decimal115162255
Binary11100111010001011111111
Octal163242377

Shades and tints

Shades of #73A2FF

#73A2FF
(115,162,255)
#6994E8
(105,148,232)
#5F86D1
(95,134,209)
#5578BA
(85,120,186)
#4B6AA3
(75,106,163)
#415C8C
(65,92,140)
#374E75
(55,78,117)
#2D405E
(45,64,94)
#233247
(35,50,71)
#192430
(25,36,48)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #73A2FF

#73A2FF
(115,162,255)
#7FAAFF
(127,170,255)
#8BB2FF
(139,178,255)
#97BAFF
(151,186,255)
#A3C2FF
(163,194,255)
#AFCAFF
(175,202,255)
#BBD2FF
(187,210,255)
#C7DAFF
(199,218,255)
#D3E2FF
(211,226,255)
#DFEAFF
(223,234,255)
#EBF2FF
(235,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A2FF color. Also use rgb(115,162,255) instead hex code.

Text Font Color

.myTextColor { color: #73A2FF; }

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

This text font color is #73A2FF.


Background Color

.myBgColor { background-color: #73A2FF; }

<div style="background-color:#73A2FF">Inner text</div>

This div background color is #73A2FF.


Border color

.myBorderColor { border: 1px solid #73A2FF; }

<div style="border:3px solid #73A2FF">Div</div>

This div border color is #73A2FF.


Opacity

.myOpacity80 { color: #73A2FF; opacity: 0.8; }

<p style="color:#73A2FF;opacity:0.8;">80%</p>

Text with #73A2FF 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 #73A2FF;}

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

This text has shadow with #73A2FF color.

.textShadow {text-shadow: 3px 3px 1px #73A2FF, 3px 3px 1px red;}

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

This text has shadow with #73A2FF primary color and red secondary color.


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

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

This text has shadow with #73A2FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A2FF on black background.


Color preview on white background

This text has color #73A2FF on white background.



Black color preview on #73A2FF background

This text has black color on #73A2FF background.


White color preview on #73A2FF background

This text has white color on #73A2FF background.