COLOR #1886EF

HEX: #1886EF
RGB: (24,134,239)

Color info

#1886EF contains mainly blue color. Web safe color of #1886EF is #0099FF (or #09F).

RGB color model

#1886EF color RGB value is (24,134,239).

  • red value is 24;
  • green value is 134;
  • blue value is 239.
RGB:
(24,134,239)
(9%,53%,94%)

RGB channels and saturation

R 24 of 255 = 9%
G 134 of 255 = 53%
B 239 of 255 = 94%

24
134
239

R + G + B ~ 52%. #1886EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
24 + 134 + 239 = 397 (100%)
R 24 of 397 ~ 6.05%
G 134 of 397 ~ 33.75%
B 239 of 397 ~ 60.2%

%33.75
%60.2

CMYK color model

#1886EF color CMYK value is (90,44,0,6).

  • cyan value is 89.96%
  • magenta value is 43.93%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(90,44,0,6)
C90M44Y0K6 
(90%,44%,0%,6%)
(0.90/0.44/0.00/0.06)	

CMYK percentages

%89.96
%43.93
%0
%6.27

Codes

Color #1886EF in popluar color models

1886EF
RGB24134239
HSL209°87.04%51.57%
HSB/HSV209°89.96%93.73%
CMYK89.96%43.93%0.00%
6.27%

Color #1886EF in popluar number systems.

HEX1886EF
Decimal24134239
Binary110001000011011101111
Octal30206357

Shades and tints

Shades of #1886EF

#1886EF
(24,134,239)
#167ADA
(22,122,218)
#146EC5
(20,110,197)
#1262B0
(18,98,176)
#10569B
(16,86,155)
#0E4A86
(14,74,134)
#0C3E71
(12,62,113)
#0A325C
(10,50,92)
#082647
(8,38,71)
#061A32
(6,26,50)
#040E1D
(4,14,29)
#000000
(0,0,0)

Tints of #1886EF

#1886EF
(24,134,239)
#2D91F0
(45,145,240)
#429CF1
(66,156,241)
#57A7F2
(87,167,242)
#6CB2F3
(108,178,243)
#81BDF4
(129,189,244)
#96C8F5
(150,200,245)
#ABD3F6
(171,211,246)
#C0DEF7
(192,222,247)
#D5E9F8
(213,233,248)
#EAF4F9
(234,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1886EF color. Also use rgb(24,134,239) instead hex code.

Text Font Color

.myTextColor { color: #1886EF; }

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

This text font color is #1886EF.


Background Color

.myBgColor { background-color: #1886EF; }

<div style="background-color:#1886EF">Inner text</div>

This div background color is #1886EF.


Border color

.myBorderColor { border: 1px solid #1886EF; }

<div style="border:3px solid #1886EF">Div</div>

This div border color is #1886EF.


Opacity

.myOpacity80 { color: #1886EF; opacity: 0.8; }

<p style="color:#1886EF;opacity:0.8;">80%</p>

Text with #1886EF 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 #1886EF;}

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

This text has shadow with #1886EF color.

.textShadow {text-shadow: 3px 3px 1px #1886EF, 3px 3px 1px red;}

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

This text has shadow with #1886EF primary color and red secondary color.


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

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

This text has shadow with #1886EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1886EF on black background.


Color preview on white background

This text has color #1886EF on white background.



Black color preview on #1886EF background

This text has black color on #1886EF background.


White color preview on #1886EF background

This text has white color on #1886EF background.