COLOR #124CF4

HEX: #124CF4
RGB: (18,76,244)

Color info

#124CF4 contains mainly blue color. Web safe color of #124CF4 is #0033FF (or #03F).

RGB color model

#124CF4 color RGB value is (18,76,244).

  • red value is 18;
  • green value is 76;
  • blue value is 244.
RGB:
(18,76,244)
(7%,30%,96%)

RGB channels and saturation

R 18 of 255 = 7%
G 76 of 255 = 30%
B 244 of 255 = 96%

18
76
244

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

Portions of RGB colors in percentages

R + G + B =
18 + 76 + 244 = 338 (100%)
R 18 of 338 ~ 5.33%
G 76 of 338 ~ 22.49%
B 244 of 338 ~ 72.19%

%22.49
%72.19

CMYK color model

#124CF4 color CMYK value is (93,69,0,4).

  • cyan value is 92.62%
  • magenta value is 68.85%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(93,69,0,4)
C93M69Y0K4 
(93%,69%,0%,4%)
(0.93/0.69/0.00/0.04)	

CMYK percentages

%92.62
%68.85
%0
%4.31

Codes

Color #124CF4 in popluar color models

124CF4
RGB1876244
HSL225°91.13%51.37%
HSB/HSV225°92.62%95.69%
CMYK92.62%68.85%0.00%
4.31%

Color #124CF4 in popluar number systems.

HEX124CF4
Decimal1876244
Binary10010100110011110100
Octal22114364

Shades and tints

Shades of #124CF4

#124CF4
(18,76,244)
#1146DE
(17,70,222)
#1040C8
(16,64,200)
#0F3AB2
(15,58,178)
#0E349C
(14,52,156)
#0D2E86
(13,46,134)
#0C2870
(12,40,112)
#0B225A
(11,34,90)
#0A1C44
(10,28,68)
#09162E
(9,22,46)
#081018
(8,16,24)
#000000
(0,0,0)

Tints of #124CF4

#124CF4
(18,76,244)
#275CF5
(39,92,245)
#3C6CF6
(60,108,246)
#517CF7
(81,124,247)
#668CF8
(102,140,248)
#7B9CF9
(123,156,249)
#90ACFA
(144,172,250)
#A5BCFB
(165,188,251)
#BACCFC
(186,204,252)
#CFDCFD
(207,220,253)
#E4ECFE
(228,236,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124CF4 color. Also use rgb(18,76,244) instead hex code.

Text Font Color

.myTextColor { color: #124CF4; }

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

This text font color is #124CF4.


Background Color

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

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

This div background color is #124CF4.


Border color

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

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

This div border color is #124CF4.


Opacity

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

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

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

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

This text has shadow with #124CF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124CF4 on black background.


Color preview on white background

This text has color #124CF4 on white background.



Black color preview on #124CF4 background

This text has black color on #124CF4 background.


White color preview on #124CF4 background

This text has white color on #124CF4 background.