COLOR #759DD2

HEX: #759DD2 RGB: (117,157,210)

Color info

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

RGB color model

#759DD2 color RGB value is (117,157,210).

RGB: (117,157,210) (46%, 62%, 82%)

RGB channels and saturation

R 117 of 255 = 46%
G 157 of 255 = 62%
B 210 of 255 = 82%

117
157
210

R + G + B ~ 63%. #759DD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 157 + 210 = 484 (100%)
R 117 of 484 ~ 24.17%
G 157 of 484 ~ 32.44%
B 210 of 484 ~ 43.39'%

%24.17
%32.44
%43.39

CMYK color model

#759DD2 color CMYK value is (44,25,0,18).

  • cyan value is 44.29%
  • magenta value is 25.24%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (44,25,0,18)
C44M25Y0K18 (44%, 25%, 0%, 18%)
(0.44 / 0.25 / 0.00 / 0.18)

CMYK percentages

%44.29
%25.24
%0
%17.65

Codes

Color #759DD2 in popluar color models

75 9D D2
RGB 117 157 210
HSL 214° 50.82% 64.12%
HSB/HSV 214° 44.29% 82.35%
CMYK 44.29% 25.24% 0.00%
17.65%

Color #759DD2 in popluar number systems.

HEX 75 9D D2
Decimal 117 157 210
Binary 1110101 10011101 11010010
Octal 165 235 322

Shades and tints

Shades of #759DD2

#759DD2
(117,157,210)
#6B8FBF
(107,143,191)
#6181AC
(97,129,172)
#577399
(87,115,153)
#4D6586
(77,101,134)
#435773
(67,87,115)
#394960
(57,73,96)
#2F3B4D
(47,59,77)
#252D3A
(37,45,58)
#1B1F27
(27,31,39)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #759DD2

#759DD2
(117,157,210)
#81A5D6
(129,165,214)
#8DADDA
(141,173,218)
#99B5DE
(153,181,222)
#A5BDE2
(165,189,226)
#B1C5E6
(177,197,230)
#BDCDEA
(189,205,234)
#C9D5EE
(201,213,238)
#D5DDF2
(213,221,242)
#E1E5F6
(225,229,246)
#EDEDFA
(237,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759DD2 color. Also use rgb(117,157,210) instead hex code.

Text Font Color

.myTextColor { color: #759DD2; }

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

This text font color is #759DD2.

Background Color

.myBgColor { background-color: #759DD2; }

<div style="background-color:#759DD2">Inner text</div>

This div background color is #759DD2.

Border color

.myBorderColor { border: 1px solid #759DD2; }

<div style="border:3px solid #759DD2">Div</div>

This div border color is #759DD2.

Opacity

.myOpacity80 { color: #759DD2; opacity: 0.8; }

<p style="color:#759DD2;opacity:0.8;">80%</p>

Text with #759DD2 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 #759DD2;}

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

This text has shadow with #759DD2 color.


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

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

This text has shadow with #759DD2 primary color and red secondary color.


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

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

This text has shadow with #759DD2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #759DD2.

Preview

Color preview on black background

This text has color #759DD2 on black background.


Color preview on white background

This text has color #759DD2 on white background.


Black color preview on #759DD2 background

This text has black color on #759DD2 background.


White color preview on #759DD2 background

This text has white color on #759DD2 background.


Related colors

Complementary color

Complementary color for #hex is #8A622D.


I love getcolorcode.com

Triadic colors

1 #D2759D and #9DD275 with #759DD2 are triadic colors.

2 #D29D75 and #9D75D2 with #759DD2 are triadic colors.