COLOR #2440DB

HEX: #2440DB
RGB: (36,64,219)

Color info

#2440DB contains mainly blue color. Web safe color of #2440DB is #3333CC (or #33C).

RGB color model

#2440DB color RGB value is (36,64,219).

  • red value is 36;
  • green value is 64;
  • blue value is 219.
RGB:
(36,64,219)
(14%,25%,86%)

RGB channels and saturation

R 36 of 255 = 14%
G 64 of 255 = 25%
B 219 of 255 = 86%

36
64
219

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

Portions of RGB colors in percentages

R + G + B =
36 + 64 + 219 = 319 (100%)
R 36 of 319 ~ 11.29%
G 64 of 319 ~ 20.06%
B 219 of 319 ~ 68.65%

%11.29
%20.06
%68.65

CMYK color model

#2440DB color CMYK value is (84,71,0,14).

  • cyan value is 83.56%
  • magenta value is 70.78%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(84,71,0,14)
C84M71Y0K14 
(84%,71%,0%,14%)
(0.84/0.71/0.00/0.14)	

CMYK percentages

%83.56
%70.78
%0
%14.12

Codes

Color #2440DB in popluar color models

2440DB
RGB3664219
HSL231°71.76%50.00%
HSB/HSV231°83.56%85.88%
CMYK83.56%70.78%0.00%
14.12%

Color #2440DB in popluar number systems.

HEX2440DB
Decimal3664219
Binary100100100000011011011
Octal44100333

Shades and tints

Shades of #2440DB

#2440DB
(36,64,219)
#213BC8
(33,59,200)
#1E36B5
(30,54,181)
#1B31A2
(27,49,162)
#182C8F
(24,44,143)
#15277C
(21,39,124)
#122269
(18,34,105)
#0F1D56
(15,29,86)
#0C1843
(12,24,67)
#091330
(9,19,48)
#060E1D
(6,14,29)
#000000
(0,0,0)

Tints of #2440DB

#2440DB
(36,64,219)
#3751DE
(55,81,222)
#4A62E1
(74,98,225)
#5D73E4
(93,115,228)
#7084E7
(112,132,231)
#8395EA
(131,149,234)
#96A6ED
(150,166,237)
#A9B7F0
(169,183,240)
#BCC8F3
(188,200,243)
#CFD9F6
(207,217,246)
#E2EAF9
(226,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2440DB color. Also use rgb(36,64,219) instead hex code.

Text Font Color

.myTextColor { color: #2440DB; }

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

This text font color is #2440DB.


Background Color

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

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

This div background color is #2440DB.


Border color

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

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

This div border color is #2440DB.


Opacity

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

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

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

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

This text has shadow with #2440DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2440DB on black background.


Color preview on white background

This text has color #2440DB on white background.



Black color preview on #2440DB background

This text has black color on #2440DB background.


White color preview on #2440DB background

This text has white color on #2440DB background.