Html Css Color HEX #487EB5 Steel Blue

📋 copy color: '#487EB5'

red 72 ◦ green 126 ◦ blue 181

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

Shades of Steel Blue #487EB5

Tints of Steel Blue #487EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.76%

R = 19%
G = 33.25%
B = 47.76%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#487EB5 (or 0x487EB5) is known color: Steel Blue. HEX triplet: 48, 7E and B5. RGB value is (72,126,181). Sum of RGB (Red+Green+Blue) = 72+126+181=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #487EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EB5 is #B7814A. Grayscale: #737373. Windows color (decimal): -12026187 or 11894344. OLE color: 11894344.

HSL color Cylindrical-coordinate representation of color #487EB5: hue angle of 210.28º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #487EB5 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 126 181 -
CMYK 0.60 0.30 0 0.29
HSL 210.28º 0.43% 0.5% -
HSV(B) 210.28º 0.6% 0.71% -
XYZ 18.47 19.64 46.53 -
YUV 116.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 72 126 181 0.60 0.30 0 0.29 210.28 0.43 0.5
Hex 48 7E B5 3C 1E 0 1D D2 2B 32
Octal 110 176 265 74 36 0 35 322 53 62
Binary 1001000 1111110 10110101 111100 11110 0 11101 11010010 101011 110010

Color Harmonies of #487EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487EB5

Black with #487EB5

Text Example


Text Example

White with #487EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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