COLOR #1F85DA

HEX: #1F85DA
RGB: (31,133,218)

Color info

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

RGB color model

#1F85DA color RGB value is (31,133,218).

  • red value is 31;
  • green value is 133;
  • blue value is 218.
RGB:
(31,133,218)
(12%,52%,85%)

RGB channels and saturation

R 31 of 255 = 12%
G 133 of 255 = 52%
B 218 of 255 = 85%

31
133
218

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

Portions of RGB colors in percentages

R + G + B =
31 + 133 + 218 = 382 (100%)
R 31 of 382 ~ 8.12%
G 133 of 382 ~ 34.82%
B 218 of 382 ~ 57.07%

%34.82
%57.07

CMYK color model

#1F85DA color CMYK value is (86,39,0,15).

  • cyan value is 85.78%
  • magenta value is 38.99%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(86,39,0,15)
C86M39Y0K15 
(86%,39%,0%,15%)
(0.86/0.39/0.00/0.15)	

CMYK percentages

%85.78
%38.99
%0
%14.51

Codes

Color #1F85DA in popluar color models

1F85DA
RGB31133218
HSL207°75.10%48.82%
HSB/HSV207°85.78%85.49%
CMYK85.78%38.99%0.00%
14.51%

Color #1F85DA in popluar number systems.

HEX1F85DA
Decimal31133218
Binary111111000010111011010
Octal37205332

Shades and tints

Shades of #1F85DA

#1F85DA
(31,133,218)
#1D79C7
(29,121,199)
#1B6DB4
(27,109,180)
#1961A1
(25,97,161)
#17558E
(23,85,142)
#15497B
(21,73,123)
#133D68
(19,61,104)
#113155
(17,49,85)
#0F2542
(15,37,66)
#0D192F
(13,25,47)
#0B0D1C
(11,13,28)
#000000
(0,0,0)

Tints of #1F85DA

#1F85DA
(31,133,218)
#3390DD
(51,144,221)
#479BE0
(71,155,224)
#5BA6E3
(91,166,227)
#6FB1E6
(111,177,230)
#83BCE9
(131,188,233)
#97C7EC
(151,199,236)
#ABD2EF
(171,210,239)
#BFDDF2
(191,221,242)
#D3E8F5
(211,232,245)
#E7F3F8
(231,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F85DA color. Also use rgb(31,133,218) instead hex code.

Text Font Color

.myTextColor { color: #1F85DA; }

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

This text font color is #1F85DA.


Background Color

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

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

This div background color is #1F85DA.


Border color

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

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

This div border color is #1F85DA.


Opacity

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

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

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

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

This text has shadow with #1F85DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F85DA on black background.


Color preview on white background

This text has color #1F85DA on white background.



Black color preview on #1F85DA background

This text has black color on #1F85DA background.


White color preview on #1F85DA background

This text has white color on #1F85DA background.