Html Css Color HEX #487FBE Steel Blue

📋 copy color: '#487FBE'

red 72 ◦ green 127 ◦ blue 190

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

Shades of Steel Blue #487FBE

Tints of Steel Blue #487FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 18.51%
G = 32.65%
B = 48.84%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#487FBE (or 0x487FBE) is known color: Steel Blue. HEX triplet: 48, 7F and BE. RGB value is (72,127,190). Sum of RGB (Red+Green+Blue) = 72+127+190=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #487FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FBE is #B78041. Grayscale: #757575. Windows color (decimal): -12025922 or 12484424. OLE color: 12484424.

HSL color Cylindrical-coordinate representation of color #487FBE: hue angle of 212.03º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #487FBE is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 127 190 -
CMYK 0.62 0.33 0 0.25
HSL 212.03º 0.48% 0.51% -
HSV(B) 212.03º 0.62% 0.75% -
XYZ 19.56 20.27 51.6 -
YUV 117.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 72 127 190 0.62 0.33 0 0.25 212.03 0.48 0.51
Hex 48 7F BE 3E 21 0 19 D4 30 33
Octal 110 177 276 76 41 0 31 324 60 63
Binary 1001000 1111111 10111110 111110 100001 0 11001 11010100 110000 110011

Color Harmonies of #487FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FBE

Black with #487FBE

Text Example


Text Example

White with #487FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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