COLOR #242AD9

HEX: #242AD9
RGB: (36,42,217)

Color info

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

RGB color model

#242AD9 color RGB value is (36,42,217).

  • red value is 36;
  • green value is 42;
  • blue value is 217.
RGB:
(36,42,217)
(14%,16%,85%)

RGB channels and saturation

R 36 of 255 = 14%
G 42 of 255 = 16%
B 217 of 255 = 85%

36
42
217

R + G + B ~ 38%. #242AD9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 42 + 217 = 295 (100%)
R 36 of 295 ~ 12.2%
G 42 of 295 ~ 14.24%
B 217 of 295 ~ 73.56%

%12.2
%14.24
%73.56

CMYK color model

#242AD9 color CMYK value is (83,81,0,15).

  • cyan value is 83.41%
  • magenta value is 80.65%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(83,81,0,15)
C83M81Y0K15 
(83%,81%,0%,15%)
(0.83/0.81/0.00/0.15)	

CMYK percentages

%83.41
%80.65
%0
%14.9

Codes

Color #242AD9 in popluar color models

242AD9
RGB3642217
HSL238°71.54%49.61%
HSB/HSV238°83.41%85.10%
CMYK83.41%80.65%0.00%
14.90%

Color #242AD9 in popluar number systems.

HEX242AD9
Decimal3642217
Binary10010010101011011001
Octal4452331

Shades and tints

Shades of #242AD9

#242AD9
(36,42,217)
#2127C6
(33,39,198)
#1E24B3
(30,36,179)
#1B21A0
(27,33,160)
#181E8D
(24,30,141)
#151B7A
(21,27,122)
#121867
(18,24,103)
#0F1554
(15,21,84)
#0C1241
(12,18,65)
#090F2E
(9,15,46)
#060C1B
(6,12,27)
#000000
(0,0,0)

Tints of #242AD9

#242AD9
(36,42,217)
#373DDC
(55,61,220)
#4A50DF
(74,80,223)
#5D63E2
(93,99,226)
#7076E5
(112,118,229)
#8389E8
(131,137,232)
#969CEB
(150,156,235)
#A9AFEE
(169,175,238)
#BCC2F1
(188,194,241)
#CFD5F4
(207,213,244)
#E2E8F7
(226,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #242AD9 color. Also use rgb(36,42,217) instead hex code.

Text Font Color

.myTextColor { color: #242AD9; }

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

This text font color is #242AD9.


Background Color

.myBgColor { background-color: #242AD9; }

<div style="background-color:#242AD9">Inner text</div>

This div background color is #242AD9.


Border color

.myBorderColor { border: 1px solid #242AD9; }

<div style="border:3px solid #242AD9">Div</div>

This div border color is #242AD9.


Opacity

.myOpacity80 { color: #242AD9; opacity: 0.8; }

<p style="color:#242AD9;opacity:0.8;">80%</p>

Text with #242AD9 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 #242AD9;}

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

This text has shadow with #242AD9 color.

.textShadow {text-shadow: 3px 3px 1px #242AD9, 3px 3px 1px red;}

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

This text has shadow with #242AD9 primary color and red secondary color.


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

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

This text has shadow with #242AD9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242AD9 on black background.


Color preview on white background

This text has color #242AD9 on white background.



Black color preview on #242AD9 background

This text has black color on #242AD9 background.


White color preview on #242AD9 background

This text has white color on #242AD9 background.