COLOR #719ADE

HEX: #719ADE RGB: (113,154,222)

Color info

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

RGB color model

#719ADE color RGB value is (113,154,222).

RGB: (113,154,222) (44%, 60%, 87%)

RGB channels and saturation

R 113 of 255 = 44%
G 154 of 255 = 60%
B 222 of 255 = 87%

113
154
222

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

Portions of RGB colors in percentages

R + G + B = 113 + 154 + 222 = 489 (100%)
R 113 of 489 ~ 23.11%
G 154 of 489 ~ 31.49%
B 222 of 489 ~ 45.4'%

%23.11
%31.49
%45.4

CMYK color model

#719ADE color CMYK value is (49,31,0,13).

  • cyan value is 49.10%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (49,31,0,13) C49M31Y0K13 (49%,31%,0%,13%) (0.49/0.31/0.00/0.13) 

CMYK percentages

%49.1
%30.63
%0
%12.94

Codes

Color #719ADE in popluar color models

71 9A DE
RGB 113 154 222
HSL 217° 62.29% 65.69%
HSB/HSV 217° 49.10% 87.06%
CMYK 49.10% 30.63% 0.00%
12.94%

Color #719ADE in popluar number systems.

HEX 71 9A DE
Decimal 113 154 222
Binary 1110001 10011010 11011110
Octal 161 232 336

Shades and tints

Shades of #719ADE

#719ADE
(113,154,222)
#678CCA
(103,140,202)
#5D7EB6
(93,126,182)
#5370A2
(83,112,162)
#49628E
(73,98,142)
#3F547A
(63,84,122)
#354666
(53,70,102)
#2B3852
(43,56,82)
#212A3E
(33,42,62)
#171C2A
(23,28,42)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #719ADE

#719ADE
(113,154,222)
#7DA3E1
(125,163,225)
#89ACE4
(137,172,228)
#95B5E7
(149,181,231)
#A1BEEA
(161,190,234)
#ADC7ED
(173,199,237)
#B9D0F0
(185,208,240)
#C5D9F3
(197,217,243)
#D1E2F6
(209,226,246)
#DDEBF9
(221,235,249)
#E9F4FC
(233,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719ADE; }

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

This text font color is #719ADE.

Background Color

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

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

This div background color is #719ADE.

Border color

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

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

This div border color is #719ADE.

Opacity

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

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

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

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

This text has shadow with #719ADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #719ADE.

Preview

Color preview on black background

This text has color #719ADE on black background.


Color preview on white background

This text has color #719ADE on white background.


Black color preview on #719ADE background

This text has black color on #719ADE background.


White color preview on #719ADE background

This text has white color on #719ADE background.


Related colors

Complementary color

Complementary color for #hex is #8E6521.


I love getcolorcode.com

Triadic colors

1 #DE719A and #9ADE71 with #719ADE are triadic colors.

2 #DE9A71 and #9A71DE with #719ADE are triadic colors.