Html Css Color HEX #487BBA Steel Blue

📋 copy color: '#487BBA'

red 72 ◦ green 123 ◦ blue 186

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

Shades of Steel Blue #487BBA

Tints of Steel Blue #487BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 18.9%
G = 32.28%
B = 48.82%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#487BBA (or 0x487BBA) is known color: Steel Blue. HEX triplet: 48, 7B and BA. RGB value is (72,123,186). Sum of RGB (Red+Green+Blue) = 72+123+186=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #487BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BBA is #B78445. Grayscale: #727272. Windows color (decimal): -12026950 or 12221256. OLE color: 12221256.

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

Color convert

RGB 72 123 186 -
CMYK 0.61 0.34 0 0.27
HSL 213.16º 0.45% 0.51% -
HSV(B) 213.16º 0.61% 0.73% -
XYZ 18.62 19.09 49.16 -
YUV 114.93 168.1 97.38 -
System Red Green Blue C M Y K H S L
Decimal 72 123 186 0.61 0.34 0 0.27 213.16 0.45 0.51
Hex 48 7B BA 3D 22 0 1B D5 2D 33
Octal 110 173 272 75 42 0 33 325 55 63
Binary 1001000 1111011 10111010 111101 100010 0 11011 11010101 101101 110011

Color Harmonies of #487BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487BBA

Black with #487BBA

Text Example


Text Example

White with #487BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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