COLOR #728DD0

HEX: #728DD0
RGB: (114,141,208)

Color info

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

RGB color model

#728DD0 color RGB value is (114,141,208).

  • red value is 114;
  • green value is 141;
  • blue value is 208.
RGB:
(114,141,208)
(45%,55%,82%)

RGB channels and saturation

R 114 of 255 = 45%
G 141 of 255 = 55%
B 208 of 255 = 82%

114
141
208

R + G + B ~ 61%. #728DD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 141 + 208 = 463 (100%)
R 114 of 463 ~ 24.62%
G 141 of 463 ~ 30.45%
B 208 of 463 ~ 44.92%

%24.62
%30.45
%44.92

CMYK color model

#728DD0 color CMYK value is (45,32,0,18).

  • cyan value is 45.19%
  • magenta value is 32.21%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(45,32,0,18)
C45M32Y0K18 
(45%,32%,0%,18%)
(0.45/0.32/0.00/0.18)	

CMYK percentages

%45.19
%32.21
%0
%18.43

Codes

Color #728DD0 in popluar color models

728DD0
RGB114141208
HSL223°50.00%63.14%
HSB/HSV223°45.19%81.57%
CMYK45.19%32.21%0.00%
18.43%

Color #728DD0 in popluar number systems.

HEX728DD0
Decimal114141208
Binary11100101000110111010000
Octal162215320

Shades and tints

Shades of #728DD0

#728DD0
(114,141,208)
#6881BE
(104,129,190)
#5E75AC
(94,117,172)
#54699A
(84,105,154)
#4A5D88
(74,93,136)
#405176
(64,81,118)
#364564
(54,69,100)
#2C3952
(44,57,82)
#222D40
(34,45,64)
#18212E
(24,33,46)
#0E151C
(14,21,28)
#000000
(0,0,0)

Tints of #728DD0

#728DD0
(114,141,208)
#7E97D4
(126,151,212)
#8AA1D8
(138,161,216)
#96ABDC
(150,171,220)
#A2B5E0
(162,181,224)
#AEBFE4
(174,191,228)
#BAC9E8
(186,201,232)
#C6D3EC
(198,211,236)
#D2DDF0
(210,221,240)
#DEE7F4
(222,231,244)
#EAF1F8
(234,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728DD0 color. Also use rgb(114,141,208) instead hex code.

Text Font Color

.myTextColor { color: #728DD0; }

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

This text font color is #728DD0.


Background Color

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

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

This div background color is #728DD0.


Border color

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

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

This div border color is #728DD0.


Opacity

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

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

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

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

This text has shadow with #728DD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728DD0 on black background.


Color preview on white background

This text has color #728DD0 on white background.



Black color preview on #728DD0 background

This text has black color on #728DD0 background.


White color preview on #728DD0 background

This text has white color on #728DD0 background.