COLOR #718FF4

HEX: #718FF4
RGB: (113,143,244)

Color info

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

RGB color model

#718FF4 color RGB value is (113,143,244).

  • red value is 113;
  • green value is 143;
  • blue value is 244.
RGB:
(113,143,244)
(44%,56%,96%)

RGB channels and saturation

R 113 of 255 = 44%
G 143 of 255 = 56%
B 244 of 255 = 96%

113
143
244

R + G + B ~ 65%. #718FF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 143 + 244 = 500 (100%)
R 113 of 500 ~ 22.6%
G 143 of 500 ~ 28.6%
B 244 of 500 ~ 48.8%

%22.6
%28.6
%48.8

CMYK color model

#718FF4 color CMYK value is (54,41,0,4).

  • cyan value is 53.69%
  • magenta value is 41.39%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(54,41,0,4)
C54M41Y0K4 
(54%,41%,0%,4%)
(0.54/0.41/0.00/0.04)	

CMYK percentages

%53.69
%41.39
%0
%4.31

Codes

Color #718FF4 in popluar color models

718FF4
RGB113143244
HSL226°85.62%70.00%
HSB/HSV226°53.69%95.69%
CMYK53.69%41.39%0.00%
4.31%

Color #718FF4 in popluar number systems.

HEX718FF4
Decimal113143244
Binary11100011000111111110100
Octal161217364

Shades and tints

Shades of #718FF4

#718FF4
(113,143,244)
#6782DE
(103,130,222)
#5D75C8
(93,117,200)
#5368B2
(83,104,178)
#495B9C
(73,91,156)
#3F4E86
(63,78,134)
#354170
(53,65,112)
#2B345A
(43,52,90)
#212744
(33,39,68)
#171A2E
(23,26,46)
#0D0D18
(13,13,24)
#000000
(0,0,0)

Tints of #718FF4

#718FF4
(113,143,244)
#7D99F5
(125,153,245)
#89A3F6
(137,163,246)
#95ADF7
(149,173,247)
#A1B7F8
(161,183,248)
#ADC1F9
(173,193,249)
#B9CBFA
(185,203,250)
#C5D5FB
(197,213,251)
#D1DFFC
(209,223,252)
#DDE9FD
(221,233,253)
#E9F3FE
(233,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718FF4 color. Also use rgb(113,143,244) instead hex code.

Text Font Color

.myTextColor { color: #718FF4; }

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

This text font color is #718FF4.


Background Color

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

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

This div background color is #718FF4.


Border color

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

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

This div border color is #718FF4.


Opacity

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

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

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

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

This text has shadow with #718FF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718FF4 on black background.


Color preview on white background

This text has color #718FF4 on white background.



Black color preview on #718FF4 background

This text has black color on #718FF4 background.


White color preview on #718FF4 background

This text has white color on #718FF4 background.