COLOR #0079E4

HEX: #0079E4
RGB: (0,121,228)

Renk bilgisi

#0079E4 contains mainly blue color. #0079E4 ‘ nin web güvenlik rengi #0066CC (ya da #06C) dir.

RGB renk modeli

#0079E4 color RGB value is (0,121,228).

  • kırmız ton 0;
  • yeşil ton 121;
  • mavi ton 228.
RGB:
(0,121,228)
(0%,47%,89%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 121 of 255 = 47%
B 228 of 255 = 89%

0
121
228

R + G + B ~ 45%. #0079E4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 121 + 228 = 349 (100%)
R 0 of 349 ~ 0%
G 121 of 349 ~ 34.67%
B 228 of 349 ~ 65.33%

%34.67
%65.33

CMYK RENK MODELİ

#0079E4 rengi CMYK tonu (100,47,0,11).

  • camgöbeği tonu 100.00%
  • eflatun tonu 46.93%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(100,47,0,11)
C100M47Y0K11 
(100%,47%,0%,11%)
(1.00/0.47/0.00/0.11)	

CMYK yüzdeleri

%100
%46.93
%0
%10.59

Codes

Color #0079E4 in popluar color models

0079E4
RGB0121228
HSL208°100.00%44.71%
HSB/HSV208°100.00%89.41%
CMYK100.00%46.93%0.00%
10.59%

Color #0079E4 in popluar number systems.

HEX0079E4
Decimal0121228
Binary0111100111100100
Octal0171344

Shades and tints

Shades of #0079E4

#0079E4
(0,121,228)
#006ED0
(0,110,208)
#0063BC
(0,99,188)
#0058A8
(0,88,168)
#004D94
(0,77,148)
#004280
(0,66,128)
#00376C
(0,55,108)
#002C58
(0,44,88)
#002144
(0,33,68)
#001630
(0,22,48)
#000B1C
(0,11,28)
#000000
(0,0,0)

Tints of #0079E4

#0079E4
(0,121,228)
#1785E6
(23,133,230)
#2E91E8
(46,145,232)
#459DEA
(69,157,234)
#5CA9EC
(92,169,236)
#73B5EE
(115,181,238)
#8AC1F0
(138,193,240)
#A1CDF2
(161,205,242)
#B8D9F4
(184,217,244)
#CFE5F6
(207,229,246)
#E6F1F8
(230,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0079E4 color. Also use rgb(0,121,228) instead hex code.

Text Font Color

.myTextColor { color: #0079E4; }

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

This text font color is #0079E4.


Background Color

.myBgColor { background-color: #0079E4; }

<div style="background-color:#0079E4">Inner text</div>

This div background color is #0079E4.


Border color

.myBorderColor { border: 1px solid #0079E4; }

<div style="border:3px solid #0079E4">Div</div>

This div border color is #0079E4.


Opacity

.myOpacity80 { color: #0079E4; opacity: 0.8; }

<p style="color:#0079E4;opacity:0.8;">80%</p>

Text with #0079E4 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 #0079E4;}

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

This text has shadow with #0079E4 color.

.textShadow {text-shadow: 3px 3px 1px #0079E4, 3px 3px 1px red;}

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

This text has shadow with #0079E4 primary color and red secondary color.


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

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

This text has shadow with #0079E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0079E4 on black background.


Color preview on white background

This text has color #0079E4 on white background.



Black color preview on #0079E4 background

This text has black color on #0079E4 background.


White color preview on #0079E4 background

This text has white color on #0079E4 background.