COLOR #759CF2

HEX: #759CF2
RGB: (117,156,242)

Color info

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

RGB color model

#759CF2 color RGB value is (117,156,242).

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

RGB channels and saturation

R 117 of 255 = 46%
G 156 of 255 = 61%
B 242 of 255 = 95%

117
156
242

R + G + B ~ 67%. #759CF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 156 + 242 = 515 (100%)
R 117 of 515 ~ 22.72%
G 156 of 515 ~ 30.29%
B 242 of 515 ~ 46.99%

%22.72
%30.29
%46.99

CMYK color model

#759CF2 color CMYK value is (52,36,0,5).

  • cyan value is 51.65%
  • magenta value is 35.54%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(52,36,0,5)
C52M36Y0K5 
(52%,36%,0%,5%)
(0.52/0.36/0.00/0.05)	

CMYK percentages

%51.65
%35.54
%0
%5.1

Codes

Color #759CF2 in popluar color models

759CF2
RGB117156242
HSL221°82.78%70.39%
HSB/HSV221°51.65%94.90%
CMYK51.65%35.54%0.00%
5.10%

Color #759CF2 in popluar number systems.

HEX759CF2
Decimal117156242
Binary11101011001110011110010
Octal165234362

Shades and tints

Shades of #759CF2

#759CF2
(117,156,242)
#6B8EDC
(107,142,220)
#6180C6
(97,128,198)
#5772B0
(87,114,176)
#4D649A
(77,100,154)
#435684
(67,86,132)
#39486E
(57,72,110)
#2F3A58
(47,58,88)
#252C42
(37,44,66)
#1B1E2C
(27,30,44)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #759CF2

#759CF2
(117,156,242)
#81A5F3
(129,165,243)
#8DAEF4
(141,174,244)
#99B7F5
(153,183,245)
#A5C0F6
(165,192,246)
#B1C9F7
(177,201,247)
#BDD2F8
(189,210,248)
#C9DBF9
(201,219,249)
#D5E4FA
(213,228,250)
#E1EDFB
(225,237,251)
#EDF6FC
(237,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759CF2; }

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

This text font color is #759CF2.


Background Color

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

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

This div background color is #759CF2.


Border color

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

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

This div border color is #759CF2.


Opacity

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

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

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

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

This text has shadow with #759CF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759CF2 on black background.


Color preview on white background

This text has color #759CF2 on white background.



Black color preview on #759CF2 background

This text has black color on #759CF2 background.


White color preview on #759CF2 background

This text has white color on #759CF2 background.