Html Css Color HEX #488BBE Steel Blue

📋 copy color: '#488BBE'

red 72 ◦ green 139 ◦ blue 190

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

Shades of Steel Blue #488BBE

Tints of Steel Blue #488BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 17.96%
G = 34.66%
B = 47.38%

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

#488BBE (or 0x488BBE) is known color: Steel Blue. HEX triplet: 48, 8B and BE. RGB value is (72,139,190). Sum of RGB (Red+Green+Blue) = 72+139+190=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #488BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BBE is #B77441. Grayscale: #7C7C7C. Windows color (decimal): -12022850 or 12487496. OLE color: 12487496.

HSL color Cylindrical-coordinate representation of color #488BBE: hue angle of 205.93º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488BBE is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 139 190 -
CMYK 0.62 0.27 0 0.25
HSL 205.93º 0.48% 0.51% -
HSV(B) 205.93º 0.62% 0.75% -
XYZ 21.2 23.56 52.15 -
YUV 124.78 164.8 90.35 -
System Red Green Blue C M Y K H S L
Decimal 72 139 190 0.62 0.27 0 0.25 205.93 0.48 0.51
Hex 48 8B BE 3E 1B 0 19 CE 30 33
Octal 110 213 276 76 33 0 31 316 60 63
Binary 1001000 10001011 10111110 111110 11011 0 11001 11001110 110000 110011

Color Harmonies of #488BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BBE

Black with #488BBE

Text Example


Text Example

White with #488BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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