COLOR #738AE6

HEX: #738AE6
RGB: (115,138,230)

Color info

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

RGB color model

#738AE6 color RGB value is (115,138,230).

  • red value is 115;
  • green value is 138;
  • blue value is 230.
RGB:
(115,138,230)
(45%,54%,90%)

RGB channels and saturation

R 115 of 255 = 45%
G 138 of 255 = 54%
B 230 of 255 = 90%

115
138
230

R + G + B ~ 63%. #738AE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 138 + 230 = 483 (100%)
R 115 of 483 ~ 23.81%
G 138 of 483 ~ 28.57%
B 230 of 483 ~ 47.62%

%23.81
%28.57
%47.62

CMYK color model

#738AE6 color CMYK value is (50,40,0,10).

  • cyan value is 50.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(50,40,0,10)
C50M40Y0K10 
(50%,40%,0%,10%)
(0.50/0.40/0.00/0.10)	

CMYK percentages

%50
%40
%0
%9.8

Codes

Color #738AE6 in popluar color models

738AE6
RGB115138230
HSL228°69.70%67.65%
HSB/HSV228°50.00%90.20%
CMYK50.00%40.00%0.00%
9.80%

Color #738AE6 in popluar number systems.

HEX738AE6
Decimal115138230
Binary11100111000101011100110
Octal163212346

Shades and tints

Shades of #738AE6

#738AE6
(115,138,230)
#697ED2
(105,126,210)
#5F72BE
(95,114,190)
#5566AA
(85,102,170)
#4B5A96
(75,90,150)
#414E82
(65,78,130)
#37426E
(55,66,110)
#2D365A
(45,54,90)
#232A46
(35,42,70)
#191E32
(25,30,50)
#0F121E
(15,18,30)
#000000
(0,0,0)

Tints of #738AE6

#738AE6
(115,138,230)
#7F94E8
(127,148,232)
#8B9EEA
(139,158,234)
#97A8EC
(151,168,236)
#A3B2EE
(163,178,238)
#AFBCF0
(175,188,240)
#BBC6F2
(187,198,242)
#C7D0F4
(199,208,244)
#D3DAF6
(211,218,246)
#DFE4F8
(223,228,248)
#EBEEFA
(235,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738AE6 color. Also use rgb(115,138,230) instead hex code.

Text Font Color

.myTextColor { color: #738AE6; }

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

This text font color is #738AE6.


Background Color

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

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

This div background color is #738AE6.


Border color

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

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

This div border color is #738AE6.


Opacity

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

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

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

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

This text has shadow with #738AE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738AE6 on black background.


Color preview on white background

This text has color #738AE6 on white background.



Black color preview on #738AE6 background

This text has black color on #738AE6 background.


White color preview on #738AE6 background

This text has white color on #738AE6 background.