COLOR #7294BE

HEX: #7294BE
RGB: (114,148,190)

Color info

#7294BE contains mainly green and blue colors. Web safe color of #7294BE is #6699CC (or #69C).

RGB color model

#7294BE color RGB value is (114,148,190).

  • red value is 114;
  • green value is 148;
  • blue value is 190.
RGB:
(114,148,190)
(45%,58%,75%)

RGB channels and saturation

R 114 of 255 = 45%
G 148 of 255 = 58%
B 190 of 255 = 75%

114
148
190

R + G + B ~ 59%. #7294BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 148 + 190 = 452 (100%)
R 114 of 452 ~ 25.22%
G 148 of 452 ~ 32.74%
B 190 of 452 ~ 42.04%

%25.22
%32.74
%42.04

CMYK color model

#7294BE color CMYK value is (40,22,0,25).

  • cyan value is 40.00%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(40,22,0,25)
C40M22Y0K25 
(40%,22%,0%,25%)
(0.40/0.22/0.00/0.25)	

CMYK percentages

%40
%22.11
%0
%25.49

Codes

Color #7294BE in popluar color models

7294BE
RGB114148190
HSL213°36.89%59.61%
HSB/HSV213°40.00%74.51%
CMYK40.00%22.11%0.00%
25.49%

Color #7294BE in popluar number systems.

HEX7294BE
Decimal114148190
Binary11100101001010010111110
Octal162224276

Shades and tints

Shades of #7294BE

#7294BE
(114,148,190)
#6887AD
(104,135,173)
#5E7A9C
(94,122,156)
#546D8B
(84,109,139)
#4A607A
(74,96,122)
#405369
(64,83,105)
#364658
(54,70,88)
#2C3947
(44,57,71)
#222C36
(34,44,54)
#181F25
(24,31,37)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #7294BE

#7294BE
(114,148,190)
#7E9DC3
(126,157,195)
#8AA6C8
(138,166,200)
#96AFCD
(150,175,205)
#A2B8D2
(162,184,210)
#AEC1D7
(174,193,215)
#BACADC
(186,202,220)
#C6D3E1
(198,211,225)
#D2DCE6
(210,220,230)
#DEE5EB
(222,229,235)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7294BE color. Also use rgb(114,148,190) instead hex code.

Text Font Color

.myTextColor { color: #7294BE; }

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

This text font color is #7294BE.


Background Color

.myBgColor { background-color: #7294BE; }

<div style="background-color:#7294BE">Inner text</div>

This div background color is #7294BE.


Border color

.myBorderColor { border: 1px solid #7294BE; }

<div style="border:3px solid #7294BE">Div</div>

This div border color is #7294BE.


Opacity

.myOpacity80 { color: #7294BE; opacity: 0.8; }

<p style="color:#7294BE;opacity:0.8;">80%</p>

Text with #7294BE 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 #7294BE;}

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

This text has shadow with #7294BE color.

.textShadow {text-shadow: 3px 3px 1px #7294BE, 3px 3px 1px red;}

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

This text has shadow with #7294BE primary color and red secondary color.


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

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

This text has shadow with #7294BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7294BE on black background.


Color preview on white background

This text has color #7294BE on white background.



Black color preview on #7294BE background

This text has black color on #7294BE background.


White color preview on #7294BE background

This text has white color on #7294BE background.