Html Css Color HEX #488BBF Steel Blue

📋 copy color: '#488BBF'

red 72 ◦ green 139 ◦ blue 191

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

Shades of Steel Blue #488BBF

Tints of Steel Blue #488BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 17.91%
G = 34.58%
B = 47.51%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#488BBF (or 0x488BBF) is known color: Steel Blue. HEX triplet: 48, 8B and BF. RGB value is (72,139,191). Sum of RGB (Red+Green+Blue) = 72+139+191=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #488BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BBF is #B77440. Grayscale: #7C7C7C. Windows color (decimal): -12022849 or 12553032. OLE color: 12553032.

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

Color convert

RGB 72 139 191 -
CMYK 0.62 0.27 0 0.25
HSL 206.22º 0.48% 0.52% -
HSV(B) 206.22º 0.62% 0.75% -
XYZ 21.31 23.6 52.72 -
YUV 124.9 165.3 90.27 -
System Red Green Blue C M Y K H S L
Decimal 72 139 191 0.62 0.27 0 0.25 206.22 0.48 0.52
Hex 48 8B BF 3E 1B 0 19 CE 30 34
Octal 110 213 277 76 33 0 31 316 60 64
Binary 1001000 10001011 10111111 111110 11011 0 11001 11001110 110000 110100

Color Harmonies of #488BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BBF

Black with #488BBF

Text Example


Text Example

White with #488BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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