COLOR #728BE0

HEX: #728BE0
RGB: (114,139,224)

Color info

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

RGB color model

#728BE0 color RGB value is (114,139,224).

  • red value is 114;
  • green value is 139;
  • blue value is 224.
RGB:
(114,139,224)
(45%,55%,88%)

RGB channels and saturation

R 114 of 255 = 45%
G 139 of 255 = 55%
B 224 of 255 = 88%

114
139
224

R + G + B ~ 63%. #728BE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 139 + 224 = 477 (100%)
R 114 of 477 ~ 23.9%
G 139 of 477 ~ 29.14%
B 224 of 477 ~ 46.96%

%23.9
%29.14
%46.96

CMYK color model

#728BE0 color CMYK value is (49,38,0,12).

  • cyan value is 49.11%
  • magenta value is 37.95%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(49,38,0,12)
C49M38Y0K12 
(49%,38%,0%,12%)
(0.49/0.38/0.00/0.12)	

CMYK percentages

%49.11
%37.95
%0
%12.16

Codes

Color #728BE0 in popluar color models

728BE0
RGB114139224
HSL226°63.95%66.27%
HSB/HSV226°49.11%87.84%
CMYK49.11%37.95%0.00%
12.16%

Color #728BE0 in popluar number systems.

HEX728BE0
Decimal114139224
Binary11100101000101111100000
Octal162213340

Shades and tints

Shades of #728BE0

#728BE0
(114,139,224)
#687FCC
(104,127,204)
#5E73B8
(94,115,184)
#5467A4
(84,103,164)
#4A5B90
(74,91,144)
#404F7C
(64,79,124)
#364368
(54,67,104)
#2C3754
(44,55,84)
#222B40
(34,43,64)
#181F2C
(24,31,44)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #728BE0

#728BE0
(114,139,224)
#7E95E2
(126,149,226)
#8A9FE4
(138,159,228)
#96A9E6
(150,169,230)
#A2B3E8
(162,179,232)
#AEBDEA
(174,189,234)
#BAC7EC
(186,199,236)
#C6D1EE
(198,209,238)
#D2DBF0
(210,219,240)
#DEE5F2
(222,229,242)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728BE0 color. Also use rgb(114,139,224) instead hex code.

Text Font Color

.myTextColor { color: #728BE0; }

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

This text font color is #728BE0.


Background Color

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

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

This div background color is #728BE0.


Border color

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

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

This div border color is #728BE0.


Opacity

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

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

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

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

This text has shadow with #728BE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728BE0 on black background.


Color preview on white background

This text has color #728BE0 on white background.



Black color preview on #728BE0 background

This text has black color on #728BE0 background.


White color preview on #728BE0 background

This text has white color on #728BE0 background.