COLOR #31B0F4

HEX: #31B0F4
RGB: (49,176,244)

Color info

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

RGB color model

#31B0F4 color RGB value is (49,176,244).

  • red value is 49;
  • green value is 176;
  • blue value is 244.
RGB:
(49,176,244)
(19%,69%,96%)

RGB channels and saturation

R 49 of 255 = 19%
G 176 of 255 = 69%
B 244 of 255 = 96%

49
176
244

R + G + B ~ 61%. #31B0F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
49 + 176 + 244 = 469 (100%)
R 49 of 469 ~ 10.45%
G 176 of 469 ~ 37.53%
B 244 of 469 ~ 52.03%

%10.45
%37.53
%52.03

CMYK color model

#31B0F4 color CMYK value is (80,28,0,4).

  • cyan value is 79.92%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(80,28,0,4)
C80M28Y0K4 
(80%,28%,0%,4%)
(0.80/0.28/0.00/0.04)	

CMYK percentages

%79.92
%27.87
%0
%4.31

Codes

Color #31B0F4 in popluar color models

31B0F4
RGB49176244
HSL201°89.86%57.45%
HSB/HSV201°79.92%95.69%
CMYK79.92%27.87%0.00%
4.31%

Color #31B0F4 in popluar number systems.

HEX31B0F4
Decimal49176244
Binary1100011011000011110100
Octal61260364

Shades and tints

Shades of #31B0F4

#31B0F4
(49,176,244)
#2DA0DE
(45,160,222)
#2990C8
(41,144,200)
#2580B2
(37,128,178)
#21709C
(33,112,156)
#1D6086
(29,96,134)
#195070
(25,80,112)
#15405A
(21,64,90)
#113044
(17,48,68)
#0D202E
(13,32,46)
#091018
(9,16,24)
#000000
(0,0,0)

Tints of #31B0F4

#31B0F4
(49,176,244)
#43B7F5
(67,183,245)
#55BEF6
(85,190,246)
#67C5F7
(103,197,247)
#79CCF8
(121,204,248)
#8BD3F9
(139,211,249)
#9DDAFA
(157,218,250)
#AFE1FB
(175,225,251)
#C1E8FC
(193,232,252)
#D3EFFD
(211,239,253)
#E5F6FE
(229,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31B0F4 color. Also use rgb(49,176,244) instead hex code.

Text Font Color

.myTextColor { color: #31B0F4; }

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

This text font color is #31B0F4.


Background Color

.myBgColor { background-color: #31B0F4; }

<div style="background-color:#31B0F4">Inner text</div>

This div background color is #31B0F4.


Border color

.myBorderColor { border: 1px solid #31B0F4; }

<div style="border:3px solid #31B0F4">Div</div>

This div border color is #31B0F4.


Opacity

.myOpacity80 { color: #31B0F4; opacity: 0.8; }

<p style="color:#31B0F4;opacity:0.8;">80%</p>

Text with #31B0F4 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 #31B0F4;}

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

This text has shadow with #31B0F4 color.

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

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

This text has shadow with #31B0F4 primary color and red secondary color.


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

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

This text has shadow with #31B0F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31B0F4 on black background.


Color preview on white background

This text has color #31B0F4 on white background.



Black color preview on #31B0F4 background

This text has black color on #31B0F4 background.


White color preview on #31B0F4 background

This text has white color on #31B0F4 background.