COLOR #1F6CDB

HEX: #1F6CDB
RGB: (31,108,219)

Color info

#1F6CDB contains mainly blue color. Web safe color of #1F6CDB is #3366CC (or #36C).

RGB color model

#1F6CDB color RGB value is (31,108,219).

  • red value is 31;
  • green value is 108;
  • blue value is 219.
RGB:
(31,108,219)
(12%,42%,86%)

RGB channels and saturation

R 31 of 255 = 12%
G 108 of 255 = 42%
B 219 of 255 = 86%

31
108
219

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

Portions of RGB colors in percentages

R + G + B =
31 + 108 + 219 = 358 (100%)
R 31 of 358 ~ 8.66%
G 108 of 358 ~ 30.17%
B 219 of 358 ~ 61.17%

%30.17
%61.17

CMYK color model

#1F6CDB color CMYK value is (86,51,0,14).

  • cyan value is 85.84%
  • magenta value is 50.68%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(86,51,0,14)
C86M51Y0K14 
(86%,51%,0%,14%)
(0.86/0.51/0.00/0.14)	

CMYK percentages

%85.84
%50.68
%0
%14.12

Codes

Color #1F6CDB in popluar color models

1F6CDB
RGB31108219
HSL215°75.20%49.02%
HSB/HSV215°85.84%85.88%
CMYK85.84%50.68%0.00%
14.12%

Color #1F6CDB in popluar number systems.

HEX1F6CDB
Decimal31108219
Binary11111110110011011011
Octal37154333

Shades and tints

Shades of #1F6CDB

#1F6CDB
(31,108,219)
#1D63C8
(29,99,200)
#1B5AB5
(27,90,181)
#1951A2
(25,81,162)
#17488F
(23,72,143)
#153F7C
(21,63,124)
#133669
(19,54,105)
#112D56
(17,45,86)
#0F2443
(15,36,67)
#0D1B30
(13,27,48)
#0B121D
(11,18,29)
#000000
(0,0,0)

Tints of #1F6CDB

#1F6CDB
(31,108,219)
#3379DE
(51,121,222)
#4786E1
(71,134,225)
#5B93E4
(91,147,228)
#6FA0E7
(111,160,231)
#83ADEA
(131,173,234)
#97BAED
(151,186,237)
#ABC7F0
(171,199,240)
#BFD4F3
(191,212,243)
#D3E1F6
(211,225,246)
#E7EEF9
(231,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F6CDB color. Also use rgb(31,108,219) instead hex code.

Text Font Color

.myTextColor { color: #1F6CDB; }

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

This text font color is #1F6CDB.


Background Color

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

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

This div background color is #1F6CDB.


Border color

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

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

This div border color is #1F6CDB.


Opacity

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

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

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

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

This text has shadow with #1F6CDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F6CDB on black background.


Color preview on white background

This text has color #1F6CDB on white background.



Black color preview on #1F6CDB background

This text has black color on #1F6CDB background.


White color preview on #1F6CDB background

This text has white color on #1F6CDB background.