Html Css Color HEX #457EC0 Steel Blue

📋 copy color: '#457EC0'

red 69 ◦ green 126 ◦ blue 192

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

Shades of Steel Blue #457EC0

Tints of Steel Blue #457EC0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.56%

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 17.83%
G = 32.56%
B = 49.61%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#457EC0 (or 0x457EC0) is known color: Steel Blue. HEX triplet: 45, 7E and C0. RGB value is (69,126,192). Sum of RGB (Red+Green+Blue) = 69+126+192=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #457EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457EC0 is #BA813F. Grayscale: #747474. Windows color (decimal): -12222784 or 12615237. OLE color: 12615237.

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

Color convert

RGB 69 126 192 -
CMYK 0.64 0.34 0 0.25
HSL 212.2º 0.49% 0.51% -
HSV(B) 212.2º 0.64% 0.75% -
XYZ 19.43 19.99 52.7 -
YUV 116.48 170.62 94.13 -
System Red Green Blue C M Y K H S L
Decimal 69 126 192 0.64 0.34 0 0.25 212.2 0.49 0.51
Hex 45 7E C0 40 22 0 19 D4 31 33
Octal 105 176 300 100 42 0 31 324 61 63
Binary 1000101 1111110 11000000 1000000 100010 0 11001 11010100 110001 110011

Color Harmonies of #457EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457EC0

Black with #457EC0

Text Example


Text Example

White with #457EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,126,192); }

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

background-color css

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

 a { background-color: rgb(69,126,192); }

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

border-color css

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

 span { border-color: rgb(69,126,192); }

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