COLOR #719AD9

HEX: #719AD9 RGB: (113,154,217)

Color info

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

RGB color model

#719AD9 color RGB value is (113,154,217).

RGB: (113,154,217) (44%, 60%, 85%)

RGB channels and saturation

R 113 of 255 = 44%
G 154 of 255 = 60%
B 217 of 255 = 85%

113
154
217

R + G + B ~ 63%. #719AD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 154 + 217 = 484 (100%)
R 113 of 484 ~ 23.35%
G 154 of 484 ~ 31.82%
B 217 of 484 ~ 44.83'%

%23.35
%31.82
%44.83

CMYK color model

#719AD9 color CMYK value is (48,29,0,15).

  • cyan value is 47.93%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (48,29,0,15)
C48M29Y0K15 (48%, 29%, 0%, 15%)
(0.48 / 0.29 / 0.00 / 0.15)

CMYK percentages

%47.93
%29.03
%0
%14.9

Codes

Color #719AD9 in popluar color models

71 9A D9
RGB 113 154 217
HSL 216° 57.78% 64.71%
HSB/HSV 216° 47.93% 85.10%
CMYK 47.93% 29.03% 0.00%
14.90%

Color #719AD9 in popluar number systems.

HEX 71 9A D9
Decimal 113 154 217
Binary 1110001 10011010 11011001
Octal 161 232 331

Shades and tints

Shades of #719AD9

#719AD9
(113,154,217)
#678CC6
(103,140,198)
#5D7EB3
(93,126,179)
#5370A0
(83,112,160)
#49628D
(73,98,141)
#3F547A
(63,84,122)
#354667
(53,70,103)
#2B3854
(43,56,84)
#212A41
(33,42,65)
#171C2E
(23,28,46)
#0D0E1B
(13,14,27)
#000000
(0,0,0)

Tints of #719AD9

#719AD9
(113,154,217)
#7DA3DC
(125,163,220)
#89ACDF
(137,172,223)
#95B5E2
(149,181,226)
#A1BEE5
(161,190,229)
#ADC7E8
(173,199,232)
#B9D0EB
(185,208,235)
#C5D9EE
(197,217,238)
#D1E2F1
(209,226,241)
#DDEBF4
(221,235,244)
#E9F4F7
(233,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719AD9; }

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

This text font color is #719AD9.

Background Color

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

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

This div background color is #719AD9.

Border color

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

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

This div border color is #719AD9.

Opacity

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

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

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

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

This text has shadow with #719AD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #719AD9.

Preview

Color preview on black background

This text has color #719AD9 on black background.


Color preview on white background

This text has color #719AD9 on white background.


Black color preview on #719AD9 background

This text has black color on #719AD9 background.


White color preview on #719AD9 background

This text has white color on #719AD9 background.


Related colors

Complementary color

Complementary color for #719AD9 is #8E6526.


I love getcolorcode.com

Triadic colors

1 #D9719A and #9AD971 with #719AD9 are triadic colors.

2 #D99A71 and #9A71D9 with #719AD9 are triadic colors.