COLOR #074AD5

HEX: #074AD5
RGB: (7,74,213)

Renk bilgisi

#074AD5 contains mainly blue color. #074AD5 ‘ nin web güvenlik rengi #0033CC (ya da #03C) dir.

RGB renk modeli

#074AD5 color RGB value is (7,74,213).

  • kırmız ton 7;
  • yeşil ton 74;
  • mavi ton 213.
RGB:
(7,74,213)
(3%,29%,84%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 74 of 255 = 29%
B 213 of 255 = 84%

7
74
213

R + G + B ~ 39%. #074AD5 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 74 + 213 = 294 (100%)
R 7 of 294 ~ 2.38%
G 74 of 294 ~ 25.17%
B 213 of 294 ~ 72.45%

%25.17
%72.45

CMYK RENK MODELİ

#074AD5 rengi CMYK tonu (97,65,0,16).

  • camgöbeği tonu 96.71%
  • eflatun tonu 65.26%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(97,65,0,16)
C97M65Y0K16 
(97%,65%,0%,16%)
(0.97/0.65/0.00/0.16)	

CMYK yüzdeleri

%96.71
%65.26
%0
%16.47

Codes

Color #074AD5 in popluar color models

074AD5
RGB774213
HSL220°93.64%43.14%
HSB/HSV220°96.71%83.53%
CMYK96.71%65.26%0.00%
16.47%

Color #074AD5 in popluar number systems.

HEX074AD5
Decimal774213
Binary111100101011010101
Octal7112325

Shades and tints

Shades of #074AD5

#074AD5
(7,74,213)
#0744C2
(7,68,194)
#073EAF
(7,62,175)
#07389C
(7,56,156)
#073289
(7,50,137)
#072C76
(7,44,118)
#072663
(7,38,99)
#072050
(7,32,80)
#071A3D
(7,26,61)
#07142A
(7,20,42)
#070E17
(7,14,23)
#000000
(0,0,0)

Tints of #074AD5

#074AD5
(7,74,213)
#1D5AD8
(29,90,216)
#336ADB
(51,106,219)
#497ADE
(73,122,222)
#5F8AE1
(95,138,225)
#759AE4
(117,154,228)
#8BAAE7
(139,170,231)
#A1BAEA
(161,186,234)
#B7CAED
(183,202,237)
#CDDAF0
(205,218,240)
#E3EAF3
(227,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074AD5 color. Also use rgb(7,74,213) instead hex code.

Text Font Color

.myTextColor { color: #074AD5; }

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

This text font color is #074AD5.


Background Color

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

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

This div background color is #074AD5.


Border color

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

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

This div border color is #074AD5.


Opacity

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

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

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

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

This text has shadow with #074AD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074AD5 on black background.


Color preview on white background

This text has color #074AD5 on white background.



Black color preview on #074AD5 background

This text has black color on #074AD5 background.


White color preview on #074AD5 background

This text has white color on #074AD5 background.