Html Css Color HEX #488AC0 Steel Blue

📋 copy color: '#488AC0'

red 72 ◦ green 138 ◦ blue 192

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

Shades of Steel Blue #488AC0

Tints of Steel Blue #488AC0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 17.91%
G = 34.33%
B = 47.76%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#488AC0 (or 0x488AC0) is known color: Steel Blue. HEX triplet: 48, 8A and C0. RGB value is (72,138,192). Sum of RGB (Red+Green+Blue) = 72+138+192=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #488AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488AC0 is #B7753F. Grayscale: #7C7C7C. Windows color (decimal): -12023104 or 12618312. OLE color: 12618312.

HSL color Cylindrical-coordinate representation of color #488AC0: hue angle of 207º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488AC0 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 138 192 -
CMYK 0.63 0.28 0 0.25
HSL 207º 0.49% 0.52% -
HSV(B) 207º 0.63% 0.75% -
XYZ 21.28 23.36 53.26 -
YUV 124.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 72 138 192 0.63 0.28 0 0.25 207 0.49 0.52
Hex 48 8A C0 3F 1C 0 19 CF 31 34
Octal 110 212 300 77 34 0 31 317 61 64
Binary 1001000 10001010 11000000 111111 11100 0 11001 11001111 110001 110100

Color Harmonies of #488AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AC0

Black with #488AC0

Text Example


Text Example

White with #488AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,138,192); }

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

background-color css

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

 a { background-color: rgb(72,138,192); }

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

border-color css

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

 span { border-color: rgb(72,138,192); }

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