Html Css Color HEX #488DBA Steel Blue

📋 copy color: '#488DBA'

red 72 ◦ green 141 ◦ blue 186

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

Shades of Steel Blue #488DBA

Tints of Steel Blue #488DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 18.05%
G = 35.34%
B = 46.62%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#488DBA (or 0x488DBA) is known color: Steel Blue. HEX triplet: 48, 8D and BA. RGB value is (72,141,186). Sum of RGB (Red+Green+Blue) = 72+141+186=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #488DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DBA is #B77245. Grayscale: #7D7D7D. Windows color (decimal): -12022342 or 12225864. OLE color: 12225864.

HSL color Cylindrical-coordinate representation of color #488DBA: hue angle of 203.68º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #488DBA is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 141 186 -
CMYK 0.61 0.24 0 0.27
HSL 203.68º 0.45% 0.51% -
HSV(B) 203.68º 0.61% 0.73% -
XYZ 21.06 23.97 49.97 -
YUV 125.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 72 141 186 0.61 0.24 0 0.27 203.68 0.45 0.51
Hex 48 8D BA 3D 18 0 1B CC 2D 33
Octal 110 215 272 75 30 0 33 314 55 63
Binary 1001000 10001101 10111010 111101 11000 0 11011 11001100 101101 110011

Color Harmonies of #488DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DBA

Black with #488DBA

Text Example


Text Example

White with #488DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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