COLOR #007BB8

HEX: #007BB8
RGB: (0,123,184)

Color info

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

RGB color model

#007BB8 color RGB value is (0,123,184).

  • red value is 0;
  • green value is 123;
  • blue value is 184.
RGB:
(0,123,184)
(0%,48%,72%)

RGB channels and saturation

R 0 of 255 = 0%
G 123 of 255 = 48%
B 184 of 255 = 72%

0
123
184

R + G + B ~ 40%. #007BB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 123 + 184 = 307 (100%)
R 0 of 307 ~ 0%
G 123 of 307 ~ 40.07%
B 184 of 307 ~ 59.93%

%40.07
%59.93

CMYK color model

#007BB8 color CMYK value is (100,33,0,28).

  • cyan value is 100.00%
  • magenta value is 33.15%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(100,33,0,28)
C100M33Y0K28 
(100%,33%,0%,28%)
(1.00/0.33/0.00/0.28)	

CMYK percentages

%100
%33.15
%0
%27.84

Codes

Color #007BB8 in popluar color models

007BB8
RGB0123184
HSL200°100.00%36.08%
HSB/HSV200°100.00%72.16%
CMYK100.00%33.15%0.00%
27.84%

Color #007BB8 in popluar number systems.

HEX007BB8
Decimal0123184
Binary0111101110111000
Octal0173270

Shades and tints

Shades of #007BB8

#007BB8
(0,123,184)
#0070A8
(0,112,168)
#006598
(0,101,152)
#005A88
(0,90,136)
#004F78
(0,79,120)
#004468
(0,68,104)
#003958
(0,57,88)
#002E48
(0,46,72)
#002338
(0,35,56)
#001828
(0,24,40)
#000D18
(0,13,24)
#000000
(0,0,0)

Tints of #007BB8

#007BB8
(0,123,184)
#1787BE
(23,135,190)
#2E93C4
(46,147,196)
#459FCA
(69,159,202)
#5CABD0
(92,171,208)
#73B7D6
(115,183,214)
#8AC3DC
(138,195,220)
#A1CFE2
(161,207,226)
#B8DBE8
(184,219,232)
#CFE7EE
(207,231,238)
#E6F3F4
(230,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007BB8 color. Also use rgb(0,123,184) instead hex code.

Text Font Color

.myTextColor { color: #007BB8; }

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

This text font color is #007BB8.


Background Color

.myBgColor { background-color: #007BB8; }

<div style="background-color:#007BB8">Inner text</div>

This div background color is #007BB8.


Border color

.myBorderColor { border: 1px solid #007BB8; }

<div style="border:3px solid #007BB8">Div</div>

This div border color is #007BB8.


Opacity

.myOpacity80 { color: #007BB8; opacity: 0.8; }

<p style="color:#007BB8;opacity:0.8;">80%</p>

Text with #007BB8 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 #007BB8;}

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

This text has shadow with #007BB8 color.

.textShadow {text-shadow: 3px 3px 1px #007BB8, 3px 3px 1px red;}

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

This text has shadow with #007BB8 primary color and red secondary color.


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

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

This text has shadow with #007BB8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007BB8 on black background.


Color preview on white background

This text has color #007BB8 on white background.



Black color preview on #007BB8 background

This text has black color on #007BB8 background.


White color preview on #007BB8 background

This text has white color on #007BB8 background.