COLOR #739EDD

HEX: #739EDD
RGB: (115,158,221)

Color info

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

RGB color model

#739EDD color RGB value is (115,158,221).

  • red value is 115;
  • green value is 158;
  • blue value is 221.
RGB:
(115,158,221)
(45%,62%,87%)

RGB channels and saturation

R 115 of 255 = 45%
G 158 of 255 = 62%
B 221 of 255 = 87%

115
158
221

R + G + B ~ 65%. #739EDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 158 + 221 = 494 (100%)
R 115 of 494 ~ 23.28%
G 158 of 494 ~ 31.98%
B 221 of 494 ~ 44.74%

%23.28
%31.98
%44.74

CMYK color model

#739EDD color CMYK value is (48,29,0,13).

  • cyan value is 47.96%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(48,29,0,13)
C48M29Y0K13 
(48%,29%,0%,13%)
(0.48/0.29/0.00/0.13)	

CMYK percentages

%47.96
%28.51
%0
%13.33

Codes

Color #739EDD in popluar color models

739EDD
RGB115158221
HSL216°60.92%65.88%
HSB/HSV216°47.96%86.67%
CMYK47.96%28.51%0.00%
13.33%

Color #739EDD in popluar number systems.

HEX739EDD
Decimal115158221
Binary11100111001111011011101
Octal163236335

Shades and tints

Shades of #739EDD

#739EDD
(115,158,221)
#6990C9
(105,144,201)
#5F82B5
(95,130,181)
#5574A1
(85,116,161)
#4B668D
(75,102,141)
#415879
(65,88,121)
#374A65
(55,74,101)
#2D3C51
(45,60,81)
#232E3D
(35,46,61)
#192029
(25,32,41)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #739EDD

#739EDD
(115,158,221)
#7FA6E0
(127,166,224)
#8BAEE3
(139,174,227)
#97B6E6
(151,182,230)
#A3BEE9
(163,190,233)
#AFC6EC
(175,198,236)
#BBCEEF
(187,206,239)
#C7D6F2
(199,214,242)
#D3DEF5
(211,222,245)
#DFE6F8
(223,230,248)
#EBEEFB
(235,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739EDD color. Also use rgb(115,158,221) instead hex code.

Text Font Color

.myTextColor { color: #739EDD; }

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

This text font color is #739EDD.


Background Color

.myBgColor { background-color: #739EDD; }

<div style="background-color:#739EDD">Inner text</div>

This div background color is #739EDD.


Border color

.myBorderColor { border: 1px solid #739EDD; }

<div style="border:3px solid #739EDD">Div</div>

This div border color is #739EDD.


Opacity

.myOpacity80 { color: #739EDD; opacity: 0.8; }

<p style="color:#739EDD;opacity:0.8;">80%</p>

Text with #739EDD 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 #739EDD;}

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

This text has shadow with #739EDD color.

.textShadow {text-shadow: 3px 3px 1px #739EDD, 3px 3px 1px red;}

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

This text has shadow with #739EDD primary color and red secondary color.


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

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

This text has shadow with #739EDD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739EDD on black background.


Color preview on white background

This text has color #739EDD on white background.



Black color preview on #739EDD background

This text has black color on #739EDD background.


White color preview on #739EDD background

This text has white color on #739EDD background.