COLOR #0061F0

HEX: #0061F0
RGB: (0,97,240)

Color info

#0061F0 contains mainly blue color. Web safe color of #0061F0 is #0066FF (or #06F).

RGB color model

#0061F0 color RGB value is (0,97,240).

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

RGB channels and saturation

R 0 of 255 = 0%
G 97 of 255 = 38%
B 240 of 255 = 94%

0
97
240

R + G + B ~ 44%. #0061F0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 97 + 240 = 337 (100%)
R 0 of 337 ~ 0%
G 97 of 337 ~ 28.78%
B 240 of 337 ~ 71.22%

%28.78
%71.22

CMYK color model

#0061F0 color CMYK value is (100,60,0,6).

  • cyan value is 100.00%
  • magenta value is 59.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(100,60,0,6)
C100M60Y0K6 
(100%,60%,0%,6%)
(1.00/0.60/0.00/0.06)	

CMYK percentages

%100
%59.58
%0
%5.88

Codes

Color #0061F0 in popluar color models

0061F0
RGB097240
HSL216°100.00%47.06%
HSB/HSV216°100.00%94.12%
CMYK100.00%59.58%0.00%
5.88%

Color #0061F0 in popluar number systems.

HEX0061F0
Decimal097240
Binary0110000111110000
Octal0141360

Shades and tints

Shades of #0061F0

#0061F0
(0,97,240)
#0059DB
(0,89,219)
#0051C6
(0,81,198)
#0049B1
(0,73,177)
#00419C
(0,65,156)
#003987
(0,57,135)
#003172
(0,49,114)
#00295D
(0,41,93)
#002148
(0,33,72)
#001933
(0,25,51)
#00111E
(0,17,30)
#000000
(0,0,0)

Tints of #0061F0

#0061F0
(0,97,240)
#176FF1
(23,111,241)
#2E7DF2
(46,125,242)
#458BF3
(69,139,243)
#5C99F4
(92,153,244)
#73A7F5
(115,167,245)
#8AB5F6
(138,181,246)
#A1C3F7
(161,195,247)
#B8D1F8
(184,209,248)
#CFDFF9
(207,223,249)
#E6EDFA
(230,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0061F0; }

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

This text font color is #0061F0.


Background Color

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

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

This div background color is #0061F0.


Border color

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

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

This div border color is #0061F0.


Opacity

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

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

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

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

This text has shadow with #0061F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0061F0 on black background.


Color preview on white background

This text has color #0061F0 on white background.



Black color preview on #0061F0 background

This text has black color on #0061F0 background.


White color preview on #0061F0 background

This text has white color on #0061F0 background.