COLOR #0798E6

HEX: #0798E6
RGB: (7,152,230)

Color info

#0798E6 contains mainly blue color. Web safe color of #0798E6 is #0099CC (or #09C).

RGB color model

#0798E6 color RGB value is (7,152,230).

  • red value is 7;
  • green value is 152;
  • blue value is 230.
RGB:
(7,152,230)
(3%,60%,90%)

RGB channels and saturation

R 7 of 255 = 3%
G 152 of 255 = 60%
B 230 of 255 = 90%

7
152
230

R + G + B ~ 51%. #0798E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 152 + 230 = 389 (100%)
R 7 of 389 ~ 1.8%
G 152 of 389 ~ 39.07%
B 230 of 389 ~ 59.13%

%39.07
%59.13

CMYK color model

#0798E6 color CMYK value is (97,34,0,10).

  • cyan value is 96.96%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(97,34,0,10)
C97M34Y0K10 
(97%,34%,0%,10%)
(0.97/0.34/0.00/0.10)	

CMYK percentages

%96.96
%33.91
%0
%9.8

Codes

Color #0798E6 in popluar color models

0798E6
RGB7152230
HSL201°94.09%46.47%
HSB/HSV201°96.96%90.20%
CMYK96.96%33.91%0.00%
9.80%

Color #0798E6 in popluar number systems.

HEX0798E6
Decimal7152230
Binary1111001100011100110
Octal7230346

Shades and tints

Shades of #0798E6

#0798E6
(7,152,230)
#078BD2
(7,139,210)
#077EBE
(7,126,190)
#0771AA
(7,113,170)
#076496
(7,100,150)
#075782
(7,87,130)
#074A6E
(7,74,110)
#073D5A
(7,61,90)
#073046
(7,48,70)
#072332
(7,35,50)
#07161E
(7,22,30)
#000000
(0,0,0)

Tints of #0798E6

#0798E6
(7,152,230)
#1DA1E8
(29,161,232)
#33AAEA
(51,170,234)
#49B3EC
(73,179,236)
#5FBCEE
(95,188,238)
#75C5F0
(117,197,240)
#8BCEF2
(139,206,242)
#A1D7F4
(161,215,244)
#B7E0F6
(183,224,246)
#CDE9F8
(205,233,248)
#E3F2FA
(227,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0798E6 color. Also use rgb(7,152,230) instead hex code.

Text Font Color

.myTextColor { color: #0798E6; }

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

This text font color is #0798E6.


Background Color

.myBgColor { background-color: #0798E6; }

<div style="background-color:#0798E6">Inner text</div>

This div background color is #0798E6.


Border color

.myBorderColor { border: 1px solid #0798E6; }

<div style="border:3px solid #0798E6">Div</div>

This div border color is #0798E6.


Opacity

.myOpacity80 { color: #0798E6; opacity: 0.8; }

<p style="color:#0798E6;opacity:0.8;">80%</p>

Text with #0798E6 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 #0798E6;}

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

This text has shadow with #0798E6 color.

.textShadow {text-shadow: 3px 3px 1px #0798E6, 3px 3px 1px red;}

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

This text has shadow with #0798E6 primary color and red secondary color.


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

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

This text has shadow with #0798E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0798E6 on black background.


Color preview on white background

This text has color #0798E6 on white background.



Black color preview on #0798E6 background

This text has black color on #0798E6 background.


White color preview on #0798E6 background

This text has white color on #0798E6 background.