Html Css Color HEX #487EBC Steel Blue

📋 copy color: '#487EBC'

red 72 ◦ green 126 ◦ blue 188

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

Shades of Steel Blue #487EBC

Tints of Steel Blue #487EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.64%

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

R = 18.65%
G = 32.64%
B = 48.7%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#487EBC (or 0x487EBC) is known color: Steel Blue. HEX triplet: 48, 7E and BC. RGB value is (72,126,188). Sum of RGB (Red+Green+Blue) = 72+126+188=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #487EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EBC is #B78143. Grayscale: #747474. Windows color (decimal): -12026180 or 12353096. OLE color: 12353096.

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

Color convert

RGB 72 126 188 -
CMYK 0.62 0.33 0 0.26
HSL 212.07º 0.46% 0.51% -
HSV(B) 212.07º 0.62% 0.74% -
XYZ 19.21 19.93 50.41 -
YUV 116.92 168.11 95.96 -
System Red Green Blue C M Y K H S L
Decimal 72 126 188 0.62 0.33 0 0.26 212.07 0.46 0.51
Hex 48 7E BC 3E 21 0 1A D4 2E 33
Octal 110 176 274 76 41 0 32 324 56 63
Binary 1001000 1111110 10111100 111110 100001 0 11010 11010100 101110 110011

Color Harmonies of #487EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487EBC

Black with #487EBC

Text Example


Text Example

White with #487EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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