COLOR #457DC0

HEX: #457DC0
RGB: (69,125,192)

Color info

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

RGB color model

#457DC0 color RGB value is (69,125,192).

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

RGB channels and saturation

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

69
125
192

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

Portions of RGB colors in percentages

R + G + B =
69 + 125 + 192 = 386 (100%)
R 69 of 386 ~ 17.88%
G 125 of 386 ~ 32.38%
B 192 of 386 ~ 49.74%

%17.88
%32.38
%49.74

CMYK color model

#457DC0 color CMYK value is (64,35,0,25).

  • cyan value is 64.06%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(64,35,0,25)
C64M35Y0K25 
(64%,35%,0%,25%)
(0.64/0.35/0.00/0.25)	

CMYK percentages

%64.06
%34.9
%0
%24.71

Codes

Color #457DC0 in popluar color models

457DC0
RGB69125192
HSL213°49.40%51.18%
HSB/HSV213°64.06%75.29%
CMYK64.06%34.90%0.00%
24.71%

Color #457DC0 in popluar number systems.

HEX457DC0
Decimal69125192
Binary1000101111110111000000
Octal105175300

Shades and tints

Shades of #457DC0

#457DC0
(69,125,192)
#3F72AF
(63,114,175)
#39679E
(57,103,158)
#335C8D
(51,92,141)
#2D517C
(45,81,124)
#27466B
(39,70,107)
#213B5A
(33,59,90)
#1B3049
(27,48,73)
#152538
(21,37,56)
#0F1A27
(15,26,39)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #457DC0

#457DC0
(69,125,192)
#5588C5
(85,136,197)
#6593CA
(101,147,202)
#759ECF
(117,158,207)
#85A9D4
(133,169,212)
#95B4D9
(149,180,217)
#A5BFDE
(165,191,222)
#B5CAE3
(181,202,227)
#C5D5E8
(197,213,232)
#D5E0ED
(213,224,237)
#E5EBF2
(229,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457DC0; }

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

This text font color is #457DC0.


Background Color

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

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

This div background color is #457DC0.


Border color

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

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

This div border color is #457DC0.


Opacity

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

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

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

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

This text has shadow with #457DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457DC0 on black background.


Color preview on white background

This text has color #457DC0 on white background.



Black color preview on #457DC0 background

This text has black color on #457DC0 background.


White color preview on #457DC0 background

This text has white color on #457DC0 background.