COLOR #718DCA

HEX: #718DCA
RGB: (113,141,202)

Color info

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

RGB color model

#718DCA color RGB value is (113,141,202).

  • red value is 113;
  • green value is 141;
  • blue value is 202.
RGB:
(113,141,202)
(44%,55%,79%)

RGB channels and saturation

R 113 of 255 = 44%
G 141 of 255 = 55%
B 202 of 255 = 79%

113
141
202

R + G + B ~ 59%. #718DCA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 141 + 202 = 456 (100%)
R 113 of 456 ~ 24.78%
G 141 of 456 ~ 30.92%
B 202 of 456 ~ 44.3%

%24.78
%30.92
%44.3

CMYK color model

#718DCA color CMYK value is (44,30,0,21).

  • cyan value is 44.06%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(44,30,0,21)
C44M30Y0K21 
(44%,30%,0%,21%)
(0.44/0.30/0.00/0.21)	

CMYK percentages

%44.06
%30.2
%0
%20.78

Codes

Color #718DCA in popluar color models

718DCA
RGB113141202
HSL221°45.64%61.76%
HSB/HSV221°44.06%79.22%
CMYK44.06%30.20%0.00%
20.78%

Color #718DCA in popluar number systems.

HEX718DCA
Decimal113141202
Binary11100011000110111001010
Octal161215312

Shades and tints

Shades of #718DCA

#718DCA
(113,141,202)
#6781B8
(103,129,184)
#5D75A6
(93,117,166)
#536994
(83,105,148)
#495D82
(73,93,130)
#3F5170
(63,81,112)
#35455E
(53,69,94)
#2B394C
(43,57,76)
#212D3A
(33,45,58)
#172128
(23,33,40)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #718DCA

#718DCA
(113,141,202)
#7D97CE
(125,151,206)
#89A1D2
(137,161,210)
#95ABD6
(149,171,214)
#A1B5DA
(161,181,218)
#ADBFDE
(173,191,222)
#B9C9E2
(185,201,226)
#C5D3E6
(197,211,230)
#D1DDEA
(209,221,234)
#DDE7EE
(221,231,238)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718DCA color. Also use rgb(113,141,202) instead hex code.

Text Font Color

.myTextColor { color: #718DCA; }

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

This text font color is #718DCA.


Background Color

.myBgColor { background-color: #718DCA; }

<div style="background-color:#718DCA">Inner text</div>

This div background color is #718DCA.


Border color

.myBorderColor { border: 1px solid #718DCA; }

<div style="border:3px solid #718DCA">Div</div>

This div border color is #718DCA.


Opacity

.myOpacity80 { color: #718DCA; opacity: 0.8; }

<p style="color:#718DCA;opacity:0.8;">80%</p>

Text with #718DCA 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 #718DCA;}

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

This text has shadow with #718DCA color.

.textShadow {text-shadow: 3px 3px 1px #718DCA, 3px 3px 1px red;}

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

This text has shadow with #718DCA primary color and red secondary color.


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

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

This text has shadow with #718DCA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718DCA on black background.


Color preview on white background

This text has color #718DCA on white background.



Black color preview on #718DCA background

This text has black color on #718DCA background.


White color preview on #718DCA background

This text has white color on #718DCA background.