COLOR #7198F0

HEX: #7198F0
RGB: (113,152,240)

Color info

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

RGB color model

#7198F0 color RGB value is (113,152,240).

  • red value is 113;
  • green value is 152;
  • blue value is 240.
RGB:
(113,152,240)
(44%,60%,94%)

RGB channels and saturation

R 113 of 255 = 44%
G 152 of 255 = 60%
B 240 of 255 = 94%

113
152
240

R + G + B ~ 66%. #7198F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 152 + 240 = 505 (100%)
R 113 of 505 ~ 22.38%
G 152 of 505 ~ 30.1%
B 240 of 505 ~ 47.52%

%22.38
%30.1
%47.52

CMYK color model

#7198F0 color CMYK value is (53,37,0,6).

  • cyan value is 52.92%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(53,37,0,6)
C53M37Y0K6 
(53%,37%,0%,6%)
(0.53/0.37/0.00/0.06)	

CMYK percentages

%52.92
%36.67
%0
%5.88

Codes

Color #7198F0 in popluar color models

7198F0
RGB113152240
HSL222°80.89%69.22%
HSB/HSV222°52.92%94.12%
CMYK52.92%36.67%0.00%
5.88%

Color #7198F0 in popluar number systems.

HEX7198F0
Decimal113152240
Binary11100011001100011110000
Octal161230360

Shades and tints

Shades of #7198F0

#7198F0
(113,152,240)
#678BDB
(103,139,219)
#5D7EC6
(93,126,198)
#5371B1
(83,113,177)
#49649C
(73,100,156)
#3F5787
(63,87,135)
#354A72
(53,74,114)
#2B3D5D
(43,61,93)
#213048
(33,48,72)
#172333
(23,35,51)
#0D161E
(13,22,30)
#000000
(0,0,0)

Tints of #7198F0

#7198F0
(113,152,240)
#7DA1F1
(125,161,241)
#89AAF2
(137,170,242)
#95B3F3
(149,179,243)
#A1BCF4
(161,188,244)
#ADC5F5
(173,197,245)
#B9CEF6
(185,206,246)
#C5D7F7
(197,215,247)
#D1E0F8
(209,224,248)
#DDE9F9
(221,233,249)
#E9F2FA
(233,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7198F0 color. Also use rgb(113,152,240) instead hex code.

Text Font Color

.myTextColor { color: #7198F0; }

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

This text font color is #7198F0.


Background Color

.myBgColor { background-color: #7198F0; }

<div style="background-color:#7198F0">Inner text</div>

This div background color is #7198F0.


Border color

.myBorderColor { border: 1px solid #7198F0; }

<div style="border:3px solid #7198F0">Div</div>

This div border color is #7198F0.


Opacity

.myOpacity80 { color: #7198F0; opacity: 0.8; }

<p style="color:#7198F0;opacity:0.8;">80%</p>

Text with #7198F0 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 #7198F0;}

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

This text has shadow with #7198F0 color.

.textShadow {text-shadow: 3px 3px 1px #7198F0, 3px 3px 1px red;}

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

This text has shadow with #7198F0 primary color and red secondary color.


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

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

This text has shadow with #7198F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7198F0 on black background.


Color preview on white background

This text has color #7198F0 on white background.



Black color preview on #7198F0 background

This text has black color on #7198F0 background.


White color preview on #7198F0 background

This text has white color on #7198F0 background.