Html Css Color HEX #457CBA Steel Blue

📋 copy color: '#457CBA'

red 69 ◦ green 124 ◦ blue 186

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

Shades of Steel Blue #457CBA

Tints of Steel Blue #457CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.72%

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

R = 18.21%
G = 32.72%
B = 49.08%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#457CBA (or 0x457CBA) is known color: Steel Blue. HEX triplet: 45, 7C and BA. RGB value is (69,124,186). Sum of RGB (Red+Green+Blue) = 69+124+186=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #457CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CBA is #BA8345. Grayscale: #727272. Windows color (decimal): -12223302 or 12221509. OLE color: 12221509.

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

Color convert

RGB 69 124 186 -
CMYK 0.63 0.33 0 0.27
HSL 211.79º 0.46% 0.5% -
HSV(B) 211.79º 0.63% 0.73% -
XYZ 18.52 19.23 49.19 -
YUV 114.62 168.28 95.46 -
System Red Green Blue C M Y K H S L
Decimal 69 124 186 0.63 0.33 0 0.27 211.79 0.46 0.5
Hex 45 7C BA 3F 21 0 1B D4 2E 32
Octal 105 174 272 77 41 0 33 324 56 62
Binary 1000101 1111100 10111010 111111 100001 0 11011 11010100 101110 110010

Color Harmonies of #457CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457CBA

Black with #457CBA

Text Example


Text Example

White with #457CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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