Html Css Color HEX #488EB8 Steel Blue

📋 copy color: '#488EB8'

red 72 ◦ green 142 ◦ blue 184

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

Shades of Steel Blue #488EB8

Tints of Steel Blue #488EB8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 184 (72.27% from 255) = 46.23%

R = 18.09%
G = 35.68%
B = 46.23%

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

#488EB8 (or 0x488EB8) is known color: Steel Blue. HEX triplet: 48, 8E and B8. RGB value is (72,142,184). Sum of RGB (Red+Green+Blue) = 72+142+184=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #488EB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488EB8 is #B77147. Grayscale: #7D7D7D. Windows color (decimal): -12022088 or 12095048. OLE color: 12095048.

HSL color Cylindrical-coordinate representation of color #488EB8: hue angle of 202.5º 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 #488EB8 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 72 142 184 -
CMYK 0.61 0.23 0 0.28
HSL 202.5º 0.44% 0.5% -
HSV(B) 202.5º 0.61% 0.72% -
XYZ 21 24.18 48.91 -
YUV 125.86 160.81 89.58 -
System Red Green Blue C M Y K H S L
Decimal 72 142 184 0.61 0.23 0 0.28 202.5 0.44 0.5
Hex 48 8E B8 3D 17 0 1C CA 2C 32
Octal 110 216 270 75 27 0 34 312 54 62
Binary 1001000 10001110 10111000 111101 10111 0 11100 11001010 101100 110010

Color Harmonies of #488EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EB8

Black with #488EB8

Text Example


Text Example

White with #488EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,142,184); }

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

background-color css

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

 a { background-color: rgb(72,142,184); }

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

border-color css

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

 span { border-color: rgb(72,142,184); }

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