COLOR #457EBF

HEX: #457EBF
RGB: (69,126,191)

Color info

#457EBF contains mainly blue color. Web safe color of #457EBF is #3366CC (or #36C).

RGB color model

#457EBF color RGB value is (69,126,191).

  • red value is 69;
  • green value is 126;
  • blue value is 191.
RGB:
(69,126,191)
(27%,49%,75%)

RGB channels and saturation

R 69 of 255 = 27%
G 126 of 255 = 49%
B 191 of 255 = 75%

69
126
191

R + G + B ~ 50%. #457EBF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 126 + 191 = 386 (100%)
R 69 of 386 ~ 17.88%
G 126 of 386 ~ 32.64%
B 191 of 386 ~ 49.48%

%17.88
%32.64
%49.48

CMYK color model

#457EBF color CMYK value is (64,34,0,25).

  • cyan value is 63.87%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(64,34,0,25)
C64M34Y0K25 
(64%,34%,0%,25%)
(0.64/0.34/0.00/0.25)	

CMYK percentages

%63.87
%34.03
%0
%25.1

Codes

Color #457EBF in popluar color models

457EBF
RGB69126191
HSL212°48.80%50.98%
HSB/HSV212°63.87%74.90%
CMYK63.87%34.03%0.00%
25.10%

Color #457EBF in popluar number systems.

HEX457EBF
Decimal69126191
Binary1000101111111010111111
Octal105176277

Shades and tints

Shades of #457EBF

#457EBF
(69,126,191)
#3F73AE
(63,115,174)
#39689D
(57,104,157)
#335D8C
(51,93,140)
#2D527B
(45,82,123)
#27476A
(39,71,106)
#213C59
(33,60,89)
#1B3148
(27,49,72)
#152637
(21,38,55)
#0F1B26
(15,27,38)
#091015
(9,16,21)
#000000
(0,0,0)

Tints of #457EBF

#457EBF
(69,126,191)
#5589C4
(85,137,196)
#6594C9
(101,148,201)
#759FCE
(117,159,206)
#85AAD3
(133,170,211)
#95B5D8
(149,181,216)
#A5C0DD
(165,192,221)
#B5CBE2
(181,203,226)
#C5D6E7
(197,214,231)
#D5E1EC
(213,225,236)
#E5ECF1
(229,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457EBF color. Also use rgb(69,126,191) instead hex code.

Text Font Color

.myTextColor { color: #457EBF; }

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

This text font color is #457EBF.


Background Color

.myBgColor { background-color: #457EBF; }

<div style="background-color:#457EBF">Inner text</div>

This div background color is #457EBF.


Border color

.myBorderColor { border: 1px solid #457EBF; }

<div style="border:3px solid #457EBF">Div</div>

This div border color is #457EBF.


Opacity

.myOpacity80 { color: #457EBF; opacity: 0.8; }

<p style="color:#457EBF;opacity:0.8;">80%</p>

Text with #457EBF 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 #457EBF;}

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

This text has shadow with #457EBF color.

.textShadow {text-shadow: 3px 3px 1px #457EBF, 3px 3px 1px red;}

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

This text has shadow with #457EBF primary color and red secondary color.


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

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

This text has shadow with #457EBF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457EBF on black background.


Color preview on white background

This text has color #457EBF on white background.



Black color preview on #457EBF background

This text has black color on #457EBF background.


White color preview on #457EBF background

This text has white color on #457EBF background.