Html Css Color HEX #488BBC Steel Blue

📋 copy color: '#488BBC'

red 72 ◦ green 139 ◦ blue 188

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

Shades of Steel Blue #488BBC

Tints of Steel Blue #488BBC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.84%

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 18.05%
G = 34.84%
B = 47.12%

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

#488BBC (or 0x488BBC) is known color: Steel Blue. HEX triplet: 48, 8B and BC. RGB value is (72,139,188). Sum of RGB (Red+Green+Blue) = 72+139+188=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #488BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BBC is #B77443. Grayscale: #7C7C7C. Windows color (decimal): -12022852 or 12356424. OLE color: 12356424.

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

Color convert

RGB 72 139 188 -
CMYK 0.62 0.26 0 0.26
HSL 205.34º 0.46% 0.51% -
HSV(B) 205.34º 0.62% 0.74% -
XYZ 20.98 23.47 51 -
YUV 124.55 163.8 90.52 -
System Red Green Blue C M Y K H S L
Decimal 72 139 188 0.62 0.26 0 0.26 205.34 0.46 0.51
Hex 48 8B BC 3E 1A 0 1A CD 2E 33
Octal 110 213 274 76 32 0 32 315 56 63
Binary 1001000 10001011 10111100 111110 11010 0 11010 11001101 101110 110011

Color Harmonies of #488BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BBC

Black with #488BBC

Text Example


Text Example

White with #488BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,139,188); }

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

background-color css

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

 a { background-color: rgb(72,139,188); }

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

border-color css

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

 span { border-color: rgb(72,139,188); }

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