#457DB2

Color #457DB2 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #457DB2

Tints of Steel Blue #457DB2

Color information

#457DB2 (or 0x457DB2) is unknown color: approx Steel Blue. HEX triplet: 45, 7D and B2. RGB value is (69,125,178). Sum of RGB (Red+Green+Blue) = 69+125+178=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #457DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457DB2 is #BA824D. Grayscale: #727272. Windows color (decimal): -12223054 or 11697477. OLE color: 11697477.

HSL color Cylindrical-coordinate representation of color #457DB2: hue angle of 209.17º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #457DB2 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB69125178-
CMYK0.610.3000.30
HSL209.17º44.13%48.43%-
HSV(B)209.17º61.24%69.8%-
XYZ17.8219.1544.88-
YUV114.3163.9595.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 18.55%
GREEN value IS 125 (49.22% from 255) = 33.60%
BLUE value IS 178 (69.92% from 255) = 47.85%
R=18.55%
G=33.60%
B=47.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal691251780.610.3000.30209.1744.1348.43
Hex457DB23D1E01Ed12c30
Octal10517526275360363215460
Binary10001011111101101100101111011111001111011010001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457DB2; }

 p { color: rgb(69,125,178); }

 H1.HeaderClassName
 {
   color: #457DB2;
 }
 .AnyTagClassName
 {
   color: #457DB2;
 }
</style>
background-color css

<style>
 a { background-color: #457DB2; }

 a { background-color: rgb(69,125,178); }

 div.DivClassName
 {
   background-color: #457DB2;
 }
 .BgClassName
 {
   background-color: #457DB2;
 }
</style>
border-color css

<style>
 span { border-color: #457DB2; }

 span { border-color: rgb(69,125,178); }

 td.TdClassName
 {
   border-color: #457DB2;
 }
 .TagClassName
 {
   border-color: #457DB2;
 }
</style>