Html Css Color HEX #488ABD Steel Blue

📋 copy color: '#488ABD'

red 72 ◦ green 138 ◦ blue 189

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

Shades of Steel Blue #488ABD

Tints of Steel Blue #488ABD

RGB

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

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

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

R = 18.05%
G = 34.59%
B = 47.37%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#488ABD (or 0x488ABD) is known color: Steel Blue. HEX triplet: 48, 8A and BD. RGB value is (72,138,189). Sum of RGB (Red+Green+Blue) = 72+138+189=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #488ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ABD is #B77542. Grayscale: #7B7B7B. Windows color (decimal): -12023107 or 12421704. OLE color: 12421704.

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

Color convert

RGB 72 138 189 -
CMYK 0.62 0.27 0 0.26
HSL 206.15º 0.47% 0.51% -
HSV(B) 206.15º 0.62% 0.74% -
XYZ 20.95 23.23 51.52 -
YUV 124.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 72 138 189 0.62 0.27 0 0.26 206.15 0.47 0.51
Hex 48 8A BD 3E 1B 0 1A CE 2F 33
Octal 110 212 275 76 33 0 32 316 57 63
Binary 1001000 10001010 10111101 111110 11011 0 11010 11001110 101111 110011

Color Harmonies of #488ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488ABD

Black with #488ABD

Text Example


Text Example

White with #488ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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