Html Css Color HEX #487BBE Steel Blue

📋 copy color: '#487BBE'

red 72 ◦ green 123 ◦ blue 190

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

Shades of Steel Blue #487BBE

Tints of Steel Blue #487BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 18.7%
G = 31.95%
B = 49.35%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#487BBE (or 0x487BBE) is known color: Steel Blue. HEX triplet: 48, 7B and BE. RGB value is (72,123,190). Sum of RGB (Red+Green+Blue) = 72+123+190=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #487BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BBE is #B78441. Grayscale: #737373. Windows color (decimal): -12026946 or 12483400. OLE color: 12483400.

HSL color Cylindrical-coordinate representation of color #487BBE: hue angle of 214.07º 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 #487BBE is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 123 190 -
CMYK 0.62 0.35 0 0.25
HSL 214.07º 0.48% 0.51% -
HSV(B) 214.07º 0.62% 0.75% -
XYZ 19.05 19.26 51.43 -
YUV 115.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 72 123 190 0.62 0.35 0 0.25 214.07 0.48 0.51
Hex 48 7B BE 3E 23 0 19 D6 30 33
Octal 110 173 276 76 43 0 31 326 60 63
Binary 1001000 1111011 10111110 111110 100011 0 11001 11010110 110000 110011

Color Harmonies of #487BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487BBE

Black with #487BBE

Text Example


Text Example

White with #487BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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