COLOR #1B85EA

HEX: #1B85EA
RGB: (27,133,234)

Color info

#1B85EA contains mainly blue color. Web safe color of #1B85EA is #3399FF (or #39F).

RGB color model

#1B85EA color RGB value is (27,133,234).

  • red value is 27;
  • green value is 133;
  • blue value is 234.
RGB:
(27,133,234)
(11%,52%,92%)

RGB channels and saturation

R 27 of 255 = 11%
G 133 of 255 = 52%
B 234 of 255 = 92%

27
133
234

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

Portions of RGB colors in percentages

R + G + B =
27 + 133 + 234 = 394 (100%)
R 27 of 394 ~ 6.85%
G 133 of 394 ~ 33.76%
B 234 of 394 ~ 59.39%

%33.76
%59.39

CMYK color model

#1B85EA color CMYK value is (88,43,0,8).

  • cyan value is 88.46%
  • magenta value is 43.16%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(88,43,0,8)
C88M43Y0K8 
(88%,43%,0%,8%)
(0.88/0.43/0.00/0.08)	

CMYK percentages

%88.46
%43.16
%0
%8.24

Codes

Color #1B85EA in popluar color models

1B85EA
RGB27133234
HSL209°83.13%51.18%
HSB/HSV209°88.46%91.76%
CMYK88.46%43.16%0.00%
8.24%

Color #1B85EA in popluar number systems.

HEX1B85EA
Decimal27133234
Binary110111000010111101010
Octal33205352

Shades and tints

Shades of #1B85EA

#1B85EA
(27,133,234)
#1979D5
(25,121,213)
#176DC0
(23,109,192)
#1561AB
(21,97,171)
#135596
(19,85,150)
#114981
(17,73,129)
#0F3D6C
(15,61,108)
#0D3157
(13,49,87)
#0B2542
(11,37,66)
#09192D
(9,25,45)
#070D18
(7,13,24)
#000000
(0,0,0)

Tints of #1B85EA

#1B85EA
(27,133,234)
#2F90EB
(47,144,235)
#439BEC
(67,155,236)
#57A6ED
(87,166,237)
#6BB1EE
(107,177,238)
#7FBCEF
(127,188,239)
#93C7F0
(147,199,240)
#A7D2F1
(167,210,241)
#BBDDF2
(187,221,242)
#CFE8F3
(207,232,243)
#E3F3F4
(227,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B85EA color. Also use rgb(27,133,234) instead hex code.

Text Font Color

.myTextColor { color: #1B85EA; }

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

This text font color is #1B85EA.


Background Color

.myBgColor { background-color: #1B85EA; }

<div style="background-color:#1B85EA">Inner text</div>

This div background color is #1B85EA.


Border color

.myBorderColor { border: 1px solid #1B85EA; }

<div style="border:3px solid #1B85EA">Div</div>

This div border color is #1B85EA.


Opacity

.myOpacity80 { color: #1B85EA; opacity: 0.8; }

<p style="color:#1B85EA;opacity:0.8;">80%</p>

Text with #1B85EA 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 #1B85EA;}

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

This text has shadow with #1B85EA color.

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

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

This text has shadow with #1B85EA primary color and red secondary color.


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

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

This text has shadow with #1B85EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B85EA on black background.


Color preview on white background

This text has color #1B85EA on white background.



Black color preview on #1B85EA background

This text has black color on #1B85EA background.


White color preview on #1B85EA background

This text has white color on #1B85EA background.