Html Css Color HEX #488CBD Steel Blue

📋 copy color: '#488CBD'

red 72 ◦ green 140 ◦ blue 189

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

Shades of Steel Blue #488CBD

Tints of Steel Blue #488CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

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

R = 17.96%
G = 34.91%
B = 47.13%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#488CBD (or 0x488CBD) is known color: Steel Blue. HEX triplet: 48, 8C and BD. RGB value is (72,140,189). Sum of RGB (Red+Green+Blue) = 72+140+189=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #488CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CBD is #B77342. Grayscale: #7C7C7C. Windows color (decimal): -12022595 or 12422216. OLE color: 12422216.

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

Color convert

RGB 72 140 189 -
CMYK 0.62 0.26 0 0.26
HSL 205.13º 0.47% 0.51% -
HSV(B) 205.13º 0.62% 0.74% -
XYZ 21.24 23.81 51.62 -
YUV 125.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 72 140 189 0.62 0.26 0 0.26 205.13 0.47 0.51
Hex 48 8C BD 3E 1A 0 1A CD 2F 33
Octal 110 214 275 76 32 0 32 315 57 63
Binary 1001000 10001100 10111101 111110 11010 0 11010 11001101 101111 110011

Color Harmonies of #488CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CBD

Black with #488CBD

Text Example


Text Example

White with #488CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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