COLOR #0755E6

HEX: #0755E6
RGB: (7,85,230)

Color info

#0755E6 contains mainly blue color. Web safe color of #0755E6 is #0066CC (or #06C).

RGB color model

#0755E6 color RGB value is (7,85,230).

  • red value is 7;
  • green value is 85;
  • blue value is 230.
RGB:
(7,85,230)
(3%,33%,90%)

RGB channels and saturation

R 7 of 255 = 3%
G 85 of 255 = 33%
B 230 of 255 = 90%

7
85
230

R + G + B ~ 42%. #0755E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 85 + 230 = 322 (100%)
R 7 of 322 ~ 2.17%
G 85 of 322 ~ 26.4%
B 230 of 322 ~ 71.43%

%26.4
%71.43

CMYK color model

#0755E6 color CMYK value is (97,63,0,10).

  • cyan value is 96.96%
  • magenta value is 63.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(97,63,0,10)
C97M63Y0K10 
(97%,63%,0%,10%)
(0.97/0.63/0.00/0.10)	

CMYK percentages

%96.96
%63.04
%0
%9.8

Codes

Color #0755E6 in popluar color models

0755E6
RGB785230
HSL219°94.09%46.47%
HSB/HSV219°96.96%90.20%
CMYK96.96%63.04%0.00%
9.80%

Color #0755E6 in popluar number systems.

HEX0755E6
Decimal785230
Binary111101010111100110
Octal7125346

Shades and tints

Shades of #0755E6

#0755E6
(7,85,230)
#074ED2
(7,78,210)
#0747BE
(7,71,190)
#0740AA
(7,64,170)
#073996
(7,57,150)
#073282
(7,50,130)
#072B6E
(7,43,110)
#07245A
(7,36,90)
#071D46
(7,29,70)
#071632
(7,22,50)
#070F1E
(7,15,30)
#000000
(0,0,0)

Tints of #0755E6

#0755E6
(7,85,230)
#1D64E8
(29,100,232)
#3373EA
(51,115,234)
#4982EC
(73,130,236)
#5F91EE
(95,145,238)
#75A0F0
(117,160,240)
#8BAFF2
(139,175,242)
#A1BEF4
(161,190,244)
#B7CDF6
(183,205,246)
#CDDCF8
(205,220,248)
#E3EBFA
(227,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0755E6 color. Also use rgb(7,85,230) instead hex code.

Text Font Color

.myTextColor { color: #0755E6; }

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

This text font color is #0755E6.


Background Color

.myBgColor { background-color: #0755E6; }

<div style="background-color:#0755E6">Inner text</div>

This div background color is #0755E6.


Border color

.myBorderColor { border: 1px solid #0755E6; }

<div style="border:3px solid #0755E6">Div</div>

This div border color is #0755E6.


Opacity

.myOpacity80 { color: #0755E6; opacity: 0.8; }

<p style="color:#0755E6;opacity:0.8;">80%</p>

Text with #0755E6 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 #0755E6;}

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

This text has shadow with #0755E6 color.

.textShadow {text-shadow: 3px 3px 1px #0755E6, 3px 3px 1px red;}

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

This text has shadow with #0755E6 primary color and red secondary color.


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

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

This text has shadow with #0755E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0755E6 on black background.


Color preview on white background

This text has color #0755E6 on white background.



Black color preview on #0755E6 background

This text has black color on #0755E6 background.


White color preview on #0755E6 background

This text has white color on #0755E6 background.