COLOR #0072F0

HEX: #0072F0
RGB: (0,114,240)

Renk bilgisi

#0072F0 contains mainly blue color. #0072F0 ‘ nin web güvenlik rengi #0066FF (ya da #06F) dir.

RGB renk modeli

#0072F0 color RGB value is (0,114,240).

  • kırmız ton 0;
  • yeşil ton 114;
  • mavi ton 240.
RGB:
(0,114,240)
(0%,45%,94%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 114 of 255 = 45%
B 240 of 255 = 94%

0
114
240

R + G + B ~ 46%. #0072F0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 114 + 240 = 354 (100%)
R 0 of 354 ~ 0%
G 114 of 354 ~ 32.2%
B 240 of 354 ~ 67.8%

%32.2
%67.8

CMYK RENK MODELİ

#0072F0 rengi CMYK tonu (100,53,0,6).

  • camgöbeği tonu 100.00%
  • eflatun tonu 52.50%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(100,53,0,6)
C100M53Y0K6 
(100%,53%,0%,6%)
(1.00/0.53/0.00/0.06)	

CMYK yüzdeleri

%100
%52.5
%0
%5.88

Codes

Color #0072F0 in popluar color models

0072F0
RGB0114240
HSL212°100.00%47.06%
HSB/HSV212°100.00%94.12%
CMYK100.00%52.50%0.00%
5.88%

Color #0072F0 in popluar number systems.

HEX0072F0
Decimal0114240
Binary0111001011110000
Octal0162360

Shades and tints

Shades of #0072F0

#0072F0
(0,114,240)
#0068DB
(0,104,219)
#005EC6
(0,94,198)
#0054B1
(0,84,177)
#004A9C
(0,74,156)
#004087
(0,64,135)
#003672
(0,54,114)
#002C5D
(0,44,93)
#002248
(0,34,72)
#001833
(0,24,51)
#000E1E
(0,14,30)
#000000
(0,0,0)

Tints of #0072F0

#0072F0
(0,114,240)
#177EF1
(23,126,241)
#2E8AF2
(46,138,242)
#4596F3
(69,150,243)
#5CA2F4
(92,162,244)
#73AEF5
(115,174,245)
#8ABAF6
(138,186,246)
#A1C6F7
(161,198,247)
#B8D2F8
(184,210,248)
#CFDEF9
(207,222,249)
#E6EAFA
(230,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0072F0 color. Also use rgb(0,114,240) instead hex code.

Text Font Color

.myTextColor { color: #0072F0; }

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

This text font color is #0072F0.


Background Color

.myBgColor { background-color: #0072F0; }

<div style="background-color:#0072F0">Inner text</div>

This div background color is #0072F0.


Border color

.myBorderColor { border: 1px solid #0072F0; }

<div style="border:3px solid #0072F0">Div</div>

This div border color is #0072F0.


Opacity

.myOpacity80 { color: #0072F0; opacity: 0.8; }

<p style="color:#0072F0;opacity:0.8;">80%</p>

Text with #0072F0 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 #0072F0;}

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

This text has shadow with #0072F0 color.

.textShadow {text-shadow: 3px 3px 1px #0072F0, 3px 3px 1px red;}

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

This text has shadow with #0072F0 primary color and red secondary color.


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

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

This text has shadow with #0072F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0072F0 on black background.


Color preview on white background

This text has color #0072F0 on white background.



Black color preview on #0072F0 background

This text has black color on #0072F0 background.


White color preview on #0072F0 background

This text has white color on #0072F0 background.