COLOR #0073FF

HEX: #0073FF RGB: (0,115,255)

Color info

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

RGB color model

#0073FF color RGB value is (0,115,255).

RGB: (0,115,255) (0%, 45%, 100%)

RGB channels and saturation

R 0 of 255 = 0%
G 115 of 255 = 45%
B 255 of 255 = 100%

0
115
255

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

Portions of RGB colors in percentages

R + G + B = 0 + 115 + 255 = 370 (100%)
R 0 of 370 ~ 0%
G 115 of 370 ~ 31.08%
B 255 of 370 ~ 68.92'%

%31.08
%68.92

CMYK color model

#0073FF color CMYK value is (100,55,0,0).

  • cyan value is 100.00%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (100,55,0,0)
C100M55Y0K0 (100%, 55%, 0%, 0%)
(1.00 / 0.55 / 0.00 / 0.00)

CMYK percentages

%100
%54.9
%0
%0

Codes

Color #0073FF in popluar color models

00 73 FF
RGB 0 115 255
HSL 213° 100.00% 50.00%
HSB/HSV 213° 100.00% 100.00%
CMYK 100.00% 54.90% 0.00%
0.00%

Color #0073FF in popluar number systems.

HEX 00 73 FF
Decimal 0 115 255
Binary 0 1110011 11111111
Octal 0 163 377

Shades and tints

Shades of #0073FF

#0073FF
(0,115,255)
#0069E8
(0,105,232)
#005FD1
(0,95,209)
#0055BA
(0,85,186)
#004BA3
(0,75,163)
#00418C
(0,65,140)
#003775
(0,55,117)
#002D5E
(0,45,94)
#002347
(0,35,71)
#001930
(0,25,48)
#000F19
(0,15,25)
#000000
(0,0,0)

Tints of #0073FF

#0073FF
(0,115,255)
#177FFF
(23,127,255)
#2E8BFF
(46,139,255)
#4597FF
(69,151,255)
#5CA3FF
(92,163,255)
#73AFFF
(115,175,255)
#8ABBFF
(138,187,255)
#A1C7FF
(161,199,255)
#B8D3FF
(184,211,255)
#CFDFFF
(207,223,255)
#E6EBFF
(230,235,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0073FF; }

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

This text font color is #0073FF.

Background Color

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

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

This div background color is #0073FF.

Border color

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

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

This div border color is #0073FF.

Opacity

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

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

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

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

This text has shadow with #0073FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0073FF.

Preview

Color preview on black background

This text has color #0073FF on black background.


Color preview on white background

This text has color #0073FF on white background.


Black color preview on #0073FF background

This text has black color on #0073FF background.


White color preview on #0073FF background

This text has white color on #0073FF background.


Related colors

Complementary color

Complementary color for #hex is #FF8C00.


I love getcolorcode.com

Triadic colors

1 #FF0073 and #73FF00 with #0073FF are triadic colors.

2 #FF7300 and #7300FF with #0073FF are triadic colors.