COLOR #0742FF

HEX: #0742FF
RGB: (7,66,255)

Color info

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

RGB color model

#0742FF color RGB value is (7,66,255).

  • red value is 7;
  • green value is 66;
  • blue value is 255.
RGB:
(7,66,255)
(3%,26%,100%)

RGB channels and saturation

R 7 of 255 = 3%
G 66 of 255 = 26%
B 255 of 255 = 100%

7
66
255

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

Portions of RGB colors in percentages

R + G + B =
7 + 66 + 255 = 328 (100%)
R 7 of 328 ~ 2.13%
G 66 of 328 ~ 20.12%
B 255 of 328 ~ 77.74%

%20.12
%77.74

CMYK color model

#0742FF color CMYK value is (97,74,0,0).

  • cyan value is 97.25%
  • magenta value is 74.12%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(97,74,0,0)
C97M74Y0K0 
(97%,74%,0%,0%)
(0.97/0.74/0.00/0.00)	

CMYK percentages

%97.25
%74.12
%0
%0

Codes

Color #0742FF in popluar color models

0742FF
RGB766255
HSL226°100.00%51.37%
HSB/HSV226°97.25%100.00%
CMYK97.25%74.12%0.00%
0.00%

Color #0742FF in popluar number systems.

HEX0742FF
Decimal766255
Binary111100001011111111
Octal7102377

Shades and tints

Shades of #0742FF

#0742FF
(7,66,255)
#073CE8
(7,60,232)
#0736D1
(7,54,209)
#0730BA
(7,48,186)
#072AA3
(7,42,163)
#07248C
(7,36,140)
#071E75
(7,30,117)
#07185E
(7,24,94)
#071247
(7,18,71)
#070C30
(7,12,48)
#070619
(7,6,25)
#000000
(0,0,0)

Tints of #0742FF

#0742FF
(7,66,255)
#1D53FF
(29,83,255)
#3364FF
(51,100,255)
#4975FF
(73,117,255)
#5F86FF
(95,134,255)
#7597FF
(117,151,255)
#8BA8FF
(139,168,255)
#A1B9FF
(161,185,255)
#B7CAFF
(183,202,255)
#CDDBFF
(205,219,255)
#E3ECFF
(227,236,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0742FF color. Also use rgb(7,66,255) instead hex code.

Text Font Color

.myTextColor { color: #0742FF; }

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

This text font color is #0742FF.


Background Color

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

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

This div background color is #0742FF.


Border color

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

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

This div border color is #0742FF.


Opacity

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

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

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

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

This text has shadow with #0742FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0742FF on black background.


Color preview on white background

This text has color #0742FF on white background.



Black color preview on #0742FF background

This text has black color on #0742FF background.


White color preview on #0742FF background

This text has white color on #0742FF background.