COLOR #0718F4

HEX: #0718F4
RGB: (7,24,244)

Color info

#0718F4 contains mainly blue color. Web safe color of #0718F4 is #0000FF (or #00F).

RGB color model

#0718F4 color RGB value is (7,24,244).

  • red value is 7;
  • green value is 24;
  • blue value is 244.
RGB:
(7,24,244)
(3%,9%,96%)

RGB channels and saturation

R 7 of 255 = 3%
G 24 of 255 = 9%
B 244 of 255 = 96%

7
24
244

R + G + B ~ 36%. #0718F4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 24 + 244 = 275 (100%)
R 7 of 275 ~ 2.55%
G 24 of 275 ~ 8.73%
B 244 of 275 ~ 88.73%

%88.73

CMYK color model

#0718F4 color CMYK value is (97,90,0,4).

  • cyan value is 97.13%
  • magenta value is 90.16%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(97,90,0,4)
C97M90Y0K4 
(97%,90%,0%,4%)
(0.97/0.90/0.00/0.04)	

CMYK percentages

%97.13
%90.16
%0
%4.31

Codes

Color #0718F4 in popluar color models

0718F4
RGB724244
HSL236°94.42%49.22%
HSB/HSV236°97.13%95.69%
CMYK97.13%90.16%0.00%
4.31%

Color #0718F4 in popluar number systems.

HEX0718F4
Decimal724244
Binary1111100011110100
Octal730364

Shades and tints

Shades of #0718F4

#0718F4
(7,24,244)
#0716DE
(7,22,222)
#0714C8
(7,20,200)
#0712B2
(7,18,178)
#07109C
(7,16,156)
#070E86
(7,14,134)
#070C70
(7,12,112)
#070A5A
(7,10,90)
#070844
(7,8,68)
#07062E
(7,6,46)
#070418
(7,4,24)
#000000
(0,0,0)

Tints of #0718F4

#0718F4
(7,24,244)
#1D2DF5
(29,45,245)
#3342F6
(51,66,246)
#4957F7
(73,87,247)
#5F6CF8
(95,108,248)
#7581F9
(117,129,249)
#8B96FA
(139,150,250)
#A1ABFB
(161,171,251)
#B7C0FC
(183,192,252)
#CDD5FD
(205,213,253)
#E3EAFE
(227,234,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0718F4 color. Also use rgb(7,24,244) instead hex code.

Text Font Color

.myTextColor { color: #0718F4; }

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

This text font color is #0718F4.


Background Color

.myBgColor { background-color: #0718F4; }

<div style="background-color:#0718F4">Inner text</div>

This div background color is #0718F4.


Border color

.myBorderColor { border: 1px solid #0718F4; }

<div style="border:3px solid #0718F4">Div</div>

This div border color is #0718F4.


Opacity

.myOpacity80 { color: #0718F4; opacity: 0.8; }

<p style="color:#0718F4;opacity:0.8;">80%</p>

Text with #0718F4 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 #0718F4;}

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

This text has shadow with #0718F4 color.

.textShadow {text-shadow: 3px 3px 1px #0718F4, 3px 3px 1px red;}

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

This text has shadow with #0718F4 primary color and red secondary color.


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

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

This text has shadow with #0718F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0718F4 on black background.


Color preview on white background

This text has color #0718F4 on white background.



Black color preview on #0718F4 background

This text has black color on #0718F4 background.


White color preview on #0718F4 background

This text has white color on #0718F4 background.