COLOR #738DED

HEX: #738DED RGB: (115,141,237)

Color info

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

RGB color model

#738DED color RGB value is (115,141,237).

RGB: (115,141,237) (45%, 55%, 93%)

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 237 of 255 = 93%

115
141
237

R + G + B ~ 64%. #738DED is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 141 + 237 = 493 (100%)
R 115 of 493 ~ 23.33%
G 141 of 493 ~ 28.6%
B 237 of 493 ~ 48.07'%

%23.33
%28.6
%48.07

CMYK color model

#738DED color CMYK value is (51,41,0,7).

  • cyan value is 51.48%
  • magenta value is 40.51%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (51,41,0,7)
C51M41Y0K7 (51%, 41%, 0%, 7%)
(0.51 / 0.41 / 0.00 / 0.07)

CMYK percentages

%51.48
%40.51
%0
%7.06

Codes

Color #738DED in popluar color models

73 8D ED
RGB 115 141 237
HSL 227° 77.22% 69.02%
HSB/HSV 227° 51.48% 92.94%
CMYK 51.48% 40.51% 0.00%
7.06%

Color #738DED in popluar number systems.

HEX 73 8D ED
Decimal 115 141 237
Binary 1110011 10001101 11101101
Octal 163 215 355

Shades and tints

Shades of #738DED

#738DED
(115,141,237)
#6981D8
(105,129,216)
#5F75C3
(95,117,195)
#5569AE
(85,105,174)
#4B5D99
(75,93,153)
#415184
(65,81,132)
#37456F
(55,69,111)
#2D395A
(45,57,90)
#232D45
(35,45,69)
#192130
(25,33,48)
#0F151B
(15,21,27)
#000000
(0,0,0)

Tints of #738DED

#738DED
(115,141,237)
#7F97EE
(127,151,238)
#8BA1EF
(139,161,239)
#97ABF0
(151,171,240)
#A3B5F1
(163,181,241)
#AFBFF2
(175,191,242)
#BBC9F3
(187,201,243)
#C7D3F4
(199,211,244)
#D3DDF5
(211,221,245)
#DFE7F6
(223,231,246)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738DED; }

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

This text font color is #738DED.

Background Color

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

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

This div background color is #738DED.

Border color

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

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

This div border color is #738DED.

Opacity

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

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

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

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

This text has shadow with #738DED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738DED.

Preview

Color preview on black background

This text has color #738DED on black background.


Color preview on white background

This text has color #738DED on white background.


Black color preview on #738DED background

This text has black color on #738DED background.


White color preview on #738DED background

This text has white color on #738DED background.


Related colors

Complementary color

Complementary color for #hex is #8C7212.


I love getcolorcode.com

Triadic colors

1 #ED738D and #8DED73 with #738DED are triadic colors.

2 #ED8D73 and #8D73ED with #738DED are triadic colors.