Html Css Color HEX #487EBA Steel Blue

📋 copy color: '#487EBA'

red 72 ◦ green 126 ◦ blue 186

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

Shades of Steel Blue #487EBA

Tints of Steel Blue #487EBA

RGB

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

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

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

R = 18.75%
G = 32.81%
B = 48.44%

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

#487EBA (or 0x487EBA) is known color: Steel Blue. HEX triplet: 48, 7E and BA. RGB value is (72,126,186). Sum of RGB (Red+Green+Blue) = 72+126+186=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #487EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EBA is #B78145. Grayscale: #747474. Windows color (decimal): -12026182 or 12222024. OLE color: 12222024.

HSL color Cylindrical-coordinate representation of color #487EBA: hue angle of 211.58º 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 #487EBA is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 126 186 -
CMYK 0.61 0.32 0 0.27
HSL 211.58º 0.45% 0.51% -
HSV(B) 211.58º 0.61% 0.73% -
XYZ 19 19.84 49.28 -
YUV 116.69 167.11 96.12 -
System Red Green Blue C M Y K H S L
Decimal 72 126 186 0.61 0.32 0 0.27 211.58 0.45 0.51
Hex 48 7E BA 3D 20 0 1B D4 2D 33
Octal 110 176 272 75 40 0 33 324 55 63
Binary 1001000 1111110 10111010 111101 100000 0 11011 11010100 101101 110011

Color Harmonies of #487EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487EBA

Black with #487EBA

Text Example


Text Example

White with #487EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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