COLOR #457DBE

HEX: #457DBE RGB: (69,125,190)

Color info

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

RGB color model

#457DBE color RGB value is (69,125,190).

RGB: (69,125,190) (27%, 49%, 75%)

RGB channels and saturation

R 69 of 255 = 27%
G 125 of 255 = 49%
B 190 of 255 = 75%

69
125
190

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

Portions of RGB colors in percentages

R + G + B = 69 + 125 + 190 = 384 (100%)
R 69 of 384 ~ 17.97%
G 125 of 384 ~ 32.55%
B 190 of 384 ~ 49.48'%

%17.97
%32.55
%49.48

CMYK color model

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

  • cyan value is 63.68%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (64,34,0,25)
C64M34Y0K25 (64%, 34%, 0%, 25%)
(0.64 / 0.34 / 0.00 / 0.25)

CMYK percentages

%63.68
%34.21
%0
%25.49

Codes

Color #457DBE in popluar color models

45 7D BE
RGB 69 125 190
HSL 212° 48.21% 50.78%
HSB/HSV 212° 63.68% 74.51%
CMYK 63.68% 34.21% 0.00%
25.49%

Color #457DBE in popluar number systems.

HEX 45 7D BE
Decimal 69 125 190
Binary 1000101 1111101 10111110
Octal 105 175 276

Shades and tints

Shades of #457DBE

#457DBE
(69,125,190)
#3F72AD
(63,114,173)
#39679C
(57,103,156)
#335C8B
(51,92,139)
#2D517A
(45,81,122)
#274669
(39,70,105)
#213B58
(33,59,88)
#1B3047
(27,48,71)
#152536
(21,37,54)
#0F1A25
(15,26,37)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #457DBE

#457DBE
(69,125,190)
#5588C3
(85,136,195)
#6593C8
(101,147,200)
#759ECD
(117,158,205)
#85A9D2
(133,169,210)
#95B4D7
(149,180,215)
#A5BFDC
(165,191,220)
#B5CAE1
(181,202,225)
#C5D5E6
(197,213,230)
#D5E0EB
(213,224,235)
#E5EBF0
(229,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457DBE color. Also use rgb(69,125,190) instead hex code.

Text Font Color

.myTextColor { color: #457DBE; }

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

This text font color is #457DBE.

Background Color

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

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

This div background color is #457DBE.

Border color

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

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

This div border color is #457DBE.

Opacity

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

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

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

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

This text has shadow with #457DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #457DBE.

Preview

Color preview on black background

This text has color #457DBE on black background.


Color preview on white background

This text has color #457DBE on white background.


Black color preview on #457DBE background

This text has black color on #457DBE background.


White color preview on #457DBE background

This text has white color on #457DBE background.


Related colors

Complementary color

Complementary color for #hex is #BA8241.


I love getcolorcode.com

Triadic colors

1 #BE457D and #7DBE45 with #457DBE are triadic colors.

2 #BE7D45 and #7D45BE with #457DBE are triadic colors.