Html Css Color HEX #487BC0 Steel Blue

📋 copy color: '#487BC0'

red 72 ◦ green 123 ◦ blue 192

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

Shades of Steel Blue #487BC0

Tints of Steel Blue #487BC0

RGB

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

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

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

R = 18.6%
G = 31.78%
B = 49.61%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#487BC0 (or 0x487BC0) is known color: Steel Blue. HEX triplet: 48, 7B and C0. RGB value is (72,123,192). Sum of RGB (Red+Green+Blue) = 72+123+192=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #487BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BC0 is #B7843F. Grayscale: #737373. Windows color (decimal): -12026944 or 12614472. OLE color: 12614472.

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

Color convert

RGB 72 123 192 -
CMYK 0.63 0.36 0 0.25
HSL 214.5º 0.49% 0.52% -
HSV(B) 214.5º 0.63% 0.75% -
XYZ 19.27 19.35 52.59 -
YUV 115.62 171.1 96.89 -
System Red Green Blue C M Y K H S L
Decimal 72 123 192 0.63 0.36 0 0.25 214.5 0.49 0.52
Hex 48 7B C0 3F 24 0 19 D6 31 34
Octal 110 173 300 77 44 0 31 326 61 64
Binary 1001000 1111011 11000000 111111 100100 0 11001 11010110 110001 110100

Color Harmonies of #487BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487BC0

Black with #487BC0

Text Example


Text Example

White with #487BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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