COLOR #0031F0

HEX: #0031F0
RGB: (0,49,240)

Color info

#0031F0 contains mainly blue color. Web safe color of #0031F0 is #0033FF (or #03F).

RGB color model

#0031F0 color RGB value is (0,49,240).

  • red value is 0;
  • green value is 49;
  • blue value is 240.
RGB:
(0,49,240)
(0%,19%,94%)

RGB channels and saturation

R 0 of 255 = 0%
G 49 of 255 = 19%
B 240 of 255 = 94%

0
49
240

R + G + B ~ 38%. #0031F0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 49 + 240 = 289 (100%)
R 0 of 289 ~ 0%
G 49 of 289 ~ 16.96%
B 240 of 289 ~ 83.04%

%16.96
%83.04

CMYK color model

#0031F0 color CMYK value is (100,80,0,6).

  • cyan value is 100.00%
  • magenta value is 79.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(100,80,0,6)
C100M80Y0K6 
(100%,80%,0%,6%)
(1.00/0.80/0.00/0.06)	

CMYK percentages

%100
%79.58
%0
%5.88

Codes

Color #0031F0 in popluar color models

0031F0
RGB049240
HSL228°100.00%47.06%
HSB/HSV228°100.00%94.12%
CMYK100.00%79.58%0.00%
5.88%

Color #0031F0 in popluar number systems.

HEX0031F0
Decimal049240
Binary011000111110000
Octal061360

Shades and tints

Shades of #0031F0

#0031F0
(0,49,240)
#002DDB
(0,45,219)
#0029C6
(0,41,198)
#0025B1
(0,37,177)
#00219C
(0,33,156)
#001D87
(0,29,135)
#001972
(0,25,114)
#00155D
(0,21,93)
#001148
(0,17,72)
#000D33
(0,13,51)
#00091E
(0,9,30)
#000000
(0,0,0)

Tints of #0031F0

#0031F0
(0,49,240)
#1743F1
(23,67,241)
#2E55F2
(46,85,242)
#4567F3
(69,103,243)
#5C79F4
(92,121,244)
#738BF5
(115,139,245)
#8A9DF6
(138,157,246)
#A1AFF7
(161,175,247)
#B8C1F8
(184,193,248)
#CFD3F9
(207,211,249)
#E6E5FA
(230,229,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0031F0 color. Also use rgb(0,49,240) instead hex code.

Text Font Color

.myTextColor { color: #0031F0; }

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

This text font color is #0031F0.


Background Color

.myBgColor { background-color: #0031F0; }

<div style="background-color:#0031F0">Inner text</div>

This div background color is #0031F0.


Border color

.myBorderColor { border: 1px solid #0031F0; }

<div style="border:3px solid #0031F0">Div</div>

This div border color is #0031F0.


Opacity

.myOpacity80 { color: #0031F0; opacity: 0.8; }

<p style="color:#0031F0;opacity:0.8;">80%</p>

Text with #0031F0 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 #0031F0;}

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

This text has shadow with #0031F0 color.

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

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

This text has shadow with #0031F0 primary color and red secondary color.


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

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

This text has shadow with #0031F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0031F0 on black background.


Color preview on white background

This text has color #0031F0 on white background.



Black color preview on #0031F0 background

This text has black color on #0031F0 background.


White color preview on #0031F0 background

This text has white color on #0031F0 background.