Html Css Color HEX #488BBD Steel Blue

📋 copy color: '#488BBD'

red 72 ◦ green 139 ◦ blue 189

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

Shades of Steel Blue #488BBD

Tints of Steel Blue #488BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.75%

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 18%
G = 34.75%
B = 47.25%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#488BBD (or 0x488BBD) is known color: Steel Blue. HEX triplet: 48, 8B and BD. RGB value is (72,139,189). Sum of RGB (Red+Green+Blue) = 72+139+189=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #488BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BBD is #B77442. Grayscale: #7C7C7C. Windows color (decimal): -12022851 or 12421960. OLE color: 12421960.

HSL color Cylindrical-coordinate representation of color #488BBD: hue angle of 205.64º degrees, saturation: 0.47, 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 #488BBD is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 139 189 -
CMYK 0.62 0.26 0 0.26
HSL 205.64º 0.47% 0.51% -
HSV(B) 205.64º 0.62% 0.74% -
XYZ 21.09 23.52 51.57 -
YUV 124.67 164.3 90.43 -
System Red Green Blue C M Y K H S L
Decimal 72 139 189 0.62 0.26 0 0.26 205.64 0.47 0.51
Hex 48 8B BD 3E 1A 0 1A CE 2F 33
Octal 110 213 275 76 32 0 32 316 57 63
Binary 1001000 10001011 10111101 111110 11010 0 11010 11001110 101111 110011

Color Harmonies of #488BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BBD

Black with #488BBD

Text Example


Text Example

White with #488BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488BBD; }

 p { color: rgb(72,139,189); }

 H1.HeaderClassName
 {
   color: #488BBD;
 }
 .AnyTagClassName
 {
   color: #488BBD;
 }
</style>

background-color css

<style>
 a { background-color: #488BBD; }

 a { background-color: rgb(72,139,189); }

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

border-color css

<style>
 span { border-color: #488BBD; }

 span { border-color: rgb(72,139,189); }

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