Html Css Color HEX #457FBB Steel Blue

📋 copy color: '#457FBB'

red 69 ◦ green 127 ◦ blue 187

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

Shades of Steel Blue #457FBB

Tints of Steel Blue #457FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 18.02%
G = 33.16%
B = 48.83%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#457FBB (or 0x457FBB) is known color: Steel Blue. HEX triplet: 45, 7F and BB. RGB value is (69,127,187). Sum of RGB (Red+Green+Blue) = 69+127+187=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #457FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FBB is #BA8044. Grayscale: #747474. Windows color (decimal): -12222533 or 12287813. OLE color: 12287813.

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

Color convert

RGB 69 127 187 -
CMYK 0.63 0.32 0 0.27
HSL 210.51º 0.46% 0.5% -
HSV(B) 210.51º 0.63% 0.73% -
XYZ 19.01 20.03 49.88 -
YUV 116.5 167.78 94.12 -
System Red Green Blue C M Y K H S L
Decimal 69 127 187 0.63 0.32 0 0.27 210.51 0.46 0.5
Hex 45 7F BB 3F 20 0 1B D3 2E 32
Octal 105 177 273 77 40 0 33 323 56 62
Binary 1000101 1111111 10111011 111111 100000 0 11011 11010011 101110 110010

Color Harmonies of #457FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457FBB

Black with #457FBB

Text Example


Text Example

White with #457FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,127,187); }

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

background-color css

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

 a { background-color: rgb(69,127,187); }

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

border-color css

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

 span { border-color: rgb(69,127,187); }

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