COLOR #112DD7

HEX: #112DD7
RGB: (17,45,215)

Color info

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

RGB color model

#112DD7 color RGB value is (17,45,215).

  • red value is 17;
  • green value is 45;
  • blue value is 215.
RGB:
(17,45,215)
(7%,18%,84%)

RGB channels and saturation

R 17 of 255 = 7%
G 45 of 255 = 18%
B 215 of 255 = 84%

17
45
215

R + G + B ~ 36%. #112DD7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 45 + 215 = 277 (100%)
R 17 of 277 ~ 6.14%
G 45 of 277 ~ 16.25%
B 215 of 277 ~ 77.62%

%16.25
%77.62

CMYK color model

#112DD7 color CMYK value is (92,79,0,16).

  • cyan value is 92.09%
  • magenta value is 79.07%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(92,79,0,16)
C92M79Y0K16 
(92%,79%,0%,16%)
(0.92/0.79/0.00/0.16)	

CMYK percentages

%92.09
%79.07
%0
%15.69

Codes

Color #112DD7 in popluar color models

112DD7
RGB1745215
HSL232°85.34%45.49%
HSB/HSV232°92.09%84.31%
CMYK92.09%79.07%0.00%
15.69%

Color #112DD7 in popluar number systems.

HEX112DD7
Decimal1745215
Binary1000110110111010111
Octal2155327

Shades and tints

Shades of #112DD7

#112DD7
(17,45,215)
#1029C4
(16,41,196)
#0F25B1
(15,37,177)
#0E219E
(14,33,158)
#0D1D8B
(13,29,139)
#0C1978
(12,25,120)
#0B1565
(11,21,101)
#0A1152
(10,17,82)
#090D3F
(9,13,63)
#08092C
(8,9,44)
#070519
(7,5,25)
#000000
(0,0,0)

Tints of #112DD7

#112DD7
(17,45,215)
#2640DA
(38,64,218)
#3B53DD
(59,83,221)
#5066E0
(80,102,224)
#6579E3
(101,121,227)
#7A8CE6
(122,140,230)
#8F9FE9
(143,159,233)
#A4B2EC
(164,178,236)
#B9C5EF
(185,197,239)
#CED8F2
(206,216,242)
#E3EBF5
(227,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112DD7 color. Also use rgb(17,45,215) instead hex code.

Text Font Color

.myTextColor { color: #112DD7; }

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

This text font color is #112DD7.


Background Color

.myBgColor { background-color: #112DD7; }

<div style="background-color:#112DD7">Inner text</div>

This div background color is #112DD7.


Border color

.myBorderColor { border: 1px solid #112DD7; }

<div style="border:3px solid #112DD7">Div</div>

This div border color is #112DD7.


Opacity

.myOpacity80 { color: #112DD7; opacity: 0.8; }

<p style="color:#112DD7;opacity:0.8;">80%</p>

Text with #112DD7 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 #112DD7;}

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

This text has shadow with #112DD7 color.

.textShadow {text-shadow: 3px 3px 1px #112DD7, 3px 3px 1px red;}

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

This text has shadow with #112DD7 primary color and red secondary color.


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

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

This text has shadow with #112DD7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112DD7 on black background.


Color preview on white background

This text has color #112DD7 on white background.



Black color preview on #112DD7 background

This text has black color on #112DD7 background.


White color preview on #112DD7 background

This text has white color on #112DD7 background.