COLOR #73A7FF

HEX: #73A7FF
RGB: (115,167,255)

Color info

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

RGB color model

#73A7FF color RGB value is (115,167,255).

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

RGB channels and saturation

R 115 of 255 = 45%
G 167 of 255 = 65%
B 255 of 255 = 100%

115
167
255

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

Portions of RGB colors in percentages

R + G + B =
115 + 167 + 255 = 537 (100%)
R 115 of 537 ~ 21.42%
G 167 of 537 ~ 31.1%
B 255 of 537 ~ 47.49%

%21.42
%31.1
%47.49

CMYK color model

#73A7FF color CMYK value is (55,35,0,0).

  • cyan value is 54.90%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(55,35,0,0)
C55M35Y0K0 
(55%,35%,0%,0%)
(0.55/0.35/0.00/0.00)	

CMYK percentages

%54.9
%34.51
%0
%0

Codes

Color #73A7FF in popluar color models

73A7FF
RGB115167255
HSL218°100.00%72.55%
HSB/HSV218°54.90%100.00%
CMYK54.90%34.51%0.00%
0.00%

Color #73A7FF in popluar number systems.

HEX73A7FF
Decimal115167255
Binary11100111010011111111111
Octal163247377

Shades and tints

Shades of #73A7FF

#73A7FF
(115,167,255)
#6998E8
(105,152,232)
#5F89D1
(95,137,209)
#557ABA
(85,122,186)
#4B6BA3
(75,107,163)
#415C8C
(65,92,140)
#374D75
(55,77,117)
#2D3E5E
(45,62,94)
#232F47
(35,47,71)
#192030
(25,32,48)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #73A7FF

#73A7FF
(115,167,255)
#7FAFFF
(127,175,255)
#8BB7FF
(139,183,255)
#97BFFF
(151,191,255)
#A3C7FF
(163,199,255)
#AFCFFF
(175,207,255)
#BBD7FF
(187,215,255)
#C7DFFF
(199,223,255)
#D3E7FF
(211,231,255)
#DFEFFF
(223,239,255)
#EBF7FF
(235,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A7FF; }

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

This text font color is #73A7FF.


Background Color

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

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

This div background color is #73A7FF.


Border color

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

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

This div border color is #73A7FF.


Opacity

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

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

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

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

This text has shadow with #73A7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A7FF on black background.


Color preview on white background

This text has color #73A7FF on white background.



Black color preview on #73A7FF background

This text has black color on #73A7FF background.


White color preview on #73A7FF background

This text has white color on #73A7FF background.