Html Css Color HEX #487BBD Steel Blue

📋 copy color: '#487BBD'

red 72 ◦ green 123 ◦ blue 189

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

Shades of Steel Blue #487BBD

Tints of Steel Blue #487BBD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 18.75%
G = 32.03%
B = 49.22%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#487BBD (or 0x487BBD) is known color: Steel Blue. HEX triplet: 48, 7B and BD. RGB value is (72,123,189). Sum of RGB (Red+Green+Blue) = 72+123+189=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #487BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BBD is #B78442. Grayscale: #727272. Windows color (decimal): -12026947 or 12417864. OLE color: 12417864.

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

Color convert

RGB 72 123 189 -
CMYK 0.62 0.35 0 0.26
HSL 213.85º 0.47% 0.51% -
HSV(B) 213.85º 0.62% 0.74% -
XYZ 18.94 19.22 50.86 -
YUV 115.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 72 123 189 0.62 0.35 0 0.26 213.85 0.47 0.51
Hex 48 7B BD 3E 23 0 1A D6 2F 33
Octal 110 173 275 76 43 0 32 326 57 63
Binary 1001000 1111011 10111101 111110 100011 0 11010 11010110 101111 110011

Color Harmonies of #487BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487BBD

Black with #487BBD

Text Example


Text Example

White with #487BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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