COLOR #759CEA

HEX: #759CEA
RGB: (117,156,234)

Color info

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

RGB color model

#759CEA color RGB value is (117,156,234).

  • red value is 117;
  • green value is 156;
  • blue value is 234.
RGB:
(117,156,234)
(46%,61%,92%)

RGB channels and saturation

R 117 of 255 = 46%
G 156 of 255 = 61%
B 234 of 255 = 92%

117
156
234

R + G + B ~ 66%. #759CEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 156 + 234 = 507 (100%)
R 117 of 507 ~ 23.08%
G 156 of 507 ~ 30.77%
B 234 of 507 ~ 46.15%

%23.08
%30.77
%46.15

CMYK color model

#759CEA color CMYK value is (50,33,0,8).

  • cyan value is 50.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(50,33,0,8)
C50M33Y0K8 
(50%,33%,0%,8%)
(0.50/0.33/0.00/0.08)	

CMYK percentages

%50
%33.33
%0
%8.24

Codes

Color #759CEA in popluar color models

759CEA
RGB117156234
HSL220°73.58%68.82%
HSB/HSV220°50.00%91.76%
CMYK50.00%33.33%0.00%
8.24%

Color #759CEA in popluar number systems.

HEX759CEA
Decimal117156234
Binary11101011001110011101010
Octal165234352

Shades and tints

Shades of #759CEA

#759CEA
(117,156,234)
#6B8ED5
(107,142,213)
#6180C0
(97,128,192)
#5772AB
(87,114,171)
#4D6496
(77,100,150)
#435681
(67,86,129)
#39486C
(57,72,108)
#2F3A57
(47,58,87)
#252C42
(37,44,66)
#1B1E2D
(27,30,45)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #759CEA

#759CEA
(117,156,234)
#81A5EB
(129,165,235)
#8DAEEC
(141,174,236)
#99B7ED
(153,183,237)
#A5C0EE
(165,192,238)
#B1C9EF
(177,201,239)
#BDD2F0
(189,210,240)
#C9DBF1
(201,219,241)
#D5E4F2
(213,228,242)
#E1EDF3
(225,237,243)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759CEA color. Also use rgb(117,156,234) instead hex code.

Text Font Color

.myTextColor { color: #759CEA; }

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

This text font color is #759CEA.


Background Color

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

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

This div background color is #759CEA.


Border color

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

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

This div border color is #759CEA.


Opacity

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

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

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

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

This text has shadow with #759CEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759CEA on black background.


Color preview on white background

This text has color #759CEA on white background.



Black color preview on #759CEA background

This text has black color on #759CEA background.


White color preview on #759CEA background

This text has white color on #759CEA background.