COLOR #7098ED

HEX: #7098ED
RGB: (112,152,237)

Color info

#7098ED contains mainly blue color. Web safe color of #7098ED is #6699FF (or #69F).

RGB color model

#7098ED color RGB value is (112,152,237).

  • red value is 112;
  • green value is 152;
  • blue value is 237.
RGB:
(112,152,237)
(44%,60%,93%)

RGB channels and saturation

R 112 of 255 = 44%
G 152 of 255 = 60%
B 237 of 255 = 93%

112
152
237

R + G + B ~ 66%. #7098ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 152 + 237 = 501 (100%)
R 112 of 501 ~ 22.36%
G 152 of 501 ~ 30.34%
B 237 of 501 ~ 47.31%

%22.36
%30.34
%47.31

CMYK color model

#7098ED color CMYK value is (53,36,0,7).

  • cyan value is 52.74%
  • magenta value is 35.86%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(53,36,0,7)
C53M36Y0K7 
(53%,36%,0%,7%)
(0.53/0.36/0.00/0.07)	

CMYK percentages

%52.74
%35.86
%0
%7.06

Codes

Color #7098ED in popluar color models

7098ED
RGB112152237
HSL221°77.64%68.43%
HSB/HSV221°52.74%92.94%
CMYK52.74%35.86%0.00%
7.06%

Color #7098ED in popluar number systems.

HEX7098ED
Decimal112152237
Binary11100001001100011101101
Octal160230355

Shades and tints

Shades of #7098ED

#7098ED
(112,152,237)
#668BD8
(102,139,216)
#5C7EC3
(92,126,195)
#5271AE
(82,113,174)
#486499
(72,100,153)
#3E5784
(62,87,132)
#344A6F
(52,74,111)
#2A3D5A
(42,61,90)
#203045
(32,48,69)
#162330
(22,35,48)
#0C161B
(12,22,27)
#000000
(0,0,0)

Tints of #7098ED

#7098ED
(112,152,237)
#7DA1EE
(125,161,238)
#8AAAEF
(138,170,239)
#97B3F0
(151,179,240)
#A4BCF1
(164,188,241)
#B1C5F2
(177,197,242)
#BECEF3
(190,206,243)
#CBD7F4
(203,215,244)
#D8E0F5
(216,224,245)
#E5E9F6
(229,233,246)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7098ED color. Also use rgb(112,152,237) instead hex code.

Text Font Color

.myTextColor { color: #7098ED; }

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

This text font color is #7098ED.


Background Color

.myBgColor { background-color: #7098ED; }

<div style="background-color:#7098ED">Inner text</div>

This div background color is #7098ED.


Border color

.myBorderColor { border: 1px solid #7098ED; }

<div style="border:3px solid #7098ED">Div</div>

This div border color is #7098ED.


Opacity

.myOpacity80 { color: #7098ED; opacity: 0.8; }

<p style="color:#7098ED;opacity:0.8;">80%</p>

Text with #7098ED 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 #7098ED;}

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

This text has shadow with #7098ED color.

.textShadow {text-shadow: 3px 3px 1px #7098ED, 3px 3px 1px red;}

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

This text has shadow with #7098ED primary color and red secondary color.


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

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

This text has shadow with #7098ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7098ED on black background.


Color preview on white background

This text has color #7098ED on white background.



Black color preview on #7098ED background

This text has black color on #7098ED background.


White color preview on #7098ED background

This text has white color on #7098ED background.