COLOR #719AEE

HEX: #719AEE
RGB: (113,154,238)

Color info

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

RGB color model

#719AEE color RGB value is (113,154,238).

  • red value is 113;
  • green value is 154;
  • blue value is 238.
RGB:
(113,154,238)
(44%,60%,93%)

RGB channels and saturation

R 113 of 255 = 44%
G 154 of 255 = 60%
B 238 of 255 = 93%

113
154
238

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

Portions of RGB colors in percentages

R + G + B =
113 + 154 + 238 = 505 (100%)
R 113 of 505 ~ 22.38%
G 154 of 505 ~ 30.5%
B 238 of 505 ~ 47.13%

%22.38
%30.5
%47.13

CMYK color model

#719AEE color CMYK value is (53,35,0,7).

  • cyan value is 52.52%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(53,35,0,7)
C53M35Y0K7 
(53%,35%,0%,7%)
(0.53/0.35/0.00/0.07)	

CMYK percentages

%52.52
%35.29
%0
%6.67

Codes

Color #719AEE in popluar color models

719AEE
RGB113154238
HSL220°78.62%68.82%
HSB/HSV220°52.52%93.33%
CMYK52.52%35.29%0.00%
6.67%

Color #719AEE in popluar number systems.

HEX719AEE
Decimal113154238
Binary11100011001101011101110
Octal161232356

Shades and tints

Shades of #719AEE

#719AEE
(113,154,238)
#678CD9
(103,140,217)
#5D7EC4
(93,126,196)
#5370AF
(83,112,175)
#49629A
(73,98,154)
#3F5485
(63,84,133)
#354670
(53,70,112)
#2B385B
(43,56,91)
#212A46
(33,42,70)
#171C31
(23,28,49)
#0D0E1C
(13,14,28)
#000000
(0,0,0)

Tints of #719AEE

#719AEE
(113,154,238)
#7DA3EF
(125,163,239)
#89ACF0
(137,172,240)
#95B5F1
(149,181,241)
#A1BEF2
(161,190,242)
#ADC7F3
(173,199,243)
#B9D0F4
(185,208,244)
#C5D9F5
(197,217,245)
#D1E2F6
(209,226,246)
#DDEBF7
(221,235,247)
#E9F4F8
(233,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719AEE; }

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

This text font color is #719AEE.


Background Color

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

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

This div background color is #719AEE.


Border color

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

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

This div border color is #719AEE.


Opacity

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

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

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

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

This text has shadow with #719AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719AEE on black background.


Color preview on white background

This text has color #719AEE on white background.



Black color preview on #719AEE background

This text has black color on #719AEE background.


White color preview on #719AEE background

This text has white color on #719AEE background.