Html Css Color HEX #457DB8 Steel Blue

📋 copy color: '#457DB8'

red 69 ◦ green 125 ◦ blue 184

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

Shades of Steel Blue #457DB8

Tints of Steel Blue #457DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.68%

R = 18.25%
G = 33.07%
B = 48.68%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#457DB8 (or 0x457DB8) is known color: Steel Blue. HEX triplet: 45, 7D and B8. RGB value is (69,125,184). Sum of RGB (Red+Green+Blue) = 69+125+184=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #457DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DB8 is #BA8247. Grayscale: #727272. Windows color (decimal): -12223048 or 12090693. OLE color: 12090693.

HSL color Cylindrical-coordinate representation of color #457DB8: hue angle of 210.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #457DB8 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 69 125 184 -
CMYK 0.62 0.32 0 0.28
HSL 210.78º 0.45% 0.5% -
HSV(B) 210.78º 0.63% 0.72% -
XYZ 18.44 19.39 48.12 -
YUV 114.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 69 125 184 0.62 0.32 0 0.28 210.78 0.45 0.5
Hex 45 7D B8 3E 20 0 1C D3 2D 32
Octal 105 175 270 76 40 0 34 323 55 62
Binary 1000101 1111101 10111000 111110 100000 0 11100 11010011 101101 110010

Color Harmonies of #457DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457DB8

Black with #457DB8

Text Example


Text Example

White with #457DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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