Html Css Color HEX #487BBC Steel Blue

📋 copy color: '#487BBC'

red 72 ◦ green 123 ◦ blue 188

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

Shades of Steel Blue #487BBC

Tints of Steel Blue #487BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 18.8%
G = 32.11%
B = 49.09%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#487BBC (or 0x487BBC) is known color: Steel Blue. HEX triplet: 48, 7B and BC. RGB value is (72,123,188). Sum of RGB (Red+Green+Blue) = 72+123+188=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #487BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BBC is #B78443. Grayscale: #727272. Windows color (decimal): -12026948 or 12352328. OLE color: 12352328.

HSL color Cylindrical-coordinate representation of color #487BBC: hue angle of 213.62º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #487BBC is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 123 188 -
CMYK 0.62 0.35 0 0.26
HSL 213.62º 0.46% 0.51% -
HSV(B) 213.62º 0.62% 0.74% -
XYZ 18.83 19.17 50.29 -
YUV 115.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 72 123 188 0.62 0.35 0 0.26 213.62 0.46 0.51
Hex 48 7B BC 3E 23 0 1A D6 2E 33
Octal 110 173 274 76 43 0 32 326 56 63
Binary 1001000 1111011 10111100 111110 100011 0 11010 11010110 101110 110011

Color Harmonies of #487BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487BBC

Black with #487BBC

Text Example


Text Example

White with #487BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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