COLOR #0740E1

HEX: #0740E1
RGB: (7,64,225)

Color info

#0740E1 contains mainly blue color. Web safe color of #0740E1 is #0033CC (or #03C).

RGB color model

#0740E1 color RGB value is (7,64,225).

  • red value is 7;
  • green value is 64;
  • blue value is 225.
RGB:
(7,64,225)
(3%,25%,88%)

RGB channels and saturation

R 7 of 255 = 3%
G 64 of 255 = 25%
B 225 of 255 = 88%

7
64
225

R + G + B ~ 39%. #0740E1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 64 + 225 = 296 (100%)
R 7 of 296 ~ 2.36%
G 64 of 296 ~ 21.62%
B 225 of 296 ~ 76.01%

%21.62
%76.01

CMYK color model

#0740E1 color CMYK value is (97,72,0,12).

  • cyan value is 96.89%
  • magenta value is 71.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(97,72,0,12)
C97M72Y0K12 
(97%,72%,0%,12%)
(0.97/0.72/0.00/0.12)	

CMYK percentages

%96.89
%71.56
%0
%11.76

Codes

Color #0740E1 in popluar color models

0740E1
RGB764225
HSL224°93.97%45.49%
HSB/HSV224°96.89%88.24%
CMYK96.89%71.56%0.00%
11.76%

Color #0740E1 in popluar number systems.

HEX0740E1
Decimal764225
Binary111100000011100001
Octal7100341

Shades and tints

Shades of #0740E1

#0740E1
(7,64,225)
#073BCD
(7,59,205)
#0736B9
(7,54,185)
#0731A5
(7,49,165)
#072C91
(7,44,145)
#07277D
(7,39,125)
#072269
(7,34,105)
#071D55
(7,29,85)
#071841
(7,24,65)
#07132D
(7,19,45)
#070E19
(7,14,25)
#000000
(0,0,0)

Tints of #0740E1

#0740E1
(7,64,225)
#1D51E3
(29,81,227)
#3362E5
(51,98,229)
#4973E7
(73,115,231)
#5F84E9
(95,132,233)
#7595EB
(117,149,235)
#8BA6ED
(139,166,237)
#A1B7EF
(161,183,239)
#B7C8F1
(183,200,241)
#CDD9F3
(205,217,243)
#E3EAF5
(227,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0740E1 color. Also use rgb(7,64,225) instead hex code.

Text Font Color

.myTextColor { color: #0740E1; }

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

This text font color is #0740E1.


Background Color

.myBgColor { background-color: #0740E1; }

<div style="background-color:#0740E1">Inner text</div>

This div background color is #0740E1.


Border color

.myBorderColor { border: 1px solid #0740E1; }

<div style="border:3px solid #0740E1">Div</div>

This div border color is #0740E1.


Opacity

.myOpacity80 { color: #0740E1; opacity: 0.8; }

<p style="color:#0740E1;opacity:0.8;">80%</p>

Text with #0740E1 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 #0740E1;}

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

This text has shadow with #0740E1 color.

.textShadow {text-shadow: 3px 3px 1px #0740E1, 3px 3px 1px red;}

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

This text has shadow with #0740E1 primary color and red secondary color.


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

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

This text has shadow with #0740E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0740E1 on black background.


Color preview on white background

This text has color #0740E1 on white background.



Black color preview on #0740E1 background

This text has black color on #0740E1 background.


White color preview on #0740E1 background

This text has white color on #0740E1 background.