COLOR #73A0F7

HEX: #73A0F7
RGB: (115,160,247)

Color info

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

RGB color model

#73A0F7 color RGB value is (115,160,247).

  • red value is 115;
  • green value is 160;
  • blue value is 247.
RGB:
(115,160,247)
(45%,63%,97%)

RGB channels and saturation

R 115 of 255 = 45%
G 160 of 255 = 63%
B 247 of 255 = 97%

115
160
247

R + G + B ~ 68%. #73A0F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 160 + 247 = 522 (100%)
R 115 of 522 ~ 22.03%
G 160 of 522 ~ 30.65%
B 247 of 522 ~ 47.32%

%22.03
%30.65
%47.32

CMYK color model

#73A0F7 color CMYK value is (53,35,0,3).

  • cyan value is 53.44%
  • magenta value is 35.22%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(53,35,0,3)
C53M35Y0K3 
(53%,35%,0%,3%)
(0.53/0.35/0.00/0.03)	

CMYK percentages

%53.44
%35.22
%0
%3.14

Codes

Color #73A0F7 in popluar color models

73A0F7
RGB115160247
HSL220°89.19%70.98%
HSB/HSV220°53.44%96.86%
CMYK53.44%35.22%0.00%
3.14%

Color #73A0F7 in popluar number systems.

HEX73A0F7
Decimal115160247
Binary11100111010000011110111
Octal163240367

Shades and tints

Shades of #73A0F7

#73A0F7
(115,160,247)
#6992E1
(105,146,225)
#5F84CB
(95,132,203)
#5576B5
(85,118,181)
#4B689F
(75,104,159)
#415A89
(65,90,137)
#374C73
(55,76,115)
#2D3E5D
(45,62,93)
#233047
(35,48,71)
#192231
(25,34,49)
#0F141B
(15,20,27)
#000000
(0,0,0)

Tints of #73A0F7

#73A0F7
(115,160,247)
#7FA8F7
(127,168,247)
#8BB0F7
(139,176,247)
#97B8F7
(151,184,247)
#A3C0F7
(163,192,247)
#AFC8F7
(175,200,247)
#BBD0F7
(187,208,247)
#C7D8F7
(199,216,247)
#D3E0F7
(211,224,247)
#DFE8F7
(223,232,247)
#EBF0F7
(235,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A0F7 color. Also use rgb(115,160,247) instead hex code.

Text Font Color

.myTextColor { color: #73A0F7; }

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

This text font color is #73A0F7.


Background Color

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

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

This div background color is #73A0F7.


Border color

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

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

This div border color is #73A0F7.


Opacity

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

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

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

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

This text has shadow with #73A0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A0F7 on black background.


Color preview on white background

This text has color #73A0F7 on white background.



Black color preview on #73A0F7 background

This text has black color on #73A0F7 background.


White color preview on #73A0F7 background

This text has white color on #73A0F7 background.