Html Css Color HEX #487DB3 Steel Blue

📋 copy color: '#487DB3'

red 72 ◦ green 125 ◦ blue 179

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

Shades of Steel Blue #487DB3

Tints of Steel Blue #487DB3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

 BLUE value IS 179 (70.31% from 255) = 47.61%

R = 19.15%
G = 33.24%
B = 47.61%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#487DB3 (or 0x487DB3) is known color: Steel Blue. HEX triplet: 48, 7D and B3. RGB value is (72,125,179). Sum of RGB (Red+Green+Blue) = 72+125+179=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #487DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DB3 is #B7824C. Grayscale: #737373. Windows color (decimal): -12026445 or 11763016. OLE color: 11763016.

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

Color convert

RGB 72 125 179 -
CMYK 0.60 0.30 0 0.30
HSL 210.28º 0.43% 0.49% -
HSV(B) 210.28º 0.6% 0.7% -
XYZ 18.14 19.3 45.42 -
YUV 115.31 163.94 97.11 -
System Red Green Blue C M Y K H S L
Decimal 72 125 179 0.60 0.30 0 0.30 210.28 0.43 0.49
Hex 48 7D B3 3C 1E 0 1E D2 2B 31
Octal 110 175 263 74 36 0 36 322 53 61
Binary 1001000 1111101 10110011 111100 11110 0 11110 11010010 101011 110001

Color Harmonies of #487DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DB3

Black with #487DB3

Text Example


Text Example

White with #487DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,125,179); }

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

background-color css

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

 a { background-color: rgb(72,125,179); }

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

border-color css

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

 span { border-color: rgb(72,125,179); }

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