Html Css Color HEX #487CBC Steel Blue

📋 copy color: '#487CBC'

red 72 ◦ green 124 ◦ blue 188

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

Shades of Steel Blue #487CBC

Tints of Steel Blue #487CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 18.75%
G = 32.29%
B = 48.96%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#487CBC (or 0x487CBC) is known color: Steel Blue. HEX triplet: 48, 7C and BC. RGB value is (72,124,188). Sum of RGB (Red+Green+Blue) = 72+124+188=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #487CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CBC is #B78343. Grayscale: #737373. Windows color (decimal): -12026692 or 12352584. OLE color: 12352584.

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

Color convert

RGB 72 124 188 -
CMYK 0.62 0.34 0 0.26
HSL 213.1º 0.46% 0.51% -
HSV(B) 213.1º 0.62% 0.74% -
XYZ 18.96 19.42 50.33 -
YUV 115.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 72 124 188 0.62 0.34 0 0.26 213.1 0.46 0.51
Hex 48 7C BC 3E 22 0 1A D5 2E 33
Octal 110 174 274 76 42 0 32 325 56 63
Binary 1001000 1111100 10111100 111110 100010 0 11010 11010101 101110 110011

Color Harmonies of #487CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CBC

Black with #487CBC

Text Example


Text Example

White with #487CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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