#457DC1

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

Shades of Steel Blue #457DC1

Tints of Steel Blue #457DC1

Color information

#457DC1 (or 0x457DC1) is unknown color: approx Steel Blue. HEX triplet: 45, 7D and C1. RGB value is (69,125,193). Sum of RGB (Red+Green+Blue) = 69+125+193=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #457DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DC1 is #BA823E. Grayscale: #737373. Windows color (decimal): -12223039 or 12680517. OLE color: 12680517.

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

Color convert

RGB69125193-
CMYK0.640.3500.24
HSL212.9º50%51.37%-
HSV(B)212.9º64.25%75.69%-
XYZ19.4119.7853.25-
YUV116.01171.4594.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.83%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 193 (75.78% from 255) = 49.87%
R=17.83%
G=32.30%
B=49.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691251930.640.3500.24212.95051.37
Hex457DC14023018d53233
Octal105175301100430303256263
Binary1000101111110111000001100000010001101100011010101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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