Html Css Color HEX #487EBF Steel Blue

📋 copy color: '#487EBF'

red 72 ◦ green 126 ◦ blue 191

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

Shades of Steel Blue #487EBF

Tints of Steel Blue #487EBF

RGB

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

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

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

R = 18.51%
G = 32.39%
B = 49.1%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#487EBF (or 0x487EBF) is known color: Steel Blue. HEX triplet: 48, 7E and BF. RGB value is (72,126,191). Sum of RGB (Red+Green+Blue) = 72+126+191=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #487EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EBF is #B78140. Grayscale: #747474. Windows color (decimal): -12026177 or 12549704. OLE color: 12549704.

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

Color convert

RGB 72 126 191 -
CMYK 0.62 0.34 0 0.25
HSL 212.77º 0.48% 0.52% -
HSV(B) 212.77º 0.62% 0.75% -
XYZ 19.54 20.06 52.13 -
YUV 117.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 72 126 191 0.62 0.34 0 0.25 212.77 0.48 0.52
Hex 48 7E BF 3E 22 0 19 D5 30 34
Octal 110 176 277 76 42 0 31 325 60 64
Binary 1001000 1111110 10111111 111110 100010 0 11001 11010101 110000 110100

Color Harmonies of #487EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487EBF

Black with #487EBF

Text Example


Text Example

White with #487EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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