#457DBF

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

Shades of Steel Blue #457DBF

Tints of Steel Blue #457DBF

Color information

#457DBF (or 0x457DBF) is unknown color: approx Steel Blue. HEX triplet: 45, 7D and BF. RGB value is (69,125,191). Sum of RGB (Red+Green+Blue) = 69+125+191=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #457DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DBF is #BA8240. Grayscale: #737373. Windows color (decimal): -12223041 or 12549445. OLE color: 12549445.

HSL color Cylindrical-coordinate representation of color #457DBF: hue angle of 212.46º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #457DBF is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB69125191-
CMYK0.640.3500.25
HSL212.46º48.8%50.98%-
HSV(B)212.46º63.87%74.9%-
XYZ19.1919.6952.08-
YUV115.78170.4594.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.92%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 191 (75% from 255) = 49.61%
R=17.92%
G=32.47%
B=49.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691251910.640.3500.25212.4648.850.98
Hex457DBF4023019d43133
Octal105175277100430313246163
Binary1000101111110110111111100000010001101100111010100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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