COLOR #1475DC

HEX: #1475DC
RGB: (20,117,220)

Renk bilgisi

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

RGB renk modeli

#1475DC color RGB value is (20,117,220).

  • kırmız ton 20;
  • yeşil ton 117;
  • mavi ton 220.
RGB:
(20,117,220)
(8%,46%,86%)

RGB bağlantıları ve doygunluk

R 20 of 255 = 8%
G 117 of 255 = 46%
B 220 of 255 = 86%

20
117
220

R + G + B ~ 47%. #1475DC is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
20 + 117 + 220 = 357 (100%)
R 20 of 357 ~ 5.6%
G 117 of 357 ~ 32.77%
B 220 of 357 ~ 61.62%

%32.77
%61.62

CMYK RENK MODELİ

#1475DC rengi CMYK tonu (91,47,0,14).

  • camgöbeği tonu 90.91%
  • eflatun tonu 46.82%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(91,47,0,14)
C91M47Y0K14 
(91%,47%,0%,14%)
(0.91/0.47/0.00/0.14)	

CMYK yüzdeleri

%90.91
%46.82
%0
%13.73

Codes

Color #1475DC in popluar color models

1475DC
RGB20117220
HSL211°83.33%47.06%
HSB/HSV211°90.91%86.27%
CMYK90.91%46.82%0.00%
13.73%

Color #1475DC in popluar number systems.

HEX1475DC
Decimal20117220
Binary10100111010111011100
Octal24165334

Shades and tints

Shades of #1475DC

#1475DC
(20,117,220)
#136BC8
(19,107,200)
#1261B4
(18,97,180)
#1157A0
(17,87,160)
#104D8C
(16,77,140)
#0F4378
(15,67,120)
#0E3964
(14,57,100)
#0D2F50
(13,47,80)
#0C253C
(12,37,60)
#0B1B28
(11,27,40)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #1475DC

#1475DC
(20,117,220)
#2981DF
(41,129,223)
#3E8DE2
(62,141,226)
#5399E5
(83,153,229)
#68A5E8
(104,165,232)
#7DB1EB
(125,177,235)
#92BDEE
(146,189,238)
#A7C9F1
(167,201,241)
#BCD5F4
(188,213,244)
#D1E1F7
(209,225,247)
#E6EDFA
(230,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1475DC color. Also use rgb(20,117,220) instead hex code.

Text Font Color

.myTextColor { color: #1475DC; }

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

This text font color is #1475DC.


Background Color

.myBgColor { background-color: #1475DC; }

<div style="background-color:#1475DC">Inner text</div>

This div background color is #1475DC.


Border color

.myBorderColor { border: 1px solid #1475DC; }

<div style="border:3px solid #1475DC">Div</div>

This div border color is #1475DC.


Opacity

.myOpacity80 { color: #1475DC; opacity: 0.8; }

<p style="color:#1475DC;opacity:0.8;">80%</p>

Text with #1475DC 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 #1475DC;}

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

This text has shadow with #1475DC color.

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

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

This text has shadow with #1475DC primary color and red secondary color.


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

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

This text has shadow with #1475DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1475DC on black background.


Color preview on white background

This text has color #1475DC on white background.



Black color preview on #1475DC background

This text has black color on #1475DC background.


White color preview on #1475DC background

This text has white color on #1475DC background.