Html Css Color HEX #457DB2 Steel Blue

📋 copy color: '#457DB2'

red 69 ◦ green 125 ◦ blue 178

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

Shades of Steel Blue #457DB2

Tints of Steel Blue #457DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.85%

R = 18.55%
G = 33.6%
B = 47.85%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#457DB2 (or 0x457DB2) is known color: Steel Blue. HEX triplet: 45, 7D and B2. RGB value is (69,125,178). Sum of RGB (Red+Green+Blue) = 69+125+178=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #457DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457DB2 is #BA824D. Grayscale: #727272. Windows color (decimal): -12223054 or 11697477. OLE color: 11697477.

HSL color Cylindrical-coordinate representation of color #457DB2: hue angle of 209.17º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #457DB2 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 69 125 178 -
CMYK 0.61 0.30 0 0.30
HSL 209.17º 0.44% 0.48% -
HSV(B) 209.17º 0.61% 0.7% -
XYZ 17.82 19.15 44.88 -
YUV 114.3 163.95 95.69 -
System Red Green Blue C M Y K H S L
Decimal 69 125 178 0.61 0.30 0 0.30 209.17 0.44 0.48
Hex 45 7D B2 3D 1E 0 1E D1 2C 30
Octal 105 175 262 75 36 0 36 321 54 60
Binary 1000101 1111101 10110010 111101 11110 0 11110 11010001 101100 110000

Color Harmonies of #457DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457DB2

Black with #457DB2

Text Example


Text Example

White with #457DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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