Html Css Color HEX #457BBA Steel Blue

📋 copy color: '#457BBA'

red 69 ◦ green 123 ◦ blue 186

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

Shades of Steel Blue #457BBA

Tints of Steel Blue #457BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.54%

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

R = 18.25%
G = 32.54%
B = 49.21%

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

#457BBA (or 0x457BBA) is known color: Steel Blue. HEX triplet: 45, 7B and BA. RGB value is (69,123,186). Sum of RGB (Red+Green+Blue) = 69+123+186=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #457BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457BBA is #BA8445. Grayscale: #717171. Windows color (decimal): -12223558 or 12221253. OLE color: 12221253.

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

Color convert

RGB 69 123 186 -
CMYK 0.63 0.34 0 0.27
HSL 212.31º 0.46% 0.5% -
HSV(B) 212.31º 0.63% 0.73% -
XYZ 18.4 18.98 49.15 -
YUV 114.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 69 123 186 0.63 0.34 0 0.27 212.31 0.46 0.5
Hex 45 7B BA 3F 22 0 1B D4 2E 32
Octal 105 173 272 77 42 0 33 324 56 62
Binary 1000101 1111011 10111010 111111 100010 0 11011 11010100 101110 110010

Color Harmonies of #457BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457BBA

Black with #457BBA

Text Example


Text Example

White with #457BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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