COLOR #1446D2

HEX: #1446D2
RGB: (20,70,210)

Color info

#1446D2 contains mainly blue color. Web safe color of #1446D2 is #0033CC (or #03C).

RGB color model

#1446D2 color RGB value is (20,70,210).

  • red value is 20;
  • green value is 70;
  • blue value is 210.
RGB:
(20,70,210)
(8%,27%,82%)

RGB channels and saturation

R 20 of 255 = 8%
G 70 of 255 = 27%
B 210 of 255 = 82%

20
70
210

R + G + B ~ 39%. #1446D2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 70 + 210 = 300 (100%)
R 20 of 300 ~ 6.67%
G 70 of 300 ~ 23.33%
B 210 of 300 ~ 70%

%23.33
%70

CMYK color model

#1446D2 color CMYK value is (90,67,0,18).

  • cyan value is 90.48%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(90,67,0,18)
C90M67Y0K18 
(90%,67%,0%,18%)
(0.90/0.67/0.00/0.18)	

CMYK percentages

%90.48
%66.67
%0
%17.65

Codes

Color #1446D2 in popluar color models

1446D2
RGB2070210
HSL224°82.61%45.10%
HSB/HSV224°90.48%82.35%
CMYK90.48%66.67%0.00%
17.65%

Color #1446D2 in popluar number systems.

HEX1446D2
Decimal2070210
Binary10100100011011010010
Octal24106322

Shades and tints

Shades of #1446D2

#1446D2
(20,70,210)
#1340BF
(19,64,191)
#123AAC
(18,58,172)
#113499
(17,52,153)
#102E86
(16,46,134)
#0F2873
(15,40,115)
#0E2260
(14,34,96)
#0D1C4D
(13,28,77)
#0C163A
(12,22,58)
#0B1027
(11,16,39)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #1446D2

#1446D2
(20,70,210)
#2956D6
(41,86,214)
#3E66DA
(62,102,218)
#5376DE
(83,118,222)
#6886E2
(104,134,226)
#7D96E6
(125,150,230)
#92A6EA
(146,166,234)
#A7B6EE
(167,182,238)
#BCC6F2
(188,198,242)
#D1D6F6
(209,214,246)
#E6E6FA
(230,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1446D2 color. Also use rgb(20,70,210) instead hex code.

Text Font Color

.myTextColor { color: #1446D2; }

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

This text font color is #1446D2.


Background Color

.myBgColor { background-color: #1446D2; }

<div style="background-color:#1446D2">Inner text</div>

This div background color is #1446D2.


Border color

.myBorderColor { border: 1px solid #1446D2; }

<div style="border:3px solid #1446D2">Div</div>

This div border color is #1446D2.


Opacity

.myOpacity80 { color: #1446D2; opacity: 0.8; }

<p style="color:#1446D2;opacity:0.8;">80%</p>

Text with #1446D2 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 #1446D2;}

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

This text has shadow with #1446D2 color.

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

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

This text has shadow with #1446D2 primary color and red secondary color.


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

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

This text has shadow with #1446D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1446D2 on black background.


Color preview on white background

This text has color #1446D2 on white background.



Black color preview on #1446D2 background

This text has black color on #1446D2 background.


White color preview on #1446D2 background

This text has white color on #1446D2 background.