COLOR #719FCD

HEX: #719FCD
RGB: (113,159,205)

Color info

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

RGB color model

#719FCD color RGB value is (113,159,205).

  • red value is 113;
  • green value is 159;
  • blue value is 205.
RGB:
(113,159,205)
(44%,62%,80%)

RGB channels and saturation

R 113 of 255 = 44%
G 159 of 255 = 62%
B 205 of 255 = 80%

113
159
205

R + G + B ~ 62%. #719FCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 159 + 205 = 477 (100%)
R 113 of 477 ~ 23.69%
G 159 of 477 ~ 33.33%
B 205 of 477 ~ 42.98%

%23.69
%33.33
%42.98

CMYK color model

#719FCD color CMYK value is (45,22,0,20).

  • cyan value is 44.88%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(45,22,0,20)
C45M22Y0K20 
(45%,22%,0%,20%)
(0.45/0.22/0.00/0.20)	

CMYK percentages

%44.88
%22.44
%0
%19.61

Codes

Color #719FCD in popluar color models

719FCD
RGB113159205
HSL210°47.92%62.35%
HSB/HSV210°44.88%80.39%
CMYK44.88%22.44%0.00%
19.61%

Color #719FCD in popluar number systems.

HEX719FCD
Decimal113159205
Binary11100011001111111001101
Octal161237315

Shades and tints

Shades of #719FCD

#719FCD
(113,159,205)
#6791BB
(103,145,187)
#5D83A9
(93,131,169)
#537597
(83,117,151)
#496785
(73,103,133)
#3F5973
(63,89,115)
#354B61
(53,75,97)
#2B3D4F
(43,61,79)
#212F3D
(33,47,61)
#17212B
(23,33,43)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #719FCD

#719FCD
(113,159,205)
#7DA7D1
(125,167,209)
#89AFD5
(137,175,213)
#95B7D9
(149,183,217)
#A1BFDD
(161,191,221)
#ADC7E1
(173,199,225)
#B9CFE5
(185,207,229)
#C5D7E9
(197,215,233)
#D1DFED
(209,223,237)
#DDE7F1
(221,231,241)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719FCD color. Also use rgb(113,159,205) instead hex code.

Text Font Color

.myTextColor { color: #719FCD; }

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

This text font color is #719FCD.


Background Color

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

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

This div background color is #719FCD.


Border color

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

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

This div border color is #719FCD.


Opacity

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

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

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

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

This text has shadow with #719FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719FCD on black background.


Color preview on white background

This text has color #719FCD on white background.



Black color preview on #719FCD background

This text has black color on #719FCD background.


White color preview on #719FCD background

This text has white color on #719FCD background.