COLOR #124AE3

HEX: #124AE3
RGB: (18,74,227)

Color info

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

RGB color model

#124AE3 color RGB value is (18,74,227).

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

RGB channels and saturation

R 18 of 255 = 7%
G 74 of 255 = 29%
B 227 of 255 = 89%

18
74
227

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

Portions of RGB colors in percentages

R + G + B =
18 + 74 + 227 = 319 (100%)
R 18 of 319 ~ 5.64%
G 74 of 319 ~ 23.2%
B 227 of 319 ~ 71.16%

%23.2
%71.16

CMYK color model

#124AE3 color CMYK value is (92,67,0,11).

  • cyan value is 92.07%
  • magenta value is 67.40%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(92,67,0,11)
C92M67Y0K11 
(92%,67%,0%,11%)
(0.92/0.67/0.00/0.11)	

CMYK percentages

%92.07
%67.4
%0
%10.98

Codes

Color #124AE3 in popluar color models

124AE3
RGB1874227
HSL224°85.31%48.04%
HSB/HSV224°92.07%89.02%
CMYK92.07%67.40%0.00%
10.98%

Color #124AE3 in popluar number systems.

HEX124AE3
Decimal1874227
Binary10010100101011100011
Octal22112343

Shades and tints

Shades of #124AE3

#124AE3
(18,74,227)
#1144CF
(17,68,207)
#103EBB
(16,62,187)
#0F38A7
(15,56,167)
#0E3293
(14,50,147)
#0D2C7F
(13,44,127)
#0C266B
(12,38,107)
#0B2057
(11,32,87)
#0A1A43
(10,26,67)
#09142F
(9,20,47)
#080E1B
(8,14,27)
#000000
(0,0,0)

Tints of #124AE3

#124AE3
(18,74,227)
#275AE5
(39,90,229)
#3C6AE7
(60,106,231)
#517AE9
(81,122,233)
#668AEB
(102,138,235)
#7B9AED
(123,154,237)
#90AAEF
(144,170,239)
#A5BAF1
(165,186,241)
#BACAF3
(186,202,243)
#CFDAF5
(207,218,245)
#E4EAF7
(228,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124AE3; }

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

This text font color is #124AE3.


Background Color

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

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

This div background color is #124AE3.


Border color

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

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

This div border color is #124AE3.


Opacity

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

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

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

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

This text has shadow with #124AE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124AE3 on black background.


Color preview on white background

This text has color #124AE3 on white background.



Black color preview on #124AE3 background

This text has black color on #124AE3 background.


White color preview on #124AE3 background

This text has white color on #124AE3 background.