COLOR #0795F9

HEX: #0795F9
RGB: (7,149,249)

Color info

#0795F9 contains mainly blue color. Web safe color of #0795F9 is #0099FF (or #09F).

RGB color model

#0795F9 color RGB value is (7,149,249).

  • red value is 7;
  • green value is 149;
  • blue value is 249.
RGB:
(7,149,249)
(3%,58%,98%)

RGB channels and saturation

R 7 of 255 = 3%
G 149 of 255 = 58%
B 249 of 255 = 98%

7
149
249

R + G + B ~ 53%. #0795F9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 149 + 249 = 405 (100%)
R 7 of 405 ~ 1.73%
G 149 of 405 ~ 36.79%
B 249 of 405 ~ 61.48%

%36.79
%61.48

CMYK color model

#0795F9 color CMYK value is (97,40,0,2).

  • cyan value is 97.19%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(97,40,0,2)
C97M40Y0K2 
(97%,40%,0%,2%)
(0.97/0.40/0.00/0.02)	

CMYK percentages

%97.19
%40.16
%0
%2.35

Codes

Color #0795F9 in popluar color models

0795F9
RGB7149249
HSL205°95.28%50.20%
HSB/HSV205°97.19%97.65%
CMYK97.19%40.16%0.00%
2.35%

Color #0795F9 in popluar number systems.

HEX0795F9
Decimal7149249
Binary1111001010111111001
Octal7225371

Shades and tints

Shades of #0795F9

#0795F9
(7,149,249)
#0788E3
(7,136,227)
#077BCD
(7,123,205)
#076EB7
(7,110,183)
#0761A1
(7,97,161)
#07548B
(7,84,139)
#074775
(7,71,117)
#073A5F
(7,58,95)
#072D49
(7,45,73)
#072033
(7,32,51)
#07131D
(7,19,29)
#000000
(0,0,0)

Tints of #0795F9

#0795F9
(7,149,249)
#1D9EF9
(29,158,249)
#33A7F9
(51,167,249)
#49B0F9
(73,176,249)
#5FB9F9
(95,185,249)
#75C2F9
(117,194,249)
#8BCBF9
(139,203,249)
#A1D4F9
(161,212,249)
#B7DDF9
(183,221,249)
#CDE6F9
(205,230,249)
#E3EFF9
(227,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0795F9 color. Also use rgb(7,149,249) instead hex code.

Text Font Color

.myTextColor { color: #0795F9; }

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

This text font color is #0795F9.


Background Color

.myBgColor { background-color: #0795F9; }

<div style="background-color:#0795F9">Inner text</div>

This div background color is #0795F9.


Border color

.myBorderColor { border: 1px solid #0795F9; }

<div style="border:3px solid #0795F9">Div</div>

This div border color is #0795F9.


Opacity

.myOpacity80 { color: #0795F9; opacity: 0.8; }

<p style="color:#0795F9;opacity:0.8;">80%</p>

Text with #0795F9 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 #0795F9;}

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

This text has shadow with #0795F9 color.

.textShadow {text-shadow: 3px 3px 1px #0795F9, 3px 3px 1px red;}

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

This text has shadow with #0795F9 primary color and red secondary color.


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

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

This text has shadow with #0795F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0795F9 on black background.


Color preview on white background

This text has color #0795F9 on white background.



Black color preview on #0795F9 background

This text has black color on #0795F9 background.


White color preview on #0795F9 background

This text has white color on #0795F9 background.