COLOR #719EE7

HEX: #719EE7
RGB: (113,158,231)

Color info

#719EE7 contains mainly blue color. Web safe color of #719EE7 is #6699FF (or #69F).

RGB color model

#719EE7 color RGB value is (113,158,231).

  • red value is 113;
  • green value is 158;
  • blue value is 231.
RGB:
(113,158,231)
(44%,62%,91%)

RGB channels and saturation

R 113 of 255 = 44%
G 158 of 255 = 62%
B 231 of 255 = 91%

113
158
231

R + G + B ~ 66%. #719EE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 158 + 231 = 502 (100%)
R 113 of 502 ~ 22.51%
G 158 of 502 ~ 31.47%
B 231 of 502 ~ 46.02%

%22.51
%31.47
%46.02

CMYK color model

#719EE7 color CMYK value is (51,32,0,9).

  • cyan value is 51.08%
  • magenta value is 31.60%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(51,32,0,9)
C51M32Y0K9 
(51%,32%,0%,9%)
(0.51/0.32/0.00/0.09)	

CMYK percentages

%51.08
%31.6
%0
%9.41

Codes

Color #719EE7 in popluar color models

719EE7
RGB113158231
HSL217°71.08%67.45%
HSB/HSV217°51.08%90.59%
CMYK51.08%31.60%0.00%
9.41%

Color #719EE7 in popluar number systems.

HEX719EE7
Decimal113158231
Binary11100011001111011100111
Octal161236347

Shades and tints

Shades of #719EE7

#719EE7
(113,158,231)
#6790D2
(103,144,210)
#5D82BD
(93,130,189)
#5374A8
(83,116,168)
#496693
(73,102,147)
#3F587E
(63,88,126)
#354A69
(53,74,105)
#2B3C54
(43,60,84)
#212E3F
(33,46,63)
#17202A
(23,32,42)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #719EE7

#719EE7
(113,158,231)
#7DA6E9
(125,166,233)
#89AEEB
(137,174,235)
#95B6ED
(149,182,237)
#A1BEEF
(161,190,239)
#ADC6F1
(173,198,241)
#B9CEF3
(185,206,243)
#C5D6F5
(197,214,245)
#D1DEF7
(209,222,247)
#DDE6F9
(221,230,249)
#E9EEFB
(233,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719EE7 color. Also use rgb(113,158,231) instead hex code.

Text Font Color

.myTextColor { color: #719EE7; }

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

This text font color is #719EE7.


Background Color

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

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

This div background color is #719EE7.


Border color

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

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

This div border color is #719EE7.


Opacity

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

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

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

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

This text has shadow with #719EE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719EE7 on black background.


Color preview on white background

This text has color #719EE7 on white background.



Black color preview on #719EE7 background

This text has black color on #719EE7 background.


White color preview on #719EE7 background

This text has white color on #719EE7 background.