COLOR #728ED8

HEX: #728ED8
RGB: (114,142,216)

Color info

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

RGB color model

#728ED8 color RGB value is (114,142,216).

  • red value is 114;
  • green value is 142;
  • blue value is 216.
RGB:
(114,142,216)
(45%,56%,85%)

RGB channels and saturation

R 114 of 255 = 45%
G 142 of 255 = 56%
B 216 of 255 = 85%

114
142
216

R + G + B ~ 62%. #728ED8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 142 + 216 = 472 (100%)
R 114 of 472 ~ 24.15%
G 142 of 472 ~ 30.08%
B 216 of 472 ~ 45.76%

%24.15
%30.08
%45.76

CMYK color model

#728ED8 color CMYK value is (47,34,0,15).

  • cyan value is 47.22%
  • magenta value is 34.26%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(47,34,0,15)
C47M34Y0K15 
(47%,34%,0%,15%)
(0.47/0.34/0.00/0.15)	

CMYK percentages

%47.22
%34.26
%0
%15.29

Codes

Color #728ED8 in popluar color models

728ED8
RGB114142216
HSL224°56.67%64.71%
HSB/HSV224°47.22%84.71%
CMYK47.22%34.26%0.00%
15.29%

Color #728ED8 in popluar number systems.

HEX728ED8
Decimal114142216
Binary11100101000111011011000
Octal162216330

Shades and tints

Shades of #728ED8

#728ED8
(114,142,216)
#6882C5
(104,130,197)
#5E76B2
(94,118,178)
#546A9F
(84,106,159)
#4A5E8C
(74,94,140)
#405279
(64,82,121)
#364666
(54,70,102)
#2C3A53
(44,58,83)
#222E40
(34,46,64)
#18222D
(24,34,45)
#0E161A
(14,22,26)
#000000
(0,0,0)

Tints of #728ED8

#728ED8
(114,142,216)
#7E98DB
(126,152,219)
#8AA2DE
(138,162,222)
#96ACE1
(150,172,225)
#A2B6E4
(162,182,228)
#AEC0E7
(174,192,231)
#BACAEA
(186,202,234)
#C6D4ED
(198,212,237)
#D2DEF0
(210,222,240)
#DEE8F3
(222,232,243)
#EAF2F6
(234,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728ED8 color. Also use rgb(114,142,216) instead hex code.

Text Font Color

.myTextColor { color: #728ED8; }

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

This text font color is #728ED8.


Background Color

.myBgColor { background-color: #728ED8; }

<div style="background-color:#728ED8">Inner text</div>

This div background color is #728ED8.


Border color

.myBorderColor { border: 1px solid #728ED8; }

<div style="border:3px solid #728ED8">Div</div>

This div border color is #728ED8.


Opacity

.myOpacity80 { color: #728ED8; opacity: 0.8; }

<p style="color:#728ED8;opacity:0.8;">80%</p>

Text with #728ED8 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 #728ED8;}

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

This text has shadow with #728ED8 color.

.textShadow {text-shadow: 3px 3px 1px #728ED8, 3px 3px 1px red;}

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

This text has shadow with #728ED8 primary color and red secondary color.


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

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

This text has shadow with #728ED8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728ED8 on black background.


Color preview on white background

This text has color #728ED8 on white background.



Black color preview on #728ED8 background

This text has black color on #728ED8 background.


White color preview on #728ED8 background

This text has white color on #728ED8 background.