COLOR #073CE8

HEX: #073CE8
RGB: (7,60,232)

Color info

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

RGB color model

#073CE8 color RGB value is (7,60,232).

  • red value is 7;
  • green value is 60;
  • blue value is 232.
RGB:
(7,60,232)
(3%,24%,91%)

RGB channels and saturation

R 7 of 255 = 3%
G 60 of 255 = 24%
B 232 of 255 = 91%

7
60
232

R + G + B ~ 39%. #073CE8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 60 + 232 = 299 (100%)
R 7 of 299 ~ 2.34%
G 60 of 299 ~ 20.07%
B 232 of 299 ~ 77.59%

%20.07
%77.59

CMYK color model

#073CE8 color CMYK value is (97,74,0,9).

  • cyan value is 96.98%
  • magenta value is 74.14%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(97,74,0,9)
C97M74Y0K9 
(97%,74%,0%,9%)
(0.97/0.74/0.00/0.09)	

CMYK percentages

%96.98
%74.14
%0
%9.02

Codes

Color #073CE8 in popluar color models

073CE8
RGB760232
HSL226°94.14%46.86%
HSB/HSV226°96.98%90.98%
CMYK96.98%74.14%0.00%
9.02%

Color #073CE8 in popluar number systems.

HEX073CE8
Decimal760232
Binary11111110011101000
Octal774350

Shades and tints

Shades of #073CE8

#073CE8
(7,60,232)
#0737D3
(7,55,211)
#0732BE
(7,50,190)
#072DA9
(7,45,169)
#072894
(7,40,148)
#07237F
(7,35,127)
#071E6A
(7,30,106)
#071955
(7,25,85)
#071440
(7,20,64)
#070F2B
(7,15,43)
#070A16
(7,10,22)
#000000
(0,0,0)

Tints of #073CE8

#073CE8
(7,60,232)
#1D4DEA
(29,77,234)
#335EEC
(51,94,236)
#496FEE
(73,111,238)
#5F80F0
(95,128,240)
#7591F2
(117,145,242)
#8BA2F4
(139,162,244)
#A1B3F6
(161,179,246)
#B7C4F8
(183,196,248)
#CDD5FA
(205,213,250)
#E3E6FC
(227,230,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073CE8 color. Also use rgb(7,60,232) instead hex code.

Text Font Color

.myTextColor { color: #073CE8; }

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

This text font color is #073CE8.


Background Color

.myBgColor { background-color: #073CE8; }

<div style="background-color:#073CE8">Inner text</div>

This div background color is #073CE8.


Border color

.myBorderColor { border: 1px solid #073CE8; }

<div style="border:3px solid #073CE8">Div</div>

This div border color is #073CE8.


Opacity

.myOpacity80 { color: #073CE8; opacity: 0.8; }

<p style="color:#073CE8;opacity:0.8;">80%</p>

Text with #073CE8 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 #073CE8;}

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

This text has shadow with #073CE8 color.

.textShadow {text-shadow: 3px 3px 1px #073CE8, 3px 3px 1px red;}

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

This text has shadow with #073CE8 primary color and red secondary color.


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

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

This text has shadow with #073CE8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073CE8 on black background.


Color preview on white background

This text has color #073CE8 on white background.



Black color preview on #073CE8 background

This text has black color on #073CE8 background.


White color preview on #073CE8 background

This text has white color on #073CE8 background.