COLOR #719DD9

HEX: #719DD9
RGB: (113,157,217)

Color info

#719DD9 contains mainly blue color. Web safe color of #719DD9 is #6699CC (or #69C).

RGB color model

#719DD9 color RGB value is (113,157,217).

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

RGB channels and saturation

R 113 of 255 = 44%
G 157 of 255 = 62%
B 217 of 255 = 85%

113
157
217

R + G + B ~ 64%. #719DD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 157 + 217 = 487 (100%)
R 113 of 487 ~ 23.2%
G 157 of 487 ~ 32.24%
B 217 of 487 ~ 44.56%

%23.2
%32.24
%44.56

CMYK color model

#719DD9 color CMYK value is (48,28,0,15).

  • cyan value is 47.93%
  • magenta value is 27.65%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(48,28,0,15)
C48M28Y0K15 
(48%,28%,0%,15%)
(0.48/0.28/0.00/0.15)	

CMYK percentages

%47.93
%27.65
%0
%14.9

Codes

Color #719DD9 in popluar color models

719DD9
RGB113157217
HSL215°57.78%64.71%
HSB/HSV215°47.93%85.10%
CMYK47.93%27.65%0.00%
14.90%

Color #719DD9 in popluar number systems.

HEX719DD9
Decimal113157217
Binary11100011001110111011001
Octal161235331

Shades and tints

Shades of #719DD9

#719DD9
(113,157,217)
#678FC6
(103,143,198)
#5D81B3
(93,129,179)
#5373A0
(83,115,160)
#49658D
(73,101,141)
#3F577A
(63,87,122)
#354967
(53,73,103)
#2B3B54
(43,59,84)
#212D41
(33,45,65)
#171F2E
(23,31,46)
#0D111B
(13,17,27)
#000000
(0,0,0)

Tints of #719DD9

#719DD9
(113,157,217)
#7DA5DC
(125,165,220)
#89ADDF
(137,173,223)
#95B5E2
(149,181,226)
#A1BDE5
(161,189,229)
#ADC5E8
(173,197,232)
#B9CDEB
(185,205,235)
#C5D5EE
(197,213,238)
#D1DDF1
(209,221,241)
#DDE5F4
(221,229,244)
#E9EDF7
(233,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719DD9; }

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

This text font color is #719DD9.


Background Color

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

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

This div background color is #719DD9.


Border color

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

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

This div border color is #719DD9.


Opacity

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

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

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

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

This text has shadow with #719DD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719DD9 on black background.


Color preview on white background

This text has color #719DD9 on white background.



Black color preview on #719DD9 background

This text has black color on #719DD9 background.


White color preview on #719DD9 background

This text has white color on #719DD9 background.