Html Css Color HEX #487EC0 Steel Blue

📋 copy color: '#487EC0'

red 72 ◦ green 126 ◦ blue 192

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

Shades of Steel Blue #487EC0

Tints of Steel Blue #487EC0

RGB

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

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

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

R = 18.46%
G = 32.31%
B = 49.23%

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

#487EC0 (or 0x487EC0) is known color: Steel Blue. HEX triplet: 48, 7E and C0. RGB value is (72,126,192). Sum of RGB (Red+Green+Blue) = 72+126+192=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #487EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EC0 is #B7813F. Grayscale: #757575. Windows color (decimal): -12026176 or 12615240. OLE color: 12615240.

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

Color convert

RGB 72 126 192 -
CMYK 0.63 0.34 0 0.25
HSL 213º 0.49% 0.52% -
HSV(B) 213º 0.63% 0.75% -
XYZ 19.65 20.11 52.71 -
YUV 117.38 170.11 95.63 -
System Red Green Blue C M Y K H S L
Decimal 72 126 192 0.63 0.34 0 0.25 213 0.49 0.52
Hex 48 7E C0 3F 22 0 19 D5 31 34
Octal 110 176 300 77 42 0 31 325 61 64
Binary 1001000 1111110 11000000 111111 100010 0 11001 11010101 110001 110100

Color Harmonies of #487EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487EC0

Black with #487EC0

Text Example


Text Example

White with #487EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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