Html Css Color HEX #487CBD Steel Blue

📋 copy color: '#487CBD'

red 72 ◦ green 124 ◦ blue 189

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

Shades of Steel Blue #487CBD

Tints of Steel Blue #487CBD

RGB

 RED value IS 72 (28.52% from 255) = 18.7%

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 18.7%
G = 32.21%
B = 49.09%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#487CBD (or 0x487CBD) is known color: Steel Blue. HEX triplet: 48, 7C and BD. RGB value is (72,124,189). Sum of RGB (Red+Green+Blue) = 72+124+189=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #487CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CBD is #B78342. Grayscale: #737373. Windows color (decimal): -12026691 or 12418120. OLE color: 12418120.

HSL color Cylindrical-coordinate representation of color #487CBD: hue angle of 213.33º 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 #487CBD is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 124 189 -
CMYK 0.62 0.34 0 0.26
HSL 213.33º 0.47% 0.51% -
HSV(B) 213.33º 0.62% 0.74% -
XYZ 19.07 19.47 50.9 -
YUV 115.86 169.27 96.71 -
System Red Green Blue C M Y K H S L
Decimal 72 124 189 0.62 0.34 0 0.26 213.33 0.47 0.51
Hex 48 7C BD 3E 22 0 1A D5 2F 33
Octal 110 174 275 76 42 0 32 325 57 63
Binary 1001000 1111100 10111101 111110 100010 0 11010 11010101 101111 110011

Color Harmonies of #487CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CBD

Black with #487CBD

Text Example


Text Example

White with #487CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #487CBD;
 }
 .AnyTagClassName
 {
   color: #487CBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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