COLOR #0073FC

HEX: #0073FC
RGB: (0,115,252)

Color info

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

RGB color model

#0073FC color RGB value is (0,115,252).

  • red value is 0;
  • green value is 115;
  • blue value is 252.
RGB:
(0,115,252)
(0%,45%,99%)

RGB channels and saturation

R 0 of 255 = 0%
G 115 of 255 = 45%
B 252 of 255 = 99%

0
115
252

R + G + B ~ 48%. #0073FC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 115 + 252 = 367 (100%)
R 0 of 367 ~ 0%
G 115 of 367 ~ 31.34%
B 252 of 367 ~ 68.66%

%31.34
%68.66

CMYK color model

#0073FC color CMYK value is (100,54,0,1).

  • cyan value is 100.00%
  • magenta value is 54.37%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(100,54,0,1)
C100M54Y0K1 
(100%,54%,0%,1%)
(1.00/0.54/0.00/0.01)	

CMYK percentages

%100
%54.37
%0
%1.18

Codes

Color #0073FC in popluar color models

0073FC
RGB0115252
HSL213°100.00%49.41%
HSB/HSV213°100.00%98.82%
CMYK100.00%54.37%0.00%
1.18%

Color #0073FC in popluar number systems.

HEX0073FC
Decimal0115252
Binary0111001111111100
Octal0163374

Shades and tints

Shades of #0073FC

#0073FC
(0,115,252)
#0069E6
(0,105,230)
#005FD0
(0,95,208)
#0055BA
(0,85,186)
#004BA4
(0,75,164)
#00418E
(0,65,142)
#003778
(0,55,120)
#002D62
(0,45,98)
#00234C
(0,35,76)
#001936
(0,25,54)
#000F20
(0,15,32)
#000000
(0,0,0)

Tints of #0073FC

#0073FC
(0,115,252)
#177FFC
(23,127,252)
#2E8BFC
(46,139,252)
#4597FC
(69,151,252)
#5CA3FC
(92,163,252)
#73AFFC
(115,175,252)
#8ABBFC
(138,187,252)
#A1C7FC
(161,199,252)
#B8D3FC
(184,211,252)
#CFDFFC
(207,223,252)
#E6EBFC
(230,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0073FC color. Also use rgb(0,115,252) instead hex code.

Text Font Color

.myTextColor { color: #0073FC; }

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

This text font color is #0073FC.


Background Color

.myBgColor { background-color: #0073FC; }

<div style="background-color:#0073FC">Inner text</div>

This div background color is #0073FC.


Border color

.myBorderColor { border: 1px solid #0073FC; }

<div style="border:3px solid #0073FC">Div</div>

This div border color is #0073FC.


Opacity

.myOpacity80 { color: #0073FC; opacity: 0.8; }

<p style="color:#0073FC;opacity:0.8;">80%</p>

Text with #0073FC 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 #0073FC;}

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

This text has shadow with #0073FC color.

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

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

This text has shadow with #0073FC primary color and red secondary color.


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

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

This text has shadow with #0073FC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0073FC on black background.


Color preview on white background

This text has color #0073FC on white background.



Black color preview on #0073FC background

This text has black color on #0073FC background.


White color preview on #0073FC background

This text has white color on #0073FC background.