COLOR #1E7EF4

HEX: #1E7EF4
RGB: (30,126,244)

Renk bilgisi

#1E7EF4 contains mainly blue color. #1E7EF4 ‘ nin web güvenlik rengi #3366FF (ya da #36F) dir.

RGB renk modeli

#1E7EF4 color RGB value is (30,126,244).

  • kırmız ton 30;
  • yeşil ton 126;
  • mavi ton 244.
RGB:
(30,126,244)
(12%,49%,96%)

RGB bağlantıları ve doygunluk

R 30 of 255 = 12%
G 126 of 255 = 49%
B 244 of 255 = 96%

30
126
244

R + G + B ~ 52%. #1E7EF4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
30 + 126 + 244 = 400 (100%)
R 30 of 400 ~ 7.5%
G 126 of 400 ~ 31.5%
B 244 of 400 ~ 61%

%31.5
%61

CMYK RENK MODELİ

#1E7EF4 rengi CMYK tonu (88,48,0,4).

  • camgöbeği tonu 87.70%
  • eflatun tonu 48.36%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(88,48,0,4)
C88M48Y0K4 
(88%,48%,0%,4%)
(0.88/0.48/0.00/0.04)	

CMYK yüzdeleri

%87.7
%48.36
%0
%4.31

Codes

Color #1E7EF4 in popluar color models

1E7EF4
RGB30126244
HSL213°90.68%53.73%
HSB/HSV213°87.70%95.69%
CMYK87.70%48.36%0.00%
4.31%

Color #1E7EF4 in popluar number systems.

HEX1E7EF4
Decimal30126244
Binary11110111111011110100
Octal36176364

Shades and tints

Shades of #1E7EF4

#1E7EF4
(30,126,244)
#1C73DE
(28,115,222)
#1A68C8
(26,104,200)
#185DB2
(24,93,178)
#16529C
(22,82,156)
#144786
(20,71,134)
#123C70
(18,60,112)
#10315A
(16,49,90)
#0E2644
(14,38,68)
#0C1B2E
(12,27,46)
#0A1018
(10,16,24)
#000000
(0,0,0)

Tints of #1E7EF4

#1E7EF4
(30,126,244)
#3289F5
(50,137,245)
#4694F6
(70,148,246)
#5A9FF7
(90,159,247)
#6EAAF8
(110,170,248)
#82B5F9
(130,181,249)
#96C0FA
(150,192,250)
#AACBFB
(170,203,251)
#BED6FC
(190,214,252)
#D2E1FD
(210,225,253)
#E6ECFE
(230,236,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E7EF4 color. Also use rgb(30,126,244) instead hex code.

Text Font Color

.myTextColor { color: #1E7EF4; }

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

This text font color is #1E7EF4.


Background Color

.myBgColor { background-color: #1E7EF4; }

<div style="background-color:#1E7EF4">Inner text</div>

This div background color is #1E7EF4.


Border color

.myBorderColor { border: 1px solid #1E7EF4; }

<div style="border:3px solid #1E7EF4">Div</div>

This div border color is #1E7EF4.


Opacity

.myOpacity80 { color: #1E7EF4; opacity: 0.8; }

<p style="color:#1E7EF4;opacity:0.8;">80%</p>

Text with #1E7EF4 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 #1E7EF4;}

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

This text has shadow with #1E7EF4 color.

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

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

This text has shadow with #1E7EF4 primary color and red secondary color.


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

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

This text has shadow with #1E7EF4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7EF4 on black background.


Color preview on white background

This text has color #1E7EF4 on white background.



Black color preview on #1E7EF4 background

This text has black color on #1E7EF4 background.


White color preview on #1E7EF4 background

This text has white color on #1E7EF4 background.