#457DB5

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

Shades of Steel Blue #457DB5

Tints of Steel Blue #457DB5

Color information

#457DB5 (or 0x457DB5) is unknown color: approx Steel Blue. HEX triplet: 45, 7D and B5. RGB value is (69,125,181). Sum of RGB (Red+Green+Blue) = 69+125+181=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #457DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DB5 is #BA824A. Grayscale: #727272. Windows color (decimal): -12223051 or 11894085. OLE color: 11894085.

HSL color Cylindrical-coordinate representation of color #457DB5: hue angle of 210º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #457DB5 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB69125181-
CMYK0.620.3100.29
HSL210º44.8%49.02%-
HSV(B)210º61.88%70.98%-
XYZ18.1319.2746.48-
YUV114.64165.4595.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 181 (71.09% from 255) = 48.27%
R=18.4%
G=33.33%
B=48.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal691251810.620.3100.2921044.849.02
Hex457DB53E1F01Dd22d31
Octal10517526576370353225561
Binary10001011111101101101011111101111101110111010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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