COLOR #1B85DD

HEX: #1B85DD
RGB: (27,133,221)

Color info

#1B85DD contains mainly blue color. Web safe color of #1B85DD is #3399CC (or #39C).

RGB color model

#1B85DD color RGB value is (27,133,221).

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

RGB channels and saturation

R 27 of 255 = 11%
G 133 of 255 = 52%
B 221 of 255 = 87%

27
133
221

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

Portions of RGB colors in percentages

R + G + B =
27 + 133 + 221 = 381 (100%)
R 27 of 381 ~ 7.09%
G 133 of 381 ~ 34.91%
B 221 of 381 ~ 58.01%

%34.91
%58.01

CMYK color model

#1B85DD color CMYK value is (88,40,0,13).

  • cyan value is 87.78%
  • magenta value is 39.82%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(88,40,0,13)
C88M40Y0K13 
(88%,40%,0%,13%)
(0.88/0.40/0.00/0.13)	

CMYK percentages

%87.78
%39.82
%0
%13.33

Codes

Color #1B85DD in popluar color models

1B85DD
RGB27133221
HSL207°78.23%48.63%
HSB/HSV207°87.78%86.67%
CMYK87.78%39.82%0.00%
13.33%

Color #1B85DD in popluar number systems.

HEX1B85DD
Decimal27133221
Binary110111000010111011101
Octal33205335

Shades and tints

Shades of #1B85DD

#1B85DD
(27,133,221)
#1979C9
(25,121,201)
#176DB5
(23,109,181)
#1561A1
(21,97,161)
#13558D
(19,85,141)
#114979
(17,73,121)
#0F3D65
(15,61,101)
#0D3151
(13,49,81)
#0B253D
(11,37,61)
#091929
(9,25,41)
#070D15
(7,13,21)
#000000
(0,0,0)

Tints of #1B85DD

#1B85DD
(27,133,221)
#2F90E0
(47,144,224)
#439BE3
(67,155,227)
#57A6E6
(87,166,230)
#6BB1E9
(107,177,233)
#7FBCEC
(127,188,236)
#93C7EF
(147,199,239)
#A7D2F2
(167,210,242)
#BBDDF5
(187,221,245)
#CFE8F8
(207,232,248)
#E3F3FB
(227,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B85DD; }

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

This text font color is #1B85DD.


Background Color

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

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

This div background color is #1B85DD.


Border color

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

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

This div border color is #1B85DD.


Opacity

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

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

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

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

This text has shadow with #1B85DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B85DD on black background.


Color preview on white background

This text has color #1B85DD on white background.



Black color preview on #1B85DD background

This text has black color on #1B85DD background.


White color preview on #1B85DD background

This text has white color on #1B85DD background.