Html Css Color HEX #487FBA Steel Blue

📋 copy color: '#487FBA'

red 72 ◦ green 127 ◦ blue 186

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

Shades of Steel Blue #487FBA

Tints of Steel Blue #487FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 18.7%
G = 32.99%
B = 48.31%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#487FBA (or 0x487FBA) is known color: Steel Blue. HEX triplet: 48, 7F and BA. RGB value is (72,127,186). Sum of RGB (Red+Green+Blue) = 72+127+186=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #487FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FBA is #B78045. Grayscale: #747474. Windows color (decimal): -12025926 or 12222280. OLE color: 12222280.

HSL color Cylindrical-coordinate representation of color #487FBA: hue angle of 211.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #487FBA is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 127 186 -
CMYK 0.61 0.32 0 0.27
HSL 211.05º 0.45% 0.51% -
HSV(B) 211.05º 0.61% 0.73% -
XYZ 19.12 20.1 49.33 -
YUV 117.28 166.78 95.7 -
System Red Green Blue C M Y K H S L
Decimal 72 127 186 0.61 0.32 0 0.27 211.05 0.45 0.51
Hex 48 7F BA 3D 20 0 1B D3 2D 33
Octal 110 177 272 75 40 0 33 323 55 63
Binary 1001000 1111111 10111010 111101 100000 0 11011 11010011 101101 110011

Color Harmonies of #487FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FBA

Black with #487FBA

Text Example


Text Example

White with #487FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,127,186); }

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

background-color css

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

 a { background-color: rgb(72,127,186); }

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

border-color css

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

 span { border-color: rgb(72,127,186); }

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