Html Css Color HEX #457ABA Steel Blue

📋 copy color: '#457ABA'

red 69 ◦ green 122 ◦ blue 186

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

Shades of Steel Blue #457ABA

Tints of Steel Blue #457ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 18.3%
G = 32.36%
B = 49.34%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#457ABA (or 0x457ABA) is known color: Steel Blue. HEX triplet: 45, 7A and BA. RGB value is (69,122,186). Sum of RGB (Red+Green+Blue) = 69+122+186=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #457ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ABA is #BA8545. Grayscale: #717171. Windows color (decimal): -12223814 or 12220997. OLE color: 12220997.

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

Color convert

RGB 69 122 186 -
CMYK 0.63 0.34 0 0.27
HSL 212.82º 0.46% 0.5% -
HSV(B) 212.82º 0.63% 0.73% -
XYZ 18.28 18.73 49.11 -
YUV 113.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 69 122 186 0.63 0.34 0 0.27 212.82 0.46 0.5
Hex 45 7A BA 3F 22 0 1B D5 2E 32
Octal 105 172 272 77 42 0 33 325 56 62
Binary 1000101 1111010 10111010 111111 100010 0 11011 11010101 101110 110010

Color Harmonies of #457ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457ABA

Black with #457ABA

Text Example


Text Example

White with #457ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,122,186); }

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

background-color css

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

 a { background-color: rgb(69,122,186); }

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

border-color css

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

 span { border-color: rgb(69,122,186); }

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