Html Css Color HEX #487CC0 Steel Blue

📋 copy color: '#487CC0'

red 72 ◦ green 124 ◦ blue 192

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

Shades of Steel Blue #487CC0

Tints of Steel Blue #487CC0

RGB

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

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

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

R = 18.56%
G = 31.96%
B = 49.48%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#487CC0 (or 0x487CC0) is known color: Steel Blue. HEX triplet: 48, 7C and C0. RGB value is (72,124,192). Sum of RGB (Red+Green+Blue) = 72+124+192=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #487CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CC0 is #B7833F. Grayscale: #737373. Windows color (decimal): -12026688 or 12614728. OLE color: 12614728.

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

Color convert

RGB 72 124 192 -
CMYK 0.63 0.35 0 0.25
HSL 214º 0.49% 0.52% -
HSV(B) 214º 0.63% 0.75% -
XYZ 19.39 19.6 52.63 -
YUV 116.2 170.77 96.47 -
System Red Green Blue C M Y K H S L
Decimal 72 124 192 0.63 0.35 0 0.25 214 0.49 0.52
Hex 48 7C C0 3F 23 0 19 D6 31 34
Octal 110 174 300 77 43 0 31 326 61 64
Binary 1001000 1111100 11000000 111111 100011 0 11001 11010110 110001 110100

Color Harmonies of #487CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CC0

Black with #487CC0

Text Example


Text Example

White with #487CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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