Html Css Color HEX #487CBF Steel Blue

📋 copy color: '#487CBF'

red 72 ◦ green 124 ◦ blue 191

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

Shades of Steel Blue #487CBF

Tints of Steel Blue #487CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.35%

R = 18.6%
G = 32.04%
B = 49.35%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#487CBF (or 0x487CBF) is known color: Steel Blue. HEX triplet: 48, 7C and BF. RGB value is (72,124,191). Sum of RGB (Red+Green+Blue) = 72+124+191=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #487CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CBF is #B78340. Grayscale: #737373. Windows color (decimal): -12026689 or 12549192. OLE color: 12549192.

HSL color Cylindrical-coordinate representation of color #487CBF: hue angle of 213.78º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #487CBF is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 124 191 -
CMYK 0.62 0.35 0 0.25
HSL 213.78º 0.48% 0.52% -
HSV(B) 213.78º 0.62% 0.75% -
XYZ 19.28 19.55 52.05 -
YUV 116.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 72 124 191 0.62 0.35 0 0.25 213.78 0.48 0.52
Hex 48 7C BF 3E 23 0 19 D6 30 34
Octal 110 174 277 76 43 0 31 326 60 64
Binary 1001000 1111100 10111111 111110 100011 0 11001 11010110 110000 110100

Color Harmonies of #487CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CBF

Black with #487CBF

Text Example


Text Example

White with #487CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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