COLOR #738DFF

HEX: #738DFF
RGB: (115,141,255)

Color info

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

RGB color model

#738DFF color RGB value is (115,141,255).

  • red value is 115;
  • green value is 141;
  • blue value is 255.
RGB:
(115,141,255)
(45%,55%,100%)

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 255 of 255 = 100%

115
141
255

R + G + B ~ 67%. #738DFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 255 = 511 (100%)
R 115 of 511 ~ 22.5%
G 141 of 511 ~ 27.59%
B 255 of 511 ~ 49.9%

%22.5
%27.59
%49.9

CMYK color model

#738DFF color CMYK value is (55,45,0,0).

  • cyan value is 54.90%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(55,45,0,0)
C55M45Y0K0 
(55%,45%,0%,0%)
(0.55/0.45/0.00/0.00)	

CMYK percentages

%54.9
%44.71
%0
%0

Codes

Color #738DFF in popluar color models

738DFF
RGB115141255
HSL229°100.00%72.55%
HSB/HSV229°54.90%100.00%
CMYK54.90%44.71%0.00%
0.00%

Color #738DFF in popluar number systems.

HEX738DFF
Decimal115141255
Binary11100111000110111111111
Octal163215377

Shades and tints

Shades of #738DFF

#738DFF
(115,141,255)
#6981E8
(105,129,232)
#5F75D1
(95,117,209)
#5569BA
(85,105,186)
#4B5DA3
(75,93,163)
#41518C
(65,81,140)
#374575
(55,69,117)
#2D395E
(45,57,94)
#232D47
(35,45,71)
#192130
(25,33,48)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #738DFF

#738DFF
(115,141,255)
#7F97FF
(127,151,255)
#8BA1FF
(139,161,255)
#97ABFF
(151,171,255)
#A3B5FF
(163,181,255)
#AFBFFF
(175,191,255)
#BBC9FF
(187,201,255)
#C7D3FF
(199,211,255)
#D3DDFF
(211,221,255)
#DFE7FF
(223,231,255)
#EBF1FF
(235,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738DFF color. Also use rgb(115,141,255) instead hex code.

Text Font Color

.myTextColor { color: #738DFF; }

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

This text font color is #738DFF.


Background Color

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

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

This div background color is #738DFF.


Border color

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

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

This div border color is #738DFF.


Opacity

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

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

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

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

This text has shadow with #738DFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738DFF on black background.


Color preview on white background

This text has color #738DFF on white background.



Black color preview on #738DFF background

This text has black color on #738DFF background.


White color preview on #738DFF background

This text has white color on #738DFF background.