COLOR #070DB9

HEX: #070DB9
RGB: (7,13,185)

Color info

#070DB9 contains mainly blue color. Web safe color of #070DB9 is #0000CC (or #00C).

RGB color model

#070DB9 color RGB value is (7,13,185).

  • red value is 7;
  • green value is 13;
  • blue value is 185.
RGB:
(7,13,185)
(3%,5%,73%)

RGB channels and saturation

R 7 of 255 = 3%
G 13 of 255 = 5%
B 185 of 255 = 73%

7
13
185

R + G + B ~ 27%. #070DB9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 13 + 185 = 205 (100%)
R 7 of 205 ~ 3.41%
G 13 of 205 ~ 6.34%
B 185 of 205 ~ 90.24%

%90.24

CMYK color model

#070DB9 color CMYK value is (96,93,0,27).

  • cyan value is 96.22%
  • magenta value is 92.97%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(96,93,0,27)
C96M93Y0K27 
(96%,93%,0%,27%)
(0.96/0.93/0.00/0.27)	

CMYK percentages

%96.22
%92.97
%0
%27.45

Codes

Color #070DB9 in popluar color models

070DB9
RGB713185
HSL238°92.71%37.65%
HSB/HSV238°96.22%72.55%
CMYK96.22%92.97%0.00%
27.45%

Color #070DB9 in popluar number systems.

HEX070DB9
Decimal713185
Binary111110110111001
Octal715271

Shades and tints

Shades of #070DB9

#070DB9
(7,13,185)
#070CA9
(7,12,169)
#070B99
(7,11,153)
#070A89
(7,10,137)
#070979
(7,9,121)
#070869
(7,8,105)
#070759
(7,7,89)
#070649
(7,6,73)
#070539
(7,5,57)
#070429
(7,4,41)
#070319
(7,3,25)
#000000
(0,0,0)

Tints of #070DB9

#070DB9
(7,13,185)
#1D23BF
(29,35,191)
#3339C5
(51,57,197)
#494FCB
(73,79,203)
#5F65D1
(95,101,209)
#757BD7
(117,123,215)
#8B91DD
(139,145,221)
#A1A7E3
(161,167,227)
#B7BDE9
(183,189,233)
#CDD3EF
(205,211,239)
#E3E9F5
(227,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070DB9 color. Also use rgb(7,13,185) instead hex code.

Text Font Color

.myTextColor { color: #070DB9; }

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

This text font color is #070DB9.


Background Color

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

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

This div background color is #070DB9.


Border color

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

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

This div border color is #070DB9.


Opacity

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

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

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

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

This text has shadow with #070DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070DB9 on black background.


Color preview on white background

This text has color #070DB9 on white background.



Black color preview on #070DB9 background

This text has black color on #070DB9 background.


White color preview on #070DB9 background

This text has white color on #070DB9 background.