COLOR #0778E0

HEX: #0778E0
RGB: (7,120,224)

Color info

#0778E0 contains mainly blue color. Web safe color of #0778E0 is #0066CC (or #06C).

RGB color model

#0778E0 color RGB value is (7,120,224).

  • red value is 7;
  • green value is 120;
  • blue value is 224.
RGB:
(7,120,224)
(3%,47%,88%)

RGB channels and saturation

R 7 of 255 = 3%
G 120 of 255 = 47%
B 224 of 255 = 88%

7
120
224

R + G + B ~ 46%. #0778E0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 120 + 224 = 351 (100%)
R 7 of 351 ~ 1.99%
G 120 of 351 ~ 34.19%
B 224 of 351 ~ 63.82%

%34.19
%63.82

CMYK color model

#0778E0 color CMYK value is (97,46,0,12).

  • cyan value is 96.88%
  • magenta value is 46.43%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(97,46,0,12)
C97M46Y0K12 
(97%,46%,0%,12%)
(0.97/0.46/0.00/0.12)	

CMYK percentages

%96.88
%46.43
%0
%12.16

Codes

Color #0778E0 in popluar color models

0778E0
RGB7120224
HSL209°93.94%45.29%
HSB/HSV209°96.88%87.84%
CMYK96.88%46.43%0.00%
12.16%

Color #0778E0 in popluar number systems.

HEX0778E0
Decimal7120224
Binary111111100011100000
Octal7170340

Shades and tints

Shades of #0778E0

#0778E0
(7,120,224)
#076ECC
(7,110,204)
#0764B8
(7,100,184)
#075AA4
(7,90,164)
#075090
(7,80,144)
#07467C
(7,70,124)
#073C68
(7,60,104)
#073254
(7,50,84)
#072840
(7,40,64)
#071E2C
(7,30,44)
#071418
(7,20,24)
#000000
(0,0,0)

Tints of #0778E0

#0778E0
(7,120,224)
#1D84E2
(29,132,226)
#3390E4
(51,144,228)
#499CE6
(73,156,230)
#5FA8E8
(95,168,232)
#75B4EA
(117,180,234)
#8BC0EC
(139,192,236)
#A1CCEE
(161,204,238)
#B7D8F0
(183,216,240)
#CDE4F2
(205,228,242)
#E3F0F4
(227,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0778E0 color. Also use rgb(7,120,224) instead hex code.

Text Font Color

.myTextColor { color: #0778E0; }

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

This text font color is #0778E0.


Background Color

.myBgColor { background-color: #0778E0; }

<div style="background-color:#0778E0">Inner text</div>

This div background color is #0778E0.


Border color

.myBorderColor { border: 1px solid #0778E0; }

<div style="border:3px solid #0778E0">Div</div>

This div border color is #0778E0.


Opacity

.myOpacity80 { color: #0778E0; opacity: 0.8; }

<p style="color:#0778E0;opacity:0.8;">80%</p>

Text with #0778E0 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 #0778E0;}

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

This text has shadow with #0778E0 color.

.textShadow {text-shadow: 3px 3px 1px #0778E0, 3px 3px 1px red;}

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

This text has shadow with #0778E0 primary color and red secondary color.


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

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

This text has shadow with #0778E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0778E0 on black background.


Color preview on white background

This text has color #0778E0 on white background.



Black color preview on #0778E0 background

This text has black color on #0778E0 background.


White color preview on #0778E0 background

This text has white color on #0778E0 background.