COLOR #457BCC

HEX: #457BCC RGB: (69,123,204)

Color info

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

RGB color model

#457BCC color RGB value is (69,123,204).

RGB: (69,123,204) (27%, 48%, 80%)

RGB channels and saturation

R 69 of 255 = 27%
G 123 of 255 = 48%
B 204 of 255 = 80%

69
123
204

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

Portions of RGB colors in percentages

R + G + B = 69 + 123 + 204 = 396 (100%)
R 69 of 396 ~ 17.42%
G 123 of 396 ~ 31.06%
B 204 of 396 ~ 51.52'%

%17.42
%31.06
%51.52

CMYK color model

#457BCC color CMYK value is (66,40,0,20).

  • cyan value is 66.18%
  • magenta value is 39.71%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (66,40,0,20)
C66M40Y0K20 (66%, 40%, 0%, 20%)
(0.66 / 0.40 / 0.00 / 0.20)

CMYK percentages

%66.18
%39.71
%0
%20

Codes

Color #457BCC in popluar color models

45 7B CC
RGB 69 123 204
HSL 216° 56.96% 53.53%
HSB/HSV 216° 66.18% 80.00%
CMYK 66.18% 39.71% 0.00%
20.00%

Color #457BCC in popluar number systems.

HEX 45 7B CC
Decimal 69 123 204
Binary 1000101 1111011 11001100
Octal 105 173 314

Shades and tints

Shades of #457BCC

#457BCC
(69,123,204)
#3F70BA
(63,112,186)
#3965A8
(57,101,168)
#335A96
(51,90,150)
#2D4F84
(45,79,132)
#274472
(39,68,114)
#213960
(33,57,96)
#1B2E4E
(27,46,78)
#15233C
(21,35,60)
#0F182A
(15,24,42)
#090D18
(9,13,24)
#000000
(0,0,0)

Tints of #457BCC

#457BCC
(69,123,204)
#5587D0
(85,135,208)
#6593D4
(101,147,212)
#759FD8
(117,159,216)
#85ABDC
(133,171,220)
#95B7E0
(149,183,224)
#A5C3E4
(165,195,228)
#B5CFE8
(181,207,232)
#C5DBEC
(197,219,236)
#D5E7F0
(213,231,240)
#E5F3F4
(229,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457BCC color. Also use rgb(69,123,204) instead hex code.

Text Font Color

.myTextColor { color: #457BCC; }

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

This text font color is #457BCC.

Background Color

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

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

This div background color is #457BCC.

Border color

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

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

This div border color is #457BCC.

Opacity

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

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

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

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

This text has shadow with #457BCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #457BCC.

Preview

Color preview on black background

This text has color #457BCC on black background.


Color preview on white background

This text has color #457BCC on white background.


Black color preview on #457BCC background

This text has black color on #457BCC background.


White color preview on #457BCC background

This text has white color on #457BCC background.


Related colors

Complementary color

Complementary color for #hex is #BA8433.


I love getcolorcode.com

Triadic colors

1 #CC457B and #7BCC45 with #457BCC are triadic colors.

2 #CC7B45 and #7B45CC with #457BCC are triadic colors.