Html Css Color HEX #487ABF Steel Blue

📋 copy color: '#487ABF'

red 72 ◦ green 122 ◦ blue 191

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

Shades of Steel Blue #487ABF

Tints of Steel Blue #487ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

 BLUE value IS 191 (75% from 255) = 49.61%

R = 18.7%
G = 31.69%
B = 49.61%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#487ABF (or 0x487ABF) is known color: Steel Blue. HEX triplet: 48, 7A and BF. RGB value is (72,122,191). Sum of RGB (Red+Green+Blue) = 72+122+191=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #487ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487ABF is #B78540. Grayscale: #727272. Windows color (decimal): -12027201 or 12548680. OLE color: 12548680.

HSL color Cylindrical-coordinate representation of color #487ABF: hue angle of 214.79º degrees, saturation: 0.48, 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 #487ABF is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 122 191 -
CMYK 0.62 0.36 0 0.25
HSL 214.79º 0.48% 0.52% -
HSV(B) 214.79º 0.62% 0.75% -
XYZ 19.04 19.06 51.97 -
YUV 114.92 170.94 97.39 -
System Red Green Blue C M Y K H S L
Decimal 72 122 191 0.62 0.36 0 0.25 214.79 0.48 0.52
Hex 48 7A BF 3E 24 0 19 D7 30 34
Octal 110 172 277 76 44 0 31 327 60 64
Binary 1001000 1111010 10111111 111110 100100 0 11001 11010111 110000 110100

Color Harmonies of #487ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487ABF

Black with #487ABF

Text Example


Text Example

White with #487ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,122,191); }

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

background-color css

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

 a { background-color: rgb(72,122,191); }

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

border-color css

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

 span { border-color: rgb(72,122,191); }

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