COLOR #0719D0

HEX: #0719D0
RGB: (7,25,208)

Color info

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

RGB color model

#0719D0 color RGB value is (7,25,208).

  • red value is 7;
  • green value is 25;
  • blue value is 208.
RGB:
(7,25,208)
(3%,10%,82%)

RGB channels and saturation

R 7 of 255 = 3%
G 25 of 255 = 10%
B 208 of 255 = 82%

7
25
208

R + G + B ~ 32%. #0719D0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 25 + 208 = 240 (100%)
R 7 of 240 ~ 2.92%
G 25 of 240 ~ 10.42%
B 208 of 240 ~ 86.67%

%10.42
%86.67

CMYK color model

#0719D0 color CMYK value is (97,88,0,18).

  • cyan value is 96.63%
  • magenta value is 87.98%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(97,88,0,18)
C97M88Y0K18 
(97%,88%,0%,18%)
(0.97/0.88/0.00/0.18)	

CMYK percentages

%96.63
%87.98
%0
%18.43

Codes

Color #0719D0 in popluar color models

0719D0
RGB725208
HSL235°93.49%42.16%
HSB/HSV235°96.63%81.57%
CMYK96.63%87.98%0.00%
18.43%

Color #0719D0 in popluar number systems.

HEX0719D0
Decimal725208
Binary1111100111010000
Octal731320

Shades and tints

Shades of #0719D0

#0719D0
(7,25,208)
#0717BE
(7,23,190)
#0715AC
(7,21,172)
#07139A
(7,19,154)
#071188
(7,17,136)
#070F76
(7,15,118)
#070D64
(7,13,100)
#070B52
(7,11,82)
#070940
(7,9,64)
#07072E
(7,7,46)
#07051C
(7,5,28)
#000000
(0,0,0)

Tints of #0719D0

#0719D0
(7,25,208)
#1D2DD4
(29,45,212)
#3341D8
(51,65,216)
#4955DC
(73,85,220)
#5F69E0
(95,105,224)
#757DE4
(117,125,228)
#8B91E8
(139,145,232)
#A1A5EC
(161,165,236)
#B7B9F0
(183,185,240)
#CDCDF4
(205,205,244)
#E3E1F8
(227,225,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0719D0 color. Also use rgb(7,25,208) instead hex code.

Text Font Color

.myTextColor { color: #0719D0; }

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

This text font color is #0719D0.


Background Color

.myBgColor { background-color: #0719D0; }

<div style="background-color:#0719D0">Inner text</div>

This div background color is #0719D0.


Border color

.myBorderColor { border: 1px solid #0719D0; }

<div style="border:3px solid #0719D0">Div</div>

This div border color is #0719D0.


Opacity

.myOpacity80 { color: #0719D0; opacity: 0.8; }

<p style="color:#0719D0;opacity:0.8;">80%</p>

Text with #0719D0 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 #0719D0;}

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

This text has shadow with #0719D0 color.

.textShadow {text-shadow: 3px 3px 1px #0719D0, 3px 3px 1px red;}

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

This text has shadow with #0719D0 primary color and red secondary color.


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

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

This text has shadow with #0719D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0719D0 on black background.


Color preview on white background

This text has color #0719D0 on white background.



Black color preview on #0719D0 background

This text has black color on #0719D0 background.


White color preview on #0719D0 background

This text has white color on #0719D0 background.