COLOR #739BCF

HEX: #739BCF RGB: (115,155,207)

Color info

#739BCF contains mainly green and blue colors. Web safe color of #739BCF is #6699CC (or #69C).

RGB color model

#739BCF color RGB value is (115,155,207).

RGB: (115,155,207) (45%, 61%, 81%)

RGB channels and saturation

R 115 of 255 = 45%
G 155 of 255 = 61%
B 207 of 255 = 81%

115
155
207

R + G + B ~ 62%. #739BCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 155 + 207 = 477 (100%)
R 115 of 477 ~ 24.11%
G 155 of 477 ~ 32.49%
B 207 of 477 ~ 43.4'%

%24.11
%32.49
%43.4

CMYK color model

#739BCF color CMYK value is (44,25,0,19).

  • cyan value is 44.44%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (44,25,0,19)
C44M25Y0K19 (44%, 25%, 0%, 19%)
(0.44 / 0.25 / 0.00 / 0.19)

CMYK percentages

%44.44
%25.12
%0
%18.82

Codes

Color #739BCF in popluar color models

73 9B CF
RGB 115 155 207
HSL 214° 48.94% 63.14%
HSB/HSV 214° 44.44% 81.18%
CMYK 44.44% 25.12% 0.00%
18.82%

Color #739BCF in popluar number systems.

HEX 73 9B CF
Decimal 115 155 207
Binary 1110011 10011011 11001111
Octal 163 233 317

Shades and tints

Shades of #739BCF

#739BCF
(115,155,207)
#698DBD
(105,141,189)
#5F7FAB
(95,127,171)
#557199
(85,113,153)
#4B6387
(75,99,135)
#415575
(65,85,117)
#374763
(55,71,99)
#2D3951
(45,57,81)
#232B3F
(35,43,63)
#191D2D
(25,29,45)
#0F0F1B
(15,15,27)
#000000
(0,0,0)

Tints of #739BCF

#739BCF
(115,155,207)
#7FA4D3
(127,164,211)
#8BADD7
(139,173,215)
#97B6DB
(151,182,219)
#A3BFDF
(163,191,223)
#AFC8E3
(175,200,227)
#BBD1E7
(187,209,231)
#C7DAEB
(199,218,235)
#D3E3EF
(211,227,239)
#DFECF3
(223,236,243)
#EBF5F7
(235,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739BCF color. Also use rgb(115,155,207) instead hex code.

Text Font Color

.myTextColor { color: #739BCF; }

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

This text font color is #739BCF.

Background Color

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

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

This div background color is #739BCF.

Border color

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

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

This div border color is #739BCF.

Opacity

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

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

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

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

This text has shadow with #739BCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #739BCF.

Preview

Color preview on black background

This text has color #739BCF on black background.


Color preview on white background

This text has color #739BCF on white background.


Black color preview on #739BCF background

This text has black color on #739BCF background.


White color preview on #739BCF background

This text has white color on #739BCF background.


Related colors

Complementary color

Complementary color for #hex is #8C6430.


I love getcolorcode.com

Triadic colors

1 #CF739B and #9BCF73 with #739BCF are triadic colors.

2 #CF9B73 and #9B73CF with #739BCF are triadic colors.