Html Css Color HEX #487FC0 Steel Blue

📋 copy color: '#487FC0'

red 72 ◦ green 127 ◦ blue 192

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

Shades of Steel Blue #487FC0

Tints of Steel Blue #487FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.1%

R = 18.41%
G = 32.48%
B = 49.1%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#487FC0 (or 0x487FC0) is known color: Steel Blue. HEX triplet: 48, 7F and C0. RGB value is (72,127,192). Sum of RGB (Red+Green+Blue) = 72+127+192=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #487FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FC0 is #B7803F. Grayscale: #757575. Windows color (decimal): -12025920 or 12615496. OLE color: 12615496.

HSL color Cylindrical-coordinate representation of color #487FC0: hue angle of 212.5º degrees, saturation: 0.49, 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 #487FC0 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 127 192 -
CMYK 0.63 0.34 0 0.25
HSL 212.5º 0.49% 0.52% -
HSV(B) 212.5º 0.63% 0.75% -
XYZ 19.78 20.36 52.76 -
YUV 117.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 72 127 192 0.63 0.34 0 0.25 212.5 0.49 0.52
Hex 48 7F C0 3F 22 0 19 D4 31 34
Octal 110 177 300 77 42 0 31 324 61 64
Binary 1001000 1111111 11000000 111111 100010 0 11001 11010100 110001 110100

Color Harmonies of #487FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FC0

Black with #487FC0

Text Example


Text Example

White with #487FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,127,192); }

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

background-color css

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

 a { background-color: rgb(72,127,192); }

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

border-color css

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

 span { border-color: rgb(72,127,192); }

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