COLOR #719DC5

HEX: #719DC5
RGB: (113,157,197)

Color info

#719DC5 contains mainly green and blue colors. Web safe color of #719DC5 is #6699CC (or #69C).

RGB color model

#719DC5 color RGB value is (113,157,197).

  • red value is 113;
  • green value is 157;
  • blue value is 197.
RGB:
(113,157,197)
(44%,62%,77%)

RGB channels and saturation

R 113 of 255 = 44%
G 157 of 255 = 62%
B 197 of 255 = 77%

113
157
197

R + G + B ~ 61%. #719DC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 157 + 197 = 467 (100%)
R 113 of 467 ~ 24.2%
G 157 of 467 ~ 33.62%
B 197 of 467 ~ 42.18%

%24.2
%33.62
%42.18

CMYK color model

#719DC5 color CMYK value is (43,20,0,23).

  • cyan value is 42.64%
  • magenta value is 20.30%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(43,20,0,23)
C43M20Y0K23 
(43%,20%,0%,23%)
(0.43/0.20/0.00/0.23)	

CMYK percentages

%42.64
%20.3
%0
%22.75

Codes

Color #719DC5 in popluar color models

719DC5
RGB113157197
HSL209°42.00%60.78%
HSB/HSV209°42.64%77.25%
CMYK42.64%20.30%0.00%
22.75%

Color #719DC5 in popluar number systems.

HEX719DC5
Decimal113157197
Binary11100011001110111000101
Octal161235305

Shades and tints

Shades of #719DC5

#719DC5
(113,157,197)
#678FB4
(103,143,180)
#5D81A3
(93,129,163)
#537392
(83,115,146)
#496581
(73,101,129)
#3F5770
(63,87,112)
#35495F
(53,73,95)
#2B3B4E
(43,59,78)
#212D3D
(33,45,61)
#171F2C
(23,31,44)
#0D111B
(13,17,27)
#000000
(0,0,0)

Tints of #719DC5

#719DC5
(113,157,197)
#7DA5CA
(125,165,202)
#89ADCF
(137,173,207)
#95B5D4
(149,181,212)
#A1BDD9
(161,189,217)
#ADC5DE
(173,197,222)
#B9CDE3
(185,205,227)
#C5D5E8
(197,213,232)
#D1DDED
(209,221,237)
#DDE5F2
(221,229,242)
#E9EDF7
(233,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719DC5 color. Also use rgb(113,157,197) instead hex code.

Text Font Color

.myTextColor { color: #719DC5; }

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

This text font color is #719DC5.


Background Color

.myBgColor { background-color: #719DC5; }

<div style="background-color:#719DC5">Inner text</div>

This div background color is #719DC5.


Border color

.myBorderColor { border: 1px solid #719DC5; }

<div style="border:3px solid #719DC5">Div</div>

This div border color is #719DC5.


Opacity

.myOpacity80 { color: #719DC5; opacity: 0.8; }

<p style="color:#719DC5;opacity:0.8;">80%</p>

Text with #719DC5 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 #719DC5;}

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

This text has shadow with #719DC5 color.

.textShadow {text-shadow: 3px 3px 1px #719DC5, 3px 3px 1px red;}

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

This text has shadow with #719DC5 primary color and red secondary color.


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

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

This text has shadow with #719DC5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719DC5 on black background.


Color preview on white background

This text has color #719DC5 on white background.



Black color preview on #719DC5 background

This text has black color on #719DC5 background.


White color preview on #719DC5 background

This text has white color on #719DC5 background.