Html Css Color HEX #488DB7 Steel Blue

📋 copy color: '#488DB7'

red 72 ◦ green 141 ◦ blue 183

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

Shades of Steel Blue #488DB7

Tints of Steel Blue #488DB7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

 BLUE value IS 183 (71.88% from 255) = 46.21%

R = 18.18%
G = 35.61%
B = 46.21%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#488DB7 (or 0x488DB7) is known color: Steel Blue. HEX triplet: 48, 8D and B7. RGB value is (72,141,183). Sum of RGB (Red+Green+Blue) = 72+141+183=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #488DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DB7 is #B77248. Grayscale: #7C7C7C. Windows color (decimal): -12022345 or 12029256. OLE color: 12029256.

HSL color Cylindrical-coordinate representation of color #488DB7: hue angle of 202.7º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #488DB7 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 72 141 183 -
CMYK 0.61 0.23 0 0.28
HSL 202.7º 0.44% 0.5% -
HSV(B) 202.7º 0.61% 0.72% -
XYZ 20.74 23.85 48.31 -
YUV 125.16 160.64 90.08 -
System Red Green Blue C M Y K H S L
Decimal 72 141 183 0.61 0.23 0 0.28 202.7 0.44 0.5
Hex 48 8D B7 3D 17 0 1C CB 2C 32
Octal 110 215 267 75 27 0 34 313 54 62
Binary 1001000 10001101 10110111 111101 10111 0 11100 11001011 101100 110010

Color Harmonies of #488DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DB7

Black with #488DB7

Text Example


Text Example

White with #488DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,141,183); }

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

background-color css

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

 a { background-color: rgb(72,141,183); }

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

border-color css

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

 span { border-color: rgb(72,141,183); }

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