COLOR #1F9CEE

HEX: #1F9CEE
RGB: (31,156,238)

Color info

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

RGB color model

#1F9CEE color RGB value is (31,156,238).

  • red value is 31;
  • green value is 156;
  • blue value is 238.
RGB:
(31,156,238)
(12%,61%,93%)

RGB channels and saturation

R 31 of 255 = 12%
G 156 of 255 = 61%
B 238 of 255 = 93%

31
156
238

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

Portions of RGB colors in percentages

R + G + B =
31 + 156 + 238 = 425 (100%)
R 31 of 425 ~ 7.29%
G 156 of 425 ~ 36.71%
B 238 of 425 ~ 56%

%36.71
%56

CMYK color model

#1F9CEE color CMYK value is (87,34,0,7).

  • cyan value is 86.97%
  • magenta value is 34.45%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(87,34,0,7)
C87M34Y0K7 
(87%,34%,0%,7%)
(0.87/0.34/0.00/0.07)	

CMYK percentages

%86.97
%34.45
%0
%6.67

Codes

Color #1F9CEE in popluar color models

1F9CEE
RGB31156238
HSL204°85.89%52.75%
HSB/HSV204°86.97%93.33%
CMYK86.97%34.45%0.00%
6.67%

Color #1F9CEE in popluar number systems.

HEX1F9CEE
Decimal31156238
Binary111111001110011101110
Octal37234356

Shades and tints

Shades of #1F9CEE

#1F9CEE
(31,156,238)
#1D8ED9
(29,142,217)
#1B80C4
(27,128,196)
#1972AF
(25,114,175)
#17649A
(23,100,154)
#155685
(21,86,133)
#134870
(19,72,112)
#113A5B
(17,58,91)
#0F2C46
(15,44,70)
#0D1E31
(13,30,49)
#0B101C
(11,16,28)
#000000
(0,0,0)

Tints of #1F9CEE

#1F9CEE
(31,156,238)
#33A5EF
(51,165,239)
#47AEF0
(71,174,240)
#5BB7F1
(91,183,241)
#6FC0F2
(111,192,242)
#83C9F3
(131,201,243)
#97D2F4
(151,210,244)
#ABDBF5
(171,219,245)
#BFE4F6
(191,228,246)
#D3EDF7
(211,237,247)
#E7F6F8
(231,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F9CEE color. Also use rgb(31,156,238) instead hex code.

Text Font Color

.myTextColor { color: #1F9CEE; }

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

This text font color is #1F9CEE.


Background Color

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

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

This div background color is #1F9CEE.


Border color

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

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

This div border color is #1F9CEE.


Opacity

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

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

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

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

This text has shadow with #1F9CEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F9CEE on black background.


Color preview on white background

This text has color #1F9CEE on white background.



Black color preview on #1F9CEE background

This text has black color on #1F9CEE background.


White color preview on #1F9CEE background

This text has white color on #1F9CEE background.