COLOR #1441DB

HEX: #1441DB
RGB: (20,65,219)

Color info

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

RGB color model

#1441DB color RGB value is (20,65,219).

  • red value is 20;
  • green value is 65;
  • blue value is 219.
RGB:
(20,65,219)
(8%,25%,86%)

RGB channels and saturation

R 20 of 255 = 8%
G 65 of 255 = 25%
B 219 of 255 = 86%

20
65
219

R + G + B ~ 40%. #1441DB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 65 + 219 = 304 (100%)
R 20 of 304 ~ 6.58%
G 65 of 304 ~ 21.38%
B 219 of 304 ~ 72.04%

%21.38
%72.04

CMYK color model

#1441DB color CMYK value is (91,70,0,14).

  • cyan value is 90.87%
  • magenta value is 70.32%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(91,70,0,14)
C91M70Y0K14 
(91%,70%,0%,14%)
(0.91/0.70/0.00/0.14)	

CMYK percentages

%90.87
%70.32
%0
%14.12

Codes

Color #1441DB in popluar color models

1441DB
RGB2065219
HSL226°83.26%46.86%
HSB/HSV226°90.87%85.88%
CMYK90.87%70.32%0.00%
14.12%

Color #1441DB in popluar number systems.

HEX1441DB
Decimal2065219
Binary10100100000111011011
Octal24101333

Shades and tints

Shades of #1441DB

#1441DB
(20,65,219)
#133CC8
(19,60,200)
#1237B5
(18,55,181)
#1132A2
(17,50,162)
#102D8F
(16,45,143)
#0F287C
(15,40,124)
#0E2369
(14,35,105)
#0D1E56
(13,30,86)
#0C1943
(12,25,67)
#0B1430
(11,20,48)
#0A0F1D
(10,15,29)
#000000
(0,0,0)

Tints of #1441DB

#1441DB
(20,65,219)
#2952DE
(41,82,222)
#3E63E1
(62,99,225)
#5374E4
(83,116,228)
#6885E7
(104,133,231)
#7D96EA
(125,150,234)
#92A7ED
(146,167,237)
#A7B8F0
(167,184,240)
#BCC9F3
(188,201,243)
#D1DAF6
(209,218,246)
#E6EBF9
(230,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1441DB color. Also use rgb(20,65,219) instead hex code.

Text Font Color

.myTextColor { color: #1441DB; }

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

This text font color is #1441DB.


Background Color

.myBgColor { background-color: #1441DB; }

<div style="background-color:#1441DB">Inner text</div>

This div background color is #1441DB.


Border color

.myBorderColor { border: 1px solid #1441DB; }

<div style="border:3px solid #1441DB">Div</div>

This div border color is #1441DB.


Opacity

.myOpacity80 { color: #1441DB; opacity: 0.8; }

<p style="color:#1441DB;opacity:0.8;">80%</p>

Text with #1441DB 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 #1441DB;}

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

This text has shadow with #1441DB color.

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

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

This text has shadow with #1441DB primary color and red secondary color.


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

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

This text has shadow with #1441DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1441DB on black background.


Color preview on white background

This text has color #1441DB on white background.



Black color preview on #1441DB background

This text has black color on #1441DB background.


White color preview on #1441DB background

This text has white color on #1441DB background.