COLOR #0756EF

HEX: #0756EF
RGB: (7,86,239)

Color info

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

RGB color model

#0756EF color RGB value is (7,86,239).

  • red value is 7;
  • green value is 86;
  • blue value is 239.
RGB:
(7,86,239)
(3%,34%,94%)

RGB channels and saturation

R 7 of 255 = 3%
G 86 of 255 = 34%
B 239 of 255 = 94%

7
86
239

R + G + B ~ 44%. #0756EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 86 + 239 = 332 (100%)
R 7 of 332 ~ 2.11%
G 86 of 332 ~ 25.9%
B 239 of 332 ~ 71.99%

%25.9
%71.99

CMYK color model

#0756EF color CMYK value is (97,64,0,6).

  • cyan value is 97.07%
  • magenta value is 64.02%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(97,64,0,6)
C97M64Y0K6 
(97%,64%,0%,6%)
(0.97/0.64/0.00/0.06)	

CMYK percentages

%97.07
%64.02
%0
%6.27

Codes

Color #0756EF in popluar color models

0756EF
RGB786239
HSL220°94.31%48.24%
HSB/HSV220°97.07%93.73%
CMYK97.07%64.02%0.00%
6.27%

Color #0756EF in popluar number systems.

HEX0756EF
Decimal786239
Binary111101011011101111
Octal7126357

Shades and tints

Shades of #0756EF

#0756EF
(7,86,239)
#074FDA
(7,79,218)
#0748C5
(7,72,197)
#0741B0
(7,65,176)
#073A9B
(7,58,155)
#073386
(7,51,134)
#072C71
(7,44,113)
#07255C
(7,37,92)
#071E47
(7,30,71)
#071732
(7,23,50)
#07101D
(7,16,29)
#000000
(0,0,0)

Tints of #0756EF

#0756EF
(7,86,239)
#1D65F0
(29,101,240)
#3374F1
(51,116,241)
#4983F2
(73,131,242)
#5F92F3
(95,146,243)
#75A1F4
(117,161,244)
#8BB0F5
(139,176,245)
#A1BFF6
(161,191,246)
#B7CEF7
(183,206,247)
#CDDDF8
(205,221,248)
#E3ECF9
(227,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0756EF color. Also use rgb(7,86,239) instead hex code.

Text Font Color

.myTextColor { color: #0756EF; }

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

This text font color is #0756EF.


Background Color

.myBgColor { background-color: #0756EF; }

<div style="background-color:#0756EF">Inner text</div>

This div background color is #0756EF.


Border color

.myBorderColor { border: 1px solid #0756EF; }

<div style="border:3px solid #0756EF">Div</div>

This div border color is #0756EF.


Opacity

.myOpacity80 { color: #0756EF; opacity: 0.8; }

<p style="color:#0756EF;opacity:0.8;">80%</p>

Text with #0756EF 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 #0756EF;}

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

This text has shadow with #0756EF color.

.textShadow {text-shadow: 3px 3px 1px #0756EF, 3px 3px 1px red;}

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

This text has shadow with #0756EF primary color and red secondary color.


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

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

This text has shadow with #0756EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0756EF on black background.


Color preview on white background

This text has color #0756EF on white background.



Black color preview on #0756EF background

This text has black color on #0756EF background.


White color preview on #0756EF background

This text has white color on #0756EF background.