Html Css Color HEX #457DB9 Steel Blue

📋 copy color: '#457DB9'

red 69 ◦ green 125 ◦ blue 185

#457DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #457DB9

Tints of Steel Blue #457DB9

RGB

 RED value IS 69 (27.34% from 255) = 18.21%

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 185 (72.66% from 255) = 48.81%

R = 18.21%
G = 32.98%
B = 48.81%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#457DB9 (or 0x457DB9) is known color: Steel Blue. HEX triplet: 45, 7D and B9. RGB value is (69,125,185). Sum of RGB (Red+Green+Blue) = 69+125+185=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #457DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DB9 is #BA8246. Grayscale: #727272. Windows color (decimal): -12223047 or 12156229. OLE color: 12156229.

HSL color Cylindrical-coordinate representation of color #457DB9: hue angle of 211.03º 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 #457DB9 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 125 185 -
CMYK 0.63 0.32 0 0.27
HSL 211.03º 0.46% 0.5% -
HSV(B) 211.03º 0.63% 0.73% -
XYZ 18.54 19.44 48.67 -
YUV 115.1 167.45 95.12 -
System Red Green Blue C M Y K H S L
Decimal 69 125 185 0.63 0.32 0 0.27 211.03 0.46 0.5
Hex 45 7D B9 3F 20 0 1B D3 2E 32
Octal 105 175 271 77 40 0 33 323 56 62
Binary 1000101 1111101 10111001 111111 100000 0 11011 11010011 101110 110010

Color Harmonies of #457DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457DB9

Black with #457DB9

Text Example


Text Example

White with #457DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #457DB9;
 }
 .AnyTagClassName
 {
   color: #457DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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