Html Css Color HEX #457CC1 Steel Blue

📋 copy color: '#457CC1'

red 69 ◦ green 124 ◦ blue 193

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

Shades of Steel Blue #457CC1

Tints of Steel Blue #457CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50%

R = 17.88%
G = 32.12%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#457CC1 (or 0x457CC1) is known color: Steel Blue. HEX triplet: 45, 7C and C1. RGB value is (69,124,193). Sum of RGB (Red+Green+Blue) = 69+124+193=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #457CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CC1 is #BA833E. Grayscale: #737373. Windows color (decimal): -12223295 or 12680261. OLE color: 12680261.

HSL color Cylindrical-coordinate representation of color #457CC1: hue angle of 213.39º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #457CC1 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 124 193 -
CMYK 0.64 0.36 0 0.24
HSL 213.39º 0.5% 0.51% -
HSV(B) 213.39º 0.64% 0.76% -
XYZ 19.29 19.53 53.21 -
YUV 115.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 69 124 193 0.64 0.36 0 0.24 213.39 0.5 0.51
Hex 45 7C C1 40 24 0 18 D5 32 33
Octal 105 174 301 100 44 0 30 325 62 63
Binary 1000101 1111100 11000001 1000000 100100 0 11000 11010101 110010 110011

Color Harmonies of #457CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457CC1

Black with #457CC1

Text Example


Text Example

White with #457CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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