#487DBD

Color #487DBD Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #487DBD

Tints of Steel Blue #487DBD

Color information

#487DBD (or 0x487DBD) is unknown color: approx Steel Blue. HEX triplet: 48, 7D and BD. RGB value is (72,125,189). Sum of RGB (Red+Green+Blue) = 72+125+189=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #487DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DBD is #B78242. Grayscale: #747474. Windows color (decimal): -12026435 or 12418376. OLE color: 12418376.

HSL color Cylindrical-coordinate representation of color #487DBD: hue angle of 212.82º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #487DBD is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72125189-
CMYK0.620.3400.26
HSL212.82º46.99%51.18%-
HSV(B)212.82º61.9%74.12%-
XYZ19.1919.7250.94-
YUV116.45168.9496.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.65%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 189 (74.22% from 255) = 48.96%
R=18.65%
G=32.38%
B=48.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721251890.620.3400.26212.8246.9951.18
Hex487DBD3E2201Ad52f33
Octal11017527576420323255763
Binary100100011111011011110111111010001001101011010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487DBD; }

 p { color: rgb(72,125,189); }

 H1.HeaderClassName
 {
   color: #487DBD;
 }
 .AnyTagClassName
 {
   color: #487DBD;
 }
</style>
background-color css

<style>
 a { background-color: #487DBD; }

 a { background-color: rgb(72,125,189); }

 div.DivClassName
 {
   background-color: #487DBD;
 }
 .BgClassName
 {
   background-color: #487DBD;
 }
</style>
border-color css

<style>
 span { border-color: #487DBD; }

 span { border-color: rgb(72,125,189); }

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