COLOR #074DF7

HEX: #074DF7
RGB: (7,77,247)

Renk bilgisi

#074DF7 contains mainly blue color. #074DF7 ‘ nin web güvenlik rengi #0033FF (ya da #03F) dir.

RGB renk modeli

#074DF7 color RGB value is (7,77,247).

  • kırmız ton 7;
  • yeşil ton 77;
  • mavi ton 247.
RGB:
(7,77,247)
(3%,30%,97%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 77 of 255 = 30%
B 247 of 255 = 97%

7
77
247

R + G + B ~ 43%. #074DF7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 77 + 247 = 331 (100%)
R 7 of 331 ~ 2.11%
G 77 of 331 ~ 23.26%
B 247 of 331 ~ 74.62%

%23.26
%74.62

CMYK RENK MODELİ

#074DF7 rengi CMYK tonu (97,69,0,3).

  • camgöbeği tonu 97.17%
  • eflatun tonu 68.83%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(97,69,0,3)
C97M69Y0K3 
(97%,69%,0%,3%)
(0.97/0.69/0.00/0.03)	

CMYK yüzdeleri

%97.17
%68.83
%0
%3.14

Codes

Color #074DF7 in popluar color models

074DF7
RGB777247
HSL223°94.49%49.80%
HSB/HSV223°97.17%96.86%
CMYK97.17%68.83%0.00%
3.14%

Color #074DF7 in popluar number systems.

HEX074DF7
Decimal777247
Binary111100110111110111
Octal7115367

Shades and tints

Shades of #074DF7

#074DF7
(7,77,247)
#0746E1
(7,70,225)
#073FCB
(7,63,203)
#0738B5
(7,56,181)
#07319F
(7,49,159)
#072A89
(7,42,137)
#072373
(7,35,115)
#071C5D
(7,28,93)
#071547
(7,21,71)
#070E31
(7,14,49)
#07071B
(7,7,27)
#000000
(0,0,0)

Tints of #074DF7

#074DF7
(7,77,247)
#1D5DF7
(29,93,247)
#336DF7
(51,109,247)
#497DF7
(73,125,247)
#5F8DF7
(95,141,247)
#759DF7
(117,157,247)
#8BADF7
(139,173,247)
#A1BDF7
(161,189,247)
#B7CDF7
(183,205,247)
#CDDDF7
(205,221,247)
#E3EDF7
(227,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074DF7 color. Also use rgb(7,77,247) instead hex code.

Text Font Color

.myTextColor { color: #074DF7; }

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

This text font color is #074DF7.


Background Color

.myBgColor { background-color: #074DF7; }

<div style="background-color:#074DF7">Inner text</div>

This div background color is #074DF7.


Border color

.myBorderColor { border: 1px solid #074DF7; }

<div style="border:3px solid #074DF7">Div</div>

This div border color is #074DF7.


Opacity

.myOpacity80 { color: #074DF7; opacity: 0.8; }

<p style="color:#074DF7;opacity:0.8;">80%</p>

Text with #074DF7 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 #074DF7;}

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

This text has shadow with #074DF7 color.

.textShadow {text-shadow: 3px 3px 1px #074DF7, 3px 3px 1px red;}

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

This text has shadow with #074DF7 primary color and red secondary color.


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

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

This text has shadow with #074DF7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074DF7 on black background.


Color preview on white background

This text has color #074DF7 on white background.



Black color preview on #074DF7 background

This text has black color on #074DF7 background.


White color preview on #074DF7 background

This text has white color on #074DF7 background.