Html Css Color HEX #457DBF Steel Blue

📋 copy color: '#457DBF'

red 69 ◦ green 125 ◦ blue 191

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

Shades of Steel Blue #457DBF

Tints of Steel Blue #457DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.61%

R = 17.92%
G = 32.47%
B = 49.61%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#457DBF (or 0x457DBF) is known color: Steel Blue. HEX triplet: 45, 7D and BF. RGB value is (69,125,191). Sum of RGB (Red+Green+Blue) = 69+125+191=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #457DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DBF is #BA8240. Grayscale: #737373. Windows color (decimal): -12223041 or 12549445. OLE color: 12549445.

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

Color convert

RGB 69 125 191 -
CMYK 0.64 0.35 0 0.25
HSL 212.46º 0.49% 0.51% -
HSV(B) 212.46º 0.64% 0.75% -
XYZ 19.19 19.69 52.08 -
YUV 115.78 170.45 94.63 -
System Red Green Blue C M Y K H S L
Decimal 69 125 191 0.64 0.35 0 0.25 212.46 0.49 0.51
Hex 45 7D BF 40 23 0 19 D4 31 33
Octal 105 175 277 100 43 0 31 324 61 63
Binary 1000101 1111101 10111111 1000000 100011 0 11001 11010100 110001 110011

Color Harmonies of #457DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457DBF

Black with #457DBF

Text Example


Text Example

White with #457DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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