COLOR #779EF2

HEX: #779EF2 RGB: (119,158,242)

Color info

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

RGB color model

#779EF2 color RGB value is (119,158,242).

RGB: (119,158,242) (47%, 62%, 95%)

RGB channels and saturation

R 119 of 255 = 47%
G 158 of 255 = 62%
B 242 of 255 = 95%

119
158
242

R + G + B ~ 68%. #779EF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 158 + 242 = 519 (100%)
R 119 of 519 ~ 22.93%
G 158 of 519 ~ 30.44%
B 242 of 519 ~ 46.63'%

%22.93
%30.44
%46.63

CMYK color model

#779EF2 color CMYK value is (51,35,0,5).

  • cyan value is 50.83%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (51,35,0,5) C51M35Y0K5 (51%,35%,0%,5%) (0.51/0.35/0.00/0.05) 

CMYK percentages

%50.83
%34.71
%0
%5.1

Codes

Color #779EF2 in popluar color models

77 9E F2
RGB 119 158 242
HSL 221° 82.55% 70.78%
HSB/HSV 221° 50.83% 94.90%
CMYK 50.83% 34.71% 0.00%
5.10%

Color #779EF2 in popluar number systems.

HEX 77 9E F2
Decimal 119 158 242
Binary 1110111 10011110 11110010
Octal 167 236 362

Shades and tints

Shades of #779EF2

#779EF2
(119,158,242)
#6D90DC
(109,144,220)
#6382C6
(99,130,198)
#5974B0
(89,116,176)
#4F669A
(79,102,154)
#455884
(69,88,132)
#3B4A6E
(59,74,110)
#313C58
(49,60,88)
#272E42
(39,46,66)
#1D202C
(29,32,44)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #779EF2

#779EF2
(119,158,242)
#83A6F3
(131,166,243)
#8FAEF4
(143,174,244)
#9BB6F5
(155,182,245)
#A7BEF6
(167,190,246)
#B3C6F7
(179,198,247)
#BFCEF8
(191,206,248)
#CBD6F9
(203,214,249)
#D7DEFA
(215,222,250)
#E3E6FB
(227,230,251)
#EFEEFC
(239,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779EF2 color. Also use rgb(119,158,242) instead hex code.

Text Font Color

.myTextColor { color: #779EF2; }

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

This text font color is #779EF2.

Background Color

.myBgColor { background-color: #779EF2; }

<div style="background-color:#779EF2">Inner text</div>

This div background color is #779EF2.

Border color

.myBorderColor { border: 1px solid #779EF2; }

<div style="border:3px solid #779EF2">Div</div>

This div border color is #779EF2.

Opacity

.myOpacity80 { color: #779EF2; opacity: 0.8; }

<p style="color:#779EF2;opacity:0.8;">80%</p>

Text with #779EF2 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 #779EF2;}

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

This text has shadow with #779EF2 color.


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

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

This text has shadow with #779EF2 primary color and red secondary color.


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

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

This text has shadow with #779EF2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #779EF2.

Preview

Color preview on black background

This text has color #779EF2 on black background.


Color preview on white background

This text has color #779EF2 on white background.


Black color preview on #779EF2 background

This text has black color on #779EF2 background.


White color preview on #779EF2 background

This text has white color on #779EF2 background.


Related colors

Complementary color

Complementary color for #hex is #88610D.


I love getcolorcode.com

Triadic colors

1 #F2779E and #9EF277 with #779EF2 are triadic colors.

2 #F29E77 and #9E77F2 with #779EF2 are triadic colors.