COLOR #0070B8

HEX: #0070B8
RGB: (0,112,184)

Color info

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

RGB color model

#0070B8 color RGB value is (0,112,184).

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

RGB channels and saturation

R 0 of 255 = 0%
G 112 of 255 = 44%
B 184 of 255 = 72%

0
112
184

R + G + B ~ 39%. #0070B8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 112 + 184 = 296 (100%)
R 0 of 296 ~ 0%
G 112 of 296 ~ 37.84%
B 184 of 296 ~ 62.16%

%37.84
%62.16

CMYK color model

#0070B8 color CMYK value is (100,39,0,28).

  • cyan value is 100.00%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(100,39,0,28)
C100M39Y0K28 
(100%,39%,0%,28%)
(1.00/0.39/0.00/0.28)	

CMYK percentages

%100
%39.13
%0
%27.84

Codes

Color #0070B8 in popluar color models

0070B8
RGB0112184
HSL203°100.00%36.08%
HSB/HSV203°100.00%72.16%
CMYK100.00%39.13%0.00%
27.84%

Color #0070B8 in popluar number systems.

HEX0070B8
Decimal0112184
Binary0111000010111000
Octal0160270

Shades and tints

Shades of #0070B8

#0070B8
(0,112,184)
#0066A8
(0,102,168)
#005C98
(0,92,152)
#005288
(0,82,136)
#004878
(0,72,120)
#003E68
(0,62,104)
#003458
(0,52,88)
#002A48
(0,42,72)
#002038
(0,32,56)
#001628
(0,22,40)
#000C18
(0,12,24)
#000000
(0,0,0)

Tints of #0070B8

#0070B8
(0,112,184)
#177DBE
(23,125,190)
#2E8AC4
(46,138,196)
#4597CA
(69,151,202)
#5CA4D0
(92,164,208)
#73B1D6
(115,177,214)
#8ABEDC
(138,190,220)
#A1CBE2
(161,203,226)
#B8D8E8
(184,216,232)
#CFE5EE
(207,229,238)
#E6F2F4
(230,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0070B8 color. Also use rgb(0,112,184) instead hex code.

Text Font Color

.myTextColor { color: #0070B8; }

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

This text font color is #0070B8.


Background Color

.myBgColor { background-color: #0070B8; }

<div style="background-color:#0070B8">Inner text</div>

This div background color is #0070B8.


Border color

.myBorderColor { border: 1px solid #0070B8; }

<div style="border:3px solid #0070B8">Div</div>

This div border color is #0070B8.


Opacity

.myOpacity80 { color: #0070B8; opacity: 0.8; }

<p style="color:#0070B8;opacity:0.8;">80%</p>

Text with #0070B8 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 #0070B8;}

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

This text has shadow with #0070B8 color.

.textShadow {text-shadow: 3px 3px 1px #0070B8, 3px 3px 1px red;}

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

This text has shadow with #0070B8 primary color and red secondary color.


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

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

This text has shadow with #0070B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0070B8 on black background.


Color preview on white background

This text has color #0070B8 on white background.



Black color preview on #0070B8 background

This text has black color on #0070B8 background.


White color preview on #0070B8 background

This text has white color on #0070B8 background.