COLOR #124AD6

HEX: #124AD6
RGB: (18,74,214)

Color info

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

RGB color model

#124AD6 color RGB value is (18,74,214).

  • red value is 18;
  • green value is 74;
  • blue value is 214.
RGB:
(18,74,214)
(7%,29%,84%)

RGB channels and saturation

R 18 of 255 = 7%
G 74 of 255 = 29%
B 214 of 255 = 84%

18
74
214

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

Portions of RGB colors in percentages

R + G + B =
18 + 74 + 214 = 306 (100%)
R 18 of 306 ~ 5.88%
G 74 of 306 ~ 24.18%
B 214 of 306 ~ 69.93%

%24.18
%69.93

CMYK color model

#124AD6 color CMYK value is (92,65,0,16).

  • cyan value is 91.59%
  • magenta value is 65.42%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(92,65,0,16)
C92M65Y0K16 
(92%,65%,0%,16%)
(0.92/0.65/0.00/0.16)	

CMYK percentages

%91.59
%65.42
%0
%16.08

Codes

Color #124AD6 in popluar color models

124AD6
RGB1874214
HSL223°84.48%45.49%
HSB/HSV223°91.59%83.92%
CMYK91.59%65.42%0.00%
16.08%

Color #124AD6 in popluar number systems.

HEX124AD6
Decimal1874214
Binary10010100101011010110
Octal22112326

Shades and tints

Shades of #124AD6

#124AD6
(18,74,214)
#1144C3
(17,68,195)
#103EB0
(16,62,176)
#0F389D
(15,56,157)
#0E328A
(14,50,138)
#0D2C77
(13,44,119)
#0C2664
(12,38,100)
#0B2051
(11,32,81)
#0A1A3E
(10,26,62)
#09142B
(9,20,43)
#080E18
(8,14,24)
#000000
(0,0,0)

Tints of #124AD6

#124AD6
(18,74,214)
#275AD9
(39,90,217)
#3C6ADC
(60,106,220)
#517ADF
(81,122,223)
#668AE2
(102,138,226)
#7B9AE5
(123,154,229)
#90AAE8
(144,170,232)
#A5BAEB
(165,186,235)
#BACAEE
(186,202,238)
#CFDAF1
(207,218,241)
#E4EAF4
(228,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124AD6 color. Also use rgb(18,74,214) instead hex code.

Text Font Color

.myTextColor { color: #124AD6; }

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

This text font color is #124AD6.


Background Color

.myBgColor { background-color: #124AD6; }

<div style="background-color:#124AD6">Inner text</div>

This div background color is #124AD6.


Border color

.myBorderColor { border: 1px solid #124AD6; }

<div style="border:3px solid #124AD6">Div</div>

This div border color is #124AD6.


Opacity

.myOpacity80 { color: #124AD6; opacity: 0.8; }

<p style="color:#124AD6;opacity:0.8;">80%</p>

Text with #124AD6 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 #124AD6;}

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

This text has shadow with #124AD6 color.

.textShadow {text-shadow: 3px 3px 1px #124AD6, 3px 3px 1px red;}

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

This text has shadow with #124AD6 primary color and red secondary color.


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

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

This text has shadow with #124AD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124AD6 on black background.


Color preview on white background

This text has color #124AD6 on white background.



Black color preview on #124AD6 background

This text has black color on #124AD6 background.


White color preview on #124AD6 background

This text has white color on #124AD6 background.