COLOR #739EED

HEX: #739EED
RGB: (115,158,237)

Color info

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

RGB color model

#739EED color RGB value is (115,158,237).

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

RGB channels and saturation

R 115 of 255 = 45%
G 158 of 255 = 62%
B 237 of 255 = 93%

115
158
237

R + G + B ~ 67%. #739EED is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 158 + 237 = 510 (100%)
R 115 of 510 ~ 22.55%
G 158 of 510 ~ 30.98%
B 237 of 510 ~ 46.47%

%22.55
%30.98
%46.47

CMYK color model

#739EED color CMYK value is (51,33,0,7).

  • cyan value is 51.48%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(51,33,0,7)
C51M33Y0K7 
(51%,33%,0%,7%)
(0.51/0.33/0.00/0.07)	

CMYK percentages

%51.48
%33.33
%0
%7.06

Codes

Color #739EED in popluar color models

739EED
RGB115158237
HSL219°77.22%69.02%
HSB/HSV219°51.48%92.94%
CMYK51.48%33.33%0.00%
7.06%

Color #739EED in popluar number systems.

HEX739EED
Decimal115158237
Binary11100111001111011101101
Octal163236355

Shades and tints

Shades of #739EED

#739EED
(115,158,237)
#6990D8
(105,144,216)
#5F82C3
(95,130,195)
#5574AE
(85,116,174)
#4B6699
(75,102,153)
#415884
(65,88,132)
#374A6F
(55,74,111)
#2D3C5A
(45,60,90)
#232E45
(35,46,69)
#192030
(25,32,48)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #739EED

#739EED
(115,158,237)
#7FA6EE
(127,166,238)
#8BAEEF
(139,174,239)
#97B6F0
(151,182,240)
#A3BEF1
(163,190,241)
#AFC6F2
(175,198,242)
#BBCEF3
(187,206,243)
#C7D6F4
(199,214,244)
#D3DEF5
(211,222,245)
#DFE6F6
(223,230,246)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739EED; }

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

This text font color is #739EED.


Background Color

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

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

This div background color is #739EED.


Border color

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

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

This div border color is #739EED.


Opacity

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

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

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

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

This text has shadow with #739EED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739EED on black background.


Color preview on white background

This text has color #739EED on white background.



Black color preview on #739EED background

This text has black color on #739EED background.


White color preview on #739EED background

This text has white color on #739EED background.