COLOR #718DCF

HEX: #718DCF RGB: (113,141,207)

Color info

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

RGB color model

#718DCF color RGB value is (113,141,207).

RGB: (113,141,207) (44%, 55%, 81%)

RGB channels and saturation

R 113 of 255 = 44%
G 141 of 255 = 55%
B 207 of 255 = 81%

113
141
207

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

Portions of RGB colors in percentages

R + G + B = 113 + 141 + 207 = 461 (100%)
R 113 of 461 ~ 24.51%
G 141 of 461 ~ 30.59%
B 207 of 461 ~ 44.9'%

%24.51
%30.59
%44.9

CMYK color model

#718DCF color CMYK value is (45,32,0,19).

  • cyan value is 45.41%
  • magenta value is 31.88%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (45,32,0,19)
C45M32Y0K19 (45%, 32%, 0%, 19%)
(0.45 / 0.32 / 0.00 / 0.19)

CMYK percentages

%45.41
%31.88
%0
%18.82

Codes

Color #718DCF in popluar color models

71 8D CF
RGB 113 141 207
HSL 222° 49.47% 62.75%
HSB/HSV 222° 45.41% 81.18%
CMYK 45.41% 31.88% 0.00%
18.82%

Color #718DCF in popluar number systems.

HEX 71 8D CF
Decimal 113 141 207
Binary 1110001 10001101 11001111
Octal 161 215 317

Shades and tints

Shades of #718DCF

#718DCF
(113,141,207)
#6781BD
(103,129,189)
#5D75AB
(93,117,171)
#536999
(83,105,153)
#495D87
(73,93,135)
#3F5175
(63,81,117)
#354563
(53,69,99)
#2B3951
(43,57,81)
#212D3F
(33,45,63)
#17212D
(23,33,45)
#0D151B
(13,21,27)
#000000
(0,0,0)

Tints of #718DCF

#718DCF
(113,141,207)
#7D97D3
(125,151,211)
#89A1D7
(137,161,215)
#95ABDB
(149,171,219)
#A1B5DF
(161,181,223)
#ADBFE3
(173,191,227)
#B9C9E7
(185,201,231)
#C5D3EB
(197,211,235)
#D1DDEF
(209,221,239)
#DDE7F3
(221,231,243)
#E9F1F7
(233,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718DCF; }

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

This text font color is #718DCF.

Background Color

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

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

This div background color is #718DCF.

Border color

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

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

This div border color is #718DCF.

Opacity

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

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

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

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

This text has shadow with #718DCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718DCF.

Preview

Color preview on black background

This text has color #718DCF on black background.


Color preview on white background

This text has color #718DCF on white background.


Black color preview on #718DCF background

This text has black color on #718DCF background.


White color preview on #718DCF background

This text has white color on #718DCF background.


Related colors

Complementary color

Complementary color for #hex is #8E7230.


I love getcolorcode.com

Triadic colors

1 #CF718D and #8DCF71 with #718DCF are triadic colors.

2 #CF8D71 and #8D71CF with #718DCF are triadic colors.