COLOR #729EEE

HEX: #729EEE
RGB: (114,158,238)

Color info

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

RGB color model

#729EEE color RGB value is (114,158,238).

  • red value is 114;
  • green value is 158;
  • blue value is 238.
RGB:
(114,158,238)
(45%,62%,93%)

RGB channels and saturation

R 114 of 255 = 45%
G 158 of 255 = 62%
B 238 of 255 = 93%

114
158
238

R + G + B ~ 67%. #729EEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 158 + 238 = 510 (100%)
R 114 of 510 ~ 22.35%
G 158 of 510 ~ 30.98%
B 238 of 510 ~ 46.67%

%22.35
%30.98
%46.67

CMYK color model

#729EEE color CMYK value is (52,34,0,7).

  • cyan value is 52.10%
  • magenta value is 33.61%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(52,34,0,7)
C52M34Y0K7 
(52%,34%,0%,7%)
(0.52/0.34/0.00/0.07)	

CMYK percentages

%52.1
%33.61
%0
%6.67

Codes

Color #729EEE in popluar color models

729EEE
RGB114158238
HSL219°78.48%69.02%
HSB/HSV219°52.10%93.33%
CMYK52.10%33.61%0.00%
6.67%

Color #729EEE in popluar number systems.

HEX729EEE
Decimal114158238
Binary11100101001111011101110
Octal162236356

Shades and tints

Shades of #729EEE

#729EEE
(114,158,238)
#6890D9
(104,144,217)
#5E82C4
(94,130,196)
#5474AF
(84,116,175)
#4A669A
(74,102,154)
#405885
(64,88,133)
#364A70
(54,74,112)
#2C3C5B
(44,60,91)
#222E46
(34,46,70)
#182031
(24,32,49)
#0E121C
(14,18,28)
#000000
(0,0,0)

Tints of #729EEE

#729EEE
(114,158,238)
#7EA6EF
(126,166,239)
#8AAEF0
(138,174,240)
#96B6F1
(150,182,241)
#A2BEF2
(162,190,242)
#AEC6F3
(174,198,243)
#BACEF4
(186,206,244)
#C6D6F5
(198,214,245)
#D2DEF6
(210,222,246)
#DEE6F7
(222,230,247)
#EAEEF8
(234,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729EEE color. Also use rgb(114,158,238) instead hex code.

Text Font Color

.myTextColor { color: #729EEE; }

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

This text font color is #729EEE.


Background Color

.myBgColor { background-color: #729EEE; }

<div style="background-color:#729EEE">Inner text</div>

This div background color is #729EEE.


Border color

.myBorderColor { border: 1px solid #729EEE; }

<div style="border:3px solid #729EEE">Div</div>

This div border color is #729EEE.


Opacity

.myOpacity80 { color: #729EEE; opacity: 0.8; }

<p style="color:#729EEE;opacity:0.8;">80%</p>

Text with #729EEE 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 #729EEE;}

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

This text has shadow with #729EEE color.

.textShadow {text-shadow: 3px 3px 1px #729EEE, 3px 3px 1px red;}

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

This text has shadow with #729EEE primary color and red secondary color.


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

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

This text has shadow with #729EEE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729EEE on black background.


Color preview on white background

This text has color #729EEE on white background.



Black color preview on #729EEE background

This text has black color on #729EEE background.


White color preview on #729EEE background

This text has white color on #729EEE background.