COLOR #075FCA

HEX: #075FCA
RGB: (7,95,202)

Color info

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

RGB color model

#075FCA color RGB value is (7,95,202).

  • red value is 7;
  • green value is 95;
  • blue value is 202.
RGB:
(7,95,202)
(3%,37%,79%)

RGB channels and saturation

R 7 of 255 = 3%
G 95 of 255 = 37%
B 202 of 255 = 79%

7
95
202

R + G + B ~ 40%. #075FCA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 95 + 202 = 304 (100%)
R 7 of 304 ~ 2.3%
G 95 of 304 ~ 31.25%
B 202 of 304 ~ 66.45%

%31.25
%66.45

CMYK color model

#075FCA color CMYK value is (97,53,0,21).

  • cyan value is 96.53%
  • magenta value is 52.97%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(97,53,0,21)
C97M53Y0K21 
(97%,53%,0%,21%)
(0.97/0.53/0.00/0.21)	

CMYK percentages

%96.53
%52.97
%0
%20.78

Codes

Color #075FCA in popluar color models

075FCA
RGB795202
HSL213°93.30%40.98%
HSB/HSV213°96.53%79.22%
CMYK96.53%52.97%0.00%
20.78%

Color #075FCA in popluar number systems.

HEX075FCA
Decimal795202
Binary111101111111001010
Octal7137312

Shades and tints

Shades of #075FCA

#075FCA
(7,95,202)
#0757B8
(7,87,184)
#074FA6
(7,79,166)
#074794
(7,71,148)
#073F82
(7,63,130)
#073770
(7,55,112)
#072F5E
(7,47,94)
#07274C
(7,39,76)
#071F3A
(7,31,58)
#071728
(7,23,40)
#070F16
(7,15,22)
#000000
(0,0,0)

Tints of #075FCA

#075FCA
(7,95,202)
#1D6DCE
(29,109,206)
#337BD2
(51,123,210)
#4989D6
(73,137,214)
#5F97DA
(95,151,218)
#75A5DE
(117,165,222)
#8BB3E2
(139,179,226)
#A1C1E6
(161,193,230)
#B7CFEA
(183,207,234)
#CDDDEE
(205,221,238)
#E3EBF2
(227,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075FCA color. Also use rgb(7,95,202) instead hex code.

Text Font Color

.myTextColor { color: #075FCA; }

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

This text font color is #075FCA.


Background Color

.myBgColor { background-color: #075FCA; }

<div style="background-color:#075FCA">Inner text</div>

This div background color is #075FCA.


Border color

.myBorderColor { border: 1px solid #075FCA; }

<div style="border:3px solid #075FCA">Div</div>

This div border color is #075FCA.


Opacity

.myOpacity80 { color: #075FCA; opacity: 0.8; }

<p style="color:#075FCA;opacity:0.8;">80%</p>

Text with #075FCA 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 #075FCA;}

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

This text has shadow with #075FCA color.

.textShadow {text-shadow: 3px 3px 1px #075FCA, 3px 3px 1px red;}

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

This text has shadow with #075FCA primary color and red secondary color.


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

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

This text has shadow with #075FCA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075FCA on black background.


Color preview on white background

This text has color #075FCA on white background.



Black color preview on #075FCA background

This text has black color on #075FCA background.


White color preview on #075FCA background

This text has white color on #075FCA background.