#457DBB

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

Shades of Steel Blue #457DBB

Tints of Steel Blue #457DBB

Color information

#457DBB (or 0x457DBB) is unknown color: approx Steel Blue. HEX triplet: 45, 7D and BB. RGB value is (69,125,187). Sum of RGB (Red+Green+Blue) = 69+125+187=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #457DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DBB is #BA8244. Grayscale: #737373. Windows color (decimal): -12223045 or 12287301. OLE color: 12287301.

HSL color Cylindrical-coordinate representation of color #457DBB: hue angle of 211.53º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #457DBB is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69125187-
CMYK0.630.3300.27
HSL211.53º46.46%50.2%-
HSV(B)211.53º63.1%73.33%-
XYZ18.7619.5249.79-
YUV115.32168.4594.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=18.11%
G=32.81%
B=49.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691251870.630.3300.27211.5346.4650.2
Hex457DBB3F2101Bd42e32
Octal10517527377410333245662
Binary100010111111011011101111111110000101101111010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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