COLOR #738ED9

HEX: #738ED9
RGB: (115,142,217)

Color info

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

RGB color model

#738ED9 color RGB value is (115,142,217).

  • red value is 115;
  • green value is 142;
  • blue value is 217.
RGB:
(115,142,217)
(45%,56%,85%)

RGB channels and saturation

R 115 of 255 = 45%
G 142 of 255 = 56%
B 217 of 255 = 85%

115
142
217

R + G + B ~ 62%. #738ED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 142 + 217 = 474 (100%)
R 115 of 474 ~ 24.26%
G 142 of 474 ~ 29.96%
B 217 of 474 ~ 45.78%

%24.26
%29.96
%45.78

CMYK color model

#738ED9 color CMYK value is (47,35,0,15).

  • cyan value is 47.00%
  • magenta value is 34.56%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(47,35,0,15)
C47M35Y0K15 
(47%,35%,0%,15%)
(0.47/0.35/0.00/0.15)	

CMYK percentages

%47
%34.56
%0
%14.9

Codes

Color #738ED9 in popluar color models

738ED9
RGB115142217
HSL224°57.30%65.10%
HSB/HSV224°47.00%85.10%
CMYK47.00%34.56%0.00%
14.90%

Color #738ED9 in popluar number systems.

HEX738ED9
Decimal115142217
Binary11100111000111011011001
Octal163216331

Shades and tints

Shades of #738ED9

#738ED9
(115,142,217)
#6982C6
(105,130,198)
#5F76B3
(95,118,179)
#556AA0
(85,106,160)
#4B5E8D
(75,94,141)
#41527A
(65,82,122)
#374667
(55,70,103)
#2D3A54
(45,58,84)
#232E41
(35,46,65)
#19222E
(25,34,46)
#0F161B
(15,22,27)
#000000
(0,0,0)

Tints of #738ED9

#738ED9
(115,142,217)
#7F98DC
(127,152,220)
#8BA2DF
(139,162,223)
#97ACE2
(151,172,226)
#A3B6E5
(163,182,229)
#AFC0E8
(175,192,232)
#BBCAEB
(187,202,235)
#C7D4EE
(199,212,238)
#D3DEF1
(211,222,241)
#DFE8F4
(223,232,244)
#EBF2F7
(235,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738ED9 color. Also use rgb(115,142,217) instead hex code.

Text Font Color

.myTextColor { color: #738ED9; }

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

This text font color is #738ED9.


Background Color

.myBgColor { background-color: #738ED9; }

<div style="background-color:#738ED9">Inner text</div>

This div background color is #738ED9.


Border color

.myBorderColor { border: 1px solid #738ED9; }

<div style="border:3px solid #738ED9">Div</div>

This div border color is #738ED9.


Opacity

.myOpacity80 { color: #738ED9; opacity: 0.8; }

<p style="color:#738ED9;opacity:0.8;">80%</p>

Text with #738ED9 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 #738ED9;}

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

This text has shadow with #738ED9 color.

.textShadow {text-shadow: 3px 3px 1px #738ED9, 3px 3px 1px red;}

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

This text has shadow with #738ED9 primary color and red secondary color.


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

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

This text has shadow with #738ED9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738ED9 on black background.


Color preview on white background

This text has color #738ED9 on white background.



Black color preview on #738ED9 background

This text has black color on #738ED9 background.


White color preview on #738ED9 background

This text has white color on #738ED9 background.