COLOR #1240E0

HEX: #1240E0
RGB: (18,64,224)

Color info

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

RGB color model

#1240E0 color RGB value is (18,64,224).

  • red value is 18;
  • green value is 64;
  • blue value is 224.
RGB:
(18,64,224)
(7%,25%,88%)

RGB channels and saturation

R 18 of 255 = 7%
G 64 of 255 = 25%
B 224 of 255 = 88%

18
64
224

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

Portions of RGB colors in percentages

R + G + B =
18 + 64 + 224 = 306 (100%)
R 18 of 306 ~ 5.88%
G 64 of 306 ~ 20.92%
B 224 of 306 ~ 73.2%

%20.92
%73.2

CMYK color model

#1240E0 color CMYK value is (92,71,0,12).

  • cyan value is 91.96%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(92,71,0,12)
C92M71Y0K12 
(92%,71%,0%,12%)
(0.92/0.71/0.00/0.12)	

CMYK percentages

%91.96
%71.43
%0
%12.16

Codes

Color #1240E0 in popluar color models

1240E0
RGB1864224
HSL227°85.12%47.45%
HSB/HSV227°91.96%87.84%
CMYK91.96%71.43%0.00%
12.16%

Color #1240E0 in popluar number systems.

HEX1240E0
Decimal1864224
Binary10010100000011100000
Octal22100340

Shades and tints

Shades of #1240E0

#1240E0
(18,64,224)
#113BCC
(17,59,204)
#1036B8
(16,54,184)
#0F31A4
(15,49,164)
#0E2C90
(14,44,144)
#0D277C
(13,39,124)
#0C2268
(12,34,104)
#0B1D54
(11,29,84)
#0A1840
(10,24,64)
#09132C
(9,19,44)
#080E18
(8,14,24)
#000000
(0,0,0)

Tints of #1240E0

#1240E0
(18,64,224)
#2751E2
(39,81,226)
#3C62E4
(60,98,228)
#5173E6
(81,115,230)
#6684E8
(102,132,232)
#7B95EA
(123,149,234)
#90A6EC
(144,166,236)
#A5B7EE
(165,183,238)
#BAC8F0
(186,200,240)
#CFD9F2
(207,217,242)
#E4EAF4
(228,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1240E0 color. Also use rgb(18,64,224) instead hex code.

Text Font Color

.myTextColor { color: #1240E0; }

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

This text font color is #1240E0.


Background Color

.myBgColor { background-color: #1240E0; }

<div style="background-color:#1240E0">Inner text</div>

This div background color is #1240E0.


Border color

.myBorderColor { border: 1px solid #1240E0; }

<div style="border:3px solid #1240E0">Div</div>

This div border color is #1240E0.


Opacity

.myOpacity80 { color: #1240E0; opacity: 0.8; }

<p style="color:#1240E0;opacity:0.8;">80%</p>

Text with #1240E0 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 #1240E0;}

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

This text has shadow with #1240E0 color.

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

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

This text has shadow with #1240E0 primary color and red secondary color.


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

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

This text has shadow with #1240E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1240E0 on black background.


Color preview on white background

This text has color #1240E0 on white background.



Black color preview on #1240E0 background

This text has black color on #1240E0 background.


White color preview on #1240E0 background

This text has white color on #1240E0 background.