COLOR #077BDD

HEX: #077BDD
RGB: (7,123,221)

Color info

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

RGB color model

#077BDD color RGB value is (7,123,221).

  • red value is 7;
  • green value is 123;
  • blue value is 221.
RGB:
(7,123,221)
(3%,48%,87%)

RGB channels and saturation

R 7 of 255 = 3%
G 123 of 255 = 48%
B 221 of 255 = 87%

7
123
221

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

Portions of RGB colors in percentages

R + G + B =
7 + 123 + 221 = 351 (100%)
R 7 of 351 ~ 1.99%
G 123 of 351 ~ 35.04%
B 221 of 351 ~ 62.96%

%35.04
%62.96

CMYK color model

#077BDD color CMYK value is (97,44,0,13).

  • cyan value is 96.83%
  • magenta value is 44.34%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(97,44,0,13)
C97M44Y0K13 
(97%,44%,0%,13%)
(0.97/0.44/0.00/0.13)	

CMYK percentages

%96.83
%44.34
%0
%13.33

Codes

Color #077BDD in popluar color models

077BDD
RGB7123221
HSL207°93.86%44.71%
HSB/HSV207°96.83%86.67%
CMYK96.83%44.34%0.00%
13.33%

Color #077BDD in popluar number systems.

HEX077BDD
Decimal7123221
Binary111111101111011101
Octal7173335

Shades and tints

Shades of #077BDD

#077BDD
(7,123,221)
#0770C9
(7,112,201)
#0765B5
(7,101,181)
#075AA1
(7,90,161)
#074F8D
(7,79,141)
#074479
(7,68,121)
#073965
(7,57,101)
#072E51
(7,46,81)
#07233D
(7,35,61)
#071829
(7,24,41)
#070D15
(7,13,21)
#000000
(0,0,0)

Tints of #077BDD

#077BDD
(7,123,221)
#1D87E0
(29,135,224)
#3393E3
(51,147,227)
#499FE6
(73,159,230)
#5FABE9
(95,171,233)
#75B7EC
(117,183,236)
#8BC3EF
(139,195,239)
#A1CFF2
(161,207,242)
#B7DBF5
(183,219,245)
#CDE7F8
(205,231,248)
#E3F3FB
(227,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077BDD color. Also use rgb(7,123,221) instead hex code.

Text Font Color

.myTextColor { color: #077BDD; }

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

This text font color is #077BDD.


Background Color

.myBgColor { background-color: #077BDD; }

<div style="background-color:#077BDD">Inner text</div>

This div background color is #077BDD.


Border color

.myBorderColor { border: 1px solid #077BDD; }

<div style="border:3px solid #077BDD">Div</div>

This div border color is #077BDD.


Opacity

.myOpacity80 { color: #077BDD; opacity: 0.8; }

<p style="color:#077BDD;opacity:0.8;">80%</p>

Text with #077BDD 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 #077BDD;}

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

This text has shadow with #077BDD color.

.textShadow {text-shadow: 3px 3px 1px #077BDD, 3px 3px 1px red;}

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

This text has shadow with #077BDD primary color and red secondary color.


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

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

This text has shadow with #077BDD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077BDD on black background.


Color preview on white background

This text has color #077BDD on white background.



Black color preview on #077BDD background

This text has black color on #077BDD background.


White color preview on #077BDD background

This text has white color on #077BDD background.