COLOR #0070F0

HEX: #0070F0
RGB: (0,112,240)

Color info

#0070F0 contains mainly blue color. Web safe color of #0070F0 is #0066FF (or #06F).

RGB color model

#0070F0 color RGB value is (0,112,240).

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

RGB channels and saturation

R 0 of 255 = 0%
G 112 of 255 = 44%
B 240 of 255 = 94%

0
112
240

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

Portions of RGB colors in percentages

R + G + B =
0 + 112 + 240 = 352 (100%)
R 0 of 352 ~ 0%
G 112 of 352 ~ 31.82%
B 240 of 352 ~ 68.18%

%31.82
%68.18

CMYK color model

#0070F0 color CMYK value is (100,53,0,6).

  • cyan value is 100.00%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(100,53,0,6)
C100M53Y0K6 
(100%,53%,0%,6%)
(1.00/0.53/0.00/0.06)	

CMYK percentages

%100
%53.33
%0
%5.88

Codes

Color #0070F0 in popluar color models

0070F0
RGB0112240
HSL212°100.00%47.06%
HSB/HSV212°100.00%94.12%
CMYK100.00%53.33%0.00%
5.88%

Color #0070F0 in popluar number systems.

HEX0070F0
Decimal0112240
Binary0111000011110000
Octal0160360

Shades and tints

Shades of #0070F0

#0070F0
(0,112,240)
#0066DB
(0,102,219)
#005CC6
(0,92,198)
#0052B1
(0,82,177)
#00489C
(0,72,156)
#003E87
(0,62,135)
#003472
(0,52,114)
#002A5D
(0,42,93)
#002048
(0,32,72)
#001633
(0,22,51)
#000C1E
(0,12,30)
#000000
(0,0,0)

Tints of #0070F0

#0070F0
(0,112,240)
#177DF1
(23,125,241)
#2E8AF2
(46,138,242)
#4597F3
(69,151,243)
#5CA4F4
(92,164,244)
#73B1F5
(115,177,245)
#8ABEF6
(138,190,246)
#A1CBF7
(161,203,247)
#B8D8F8
(184,216,248)
#CFE5F9
(207,229,249)
#E6F2FA
(230,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0070F0; }

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

This text font color is #0070F0.


Background Color

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

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

This div background color is #0070F0.


Border color

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

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

This div border color is #0070F0.


Opacity

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

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

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

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

This text has shadow with #0070F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0070F0 on black background.


Color preview on white background

This text has color #0070F0 on white background.



Black color preview on #0070F0 background

This text has black color on #0070F0 background.


White color preview on #0070F0 background

This text has white color on #0070F0 background.