COLOR #719DE6

HEX: #719DE6
RGB: (113,157,230)

Color info

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

RGB color model

#719DE6 color RGB value is (113,157,230).

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

RGB channels and saturation

R 113 of 255 = 44%
G 157 of 255 = 62%
B 230 of 255 = 90%

113
157
230

R + G + B ~ 65%. #719DE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 157 + 230 = 500 (100%)
R 113 of 500 ~ 22.6%
G 157 of 500 ~ 31.4%
B 230 of 500 ~ 46%

%22.6
%31.4
%46

CMYK color model

#719DE6 color CMYK value is (51,32,0,10).

  • cyan value is 50.87%
  • magenta value is 31.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(51,32,0,10)
C51M32Y0K10 
(51%,32%,0%,10%)
(0.51/0.32/0.00/0.10)	

CMYK percentages

%50.87
%31.74
%0
%9.8

Codes

Color #719DE6 in popluar color models

719DE6
RGB113157230
HSL217°70.06%67.25%
HSB/HSV217°50.87%90.20%
CMYK50.87%31.74%0.00%
9.80%

Color #719DE6 in popluar number systems.

HEX719DE6
Decimal113157230
Binary11100011001110111100110
Octal161235346

Shades and tints

Shades of #719DE6

#719DE6
(113,157,230)
#678FD2
(103,143,210)
#5D81BE
(93,129,190)
#5373AA
(83,115,170)
#496596
(73,101,150)
#3F5782
(63,87,130)
#35496E
(53,73,110)
#2B3B5A
(43,59,90)
#212D46
(33,45,70)
#171F32
(23,31,50)
#0D111E
(13,17,30)
#000000
(0,0,0)

Tints of #719DE6

#719DE6
(113,157,230)
#7DA5E8
(125,165,232)
#89ADEA
(137,173,234)
#95B5EC
(149,181,236)
#A1BDEE
(161,189,238)
#ADC5F0
(173,197,240)
#B9CDF2
(185,205,242)
#C5D5F4
(197,213,244)
#D1DDF6
(209,221,246)
#DDE5F8
(221,229,248)
#E9EDFA
(233,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719DE6; }

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

This text font color is #719DE6.


Background Color

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

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

This div background color is #719DE6.


Border color

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

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

This div border color is #719DE6.


Opacity

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

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

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

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

This text has shadow with #719DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719DE6 on black background.


Color preview on white background

This text has color #719DE6 on white background.



Black color preview on #719DE6 background

This text has black color on #719DE6 background.


White color preview on #719DE6 background

This text has white color on #719DE6 background.