COLOR #0758FA

HEX: #0758FA
RGB: (7,88,250)

Color info

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

RGB color model

#0758FA color RGB value is (7,88,250).

  • red value is 7;
  • green value is 88;
  • blue value is 250.
RGB:
(7,88,250)
(3%,35%,98%)

RGB channels and saturation

R 7 of 255 = 3%
G 88 of 255 = 35%
B 250 of 255 = 98%

7
88
250

R + G + B ~ 45%. #0758FA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 88 + 250 = 345 (100%)
R 7 of 345 ~ 2.03%
G 88 of 345 ~ 25.51%
B 250 of 345 ~ 72.46%

%25.51
%72.46

CMYK color model

#0758FA color CMYK value is (97,65,0,2).

  • cyan value is 97.20%
  • magenta value is 64.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(97,65,0,2)
C97M65Y0K2 
(97%,65%,0%,2%)
(0.97/0.65/0.00/0.02)	

CMYK percentages

%97.2
%64.8
%0
%1.96

Codes

Color #0758FA in popluar color models

0758FA
RGB788250
HSL220°96.05%50.39%
HSB/HSV220°97.20%98.04%
CMYK97.20%64.80%0.00%
1.96%

Color #0758FA in popluar number systems.

HEX0758FA
Decimal788250
Binary111101100011111010
Octal7130372

Shades and tints

Shades of #0758FA

#0758FA
(7,88,250)
#0750E4
(7,80,228)
#0748CE
(7,72,206)
#0740B8
(7,64,184)
#0738A2
(7,56,162)
#07308C
(7,48,140)
#072876
(7,40,118)
#072060
(7,32,96)
#07184A
(7,24,74)
#071034
(7,16,52)
#07081E
(7,8,30)
#000000
(0,0,0)

Tints of #0758FA

#0758FA
(7,88,250)
#1D67FA
(29,103,250)
#3376FA
(51,118,250)
#4985FA
(73,133,250)
#5F94FA
(95,148,250)
#75A3FA
(117,163,250)
#8BB2FA
(139,178,250)
#A1C1FA
(161,193,250)
#B7D0FA
(183,208,250)
#CDDFFA
(205,223,250)
#E3EEFA
(227,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0758FA color. Also use rgb(7,88,250) instead hex code.

Text Font Color

.myTextColor { color: #0758FA; }

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

This text font color is #0758FA.


Background Color

.myBgColor { background-color: #0758FA; }

<div style="background-color:#0758FA">Inner text</div>

This div background color is #0758FA.


Border color

.myBorderColor { border: 1px solid #0758FA; }

<div style="border:3px solid #0758FA">Div</div>

This div border color is #0758FA.


Opacity

.myOpacity80 { color: #0758FA; opacity: 0.8; }

<p style="color:#0758FA;opacity:0.8;">80%</p>

Text with #0758FA 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 #0758FA;}

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

This text has shadow with #0758FA color.

.textShadow {text-shadow: 3px 3px 1px #0758FA, 3px 3px 1px red;}

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

This text has shadow with #0758FA primary color and red secondary color.


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

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

This text has shadow with #0758FA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0758FA on black background.


Color preview on white background

This text has color #0758FA on white background.



Black color preview on #0758FA background

This text has black color on #0758FA background.


White color preview on #0758FA background

This text has white color on #0758FA background.