COLOR #070CF6

HEX: #070CF6
RGB: (7,12,246)

Color info

#070CF6 contains mainly blue color. Web safe color of #070CF6 is #0000FF (or #00F).

RGB color model

#070CF6 color RGB value is (7,12,246).

  • red value is 7;
  • green value is 12;
  • blue value is 246.
RGB:
(7,12,246)
(3%,5%,96%)

RGB channels and saturation

R 7 of 255 = 3%
G 12 of 255 = 5%
B 246 of 255 = 96%

7
12
246

R + G + B ~ 35%. #070CF6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 12 + 246 = 265 (100%)
R 7 of 265 ~ 2.64%
G 12 of 265 ~ 4.53%
B 246 of 265 ~ 92.83%

%92.83

CMYK color model

#070CF6 color CMYK value is (97,95,0,4).

  • cyan value is 97.15%
  • magenta value is 95.12%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(97,95,0,4)
C97M95Y0K4 
(97%,95%,0%,4%)
(0.97/0.95/0.00/0.04)	

CMYK percentages

%97.15
%95.12
%0
%3.53

Codes

Color #070CF6 in popluar color models

070CF6
RGB712246
HSL239°94.47%49.61%
HSB/HSV239°97.15%96.47%
CMYK97.15%95.12%0.00%
3.53%

Color #070CF6 in popluar number systems.

HEX070CF6
Decimal712246
Binary111110011110110
Octal714366

Shades and tints

Shades of #070CF6

#070CF6
(7,12,246)
#070BE0
(7,11,224)
#070ACA
(7,10,202)
#0709B4
(7,9,180)
#07089E
(7,8,158)
#070788
(7,7,136)
#070672
(7,6,114)
#07055C
(7,5,92)
#070446
(7,4,70)
#070330
(7,3,48)
#07021A
(7,2,26)
#000000
(0,0,0)

Tints of #070CF6

#070CF6
(7,12,246)
#1D22F6
(29,34,246)
#3338F6
(51,56,246)
#494EF6
(73,78,246)
#5F64F6
(95,100,246)
#757AF6
(117,122,246)
#8B90F6
(139,144,246)
#A1A6F6
(161,166,246)
#B7BCF6
(183,188,246)
#CDD2F6
(205,210,246)
#E3E8F6
(227,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070CF6 color. Also use rgb(7,12,246) instead hex code.

Text Font Color

.myTextColor { color: #070CF6; }

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

This text font color is #070CF6.


Background Color

.myBgColor { background-color: #070CF6; }

<div style="background-color:#070CF6">Inner text</div>

This div background color is #070CF6.


Border color

.myBorderColor { border: 1px solid #070CF6; }

<div style="border:3px solid #070CF6">Div</div>

This div border color is #070CF6.


Opacity

.myOpacity80 { color: #070CF6; opacity: 0.8; }

<p style="color:#070CF6;opacity:0.8;">80%</p>

Text with #070CF6 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 #070CF6;}

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

This text has shadow with #070CF6 color.

.textShadow {text-shadow: 3px 3px 1px #070CF6, 3px 3px 1px red;}

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

This text has shadow with #070CF6 primary color and red secondary color.


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

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

This text has shadow with #070CF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070CF6 on black background.


Color preview on white background

This text has color #070CF6 on white background.



Black color preview on #070CF6 background

This text has black color on #070CF6 background.


White color preview on #070CF6 background

This text has white color on #070CF6 background.