Html Css Color HEX #487DB9 Steel Blue

📋 copy color: '#487DB9'

red 72 ◦ green 125 ◦ blue 185

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

Shades of Steel Blue #487DB9

Tints of Steel Blue #487DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.43%

R = 18.85%
G = 32.72%
B = 48.43%

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

#487DB9 (or 0x487DB9) is known color: Steel Blue. HEX triplet: 48, 7D and B9. RGB value is (72,125,185). Sum of RGB (Red+Green+Blue) = 72+125+185=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #487DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DB9 is #B78246. Grayscale: #737373. Windows color (decimal): -12026439 or 12156232. OLE color: 12156232.

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

Color convert

RGB 72 125 185 -
CMYK 0.61 0.32 0 0.27
HSL 211.86º 0.45% 0.5% -
HSV(B) 211.86º 0.61% 0.73% -
XYZ 18.76 19.55 48.68 -
YUV 115.99 166.94 96.62 -
System Red Green Blue C M Y K H S L
Decimal 72 125 185 0.61 0.32 0 0.27 211.86 0.45 0.5
Hex 48 7D B9 3D 20 0 1B D4 2D 32
Octal 110 175 271 75 40 0 33 324 55 62
Binary 1001000 1111101 10111001 111101 100000 0 11011 11010100 101101 110010

Color Harmonies of #487DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DB9

Black with #487DB9

Text Example


Text Example

White with #487DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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