Color Hex Logo

#489bfb Color Hex

#489BFB
(72,155,251)
0 Favorites   0 Comments

Color spaces of #489bfb

RGB 72155251
HSL0.590.960.63
HSV212°71°98°
CMYK 0.710.380.00   0.02
XYZ31.806431.785495.7256
Yxy31.78540.19960.1995
Hunter Lab56.37852.0397-61.2040
CIE-Lab63.16515.9036-55.1042

#489bfb color RGB value is (72,155,251).

#489bfb hex color red value is 72, green value is 155 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #489bfb hue: 0.59 , saturation: 0.96 and the lightness value of 489bfb is 0.63.

The process color (four color CMYK) of #489bfb color hex is 0.71, 0.38, 0.00, 0.02. Web safe color of #489bfb is #3399ff. Color #489bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011011 11111011
Octal 110 233 373
Decimal 72 155 251
Hex 48 9B FB

RGB Percentages of Color #489bfb

%15.06
%32.43
%52.51

CMYK Percentages of Color #489bfb

%71
%38
%0
%2

Triadic Colors of #489bfb

#489bfb #fb489b #9bfb48

Analogous Colors of #489bfb

#489bfb #4e48fb #48f5fb

Monochromatic Colors of #489bfb

#489bfb

Complementary Color

#489bfb #fba848

#489bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#489bfb Color CSS Codes

.mybgcolor {background-color:#489bfb; } 
.myforecolor {color:#489bfb; }
.mybordercolor {border:3px solid #489bfb; }

#489bfb Text Font Color

<p style="color:#489bfb">Text here</p>

This sample text font color is #489bfb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#489bfb Background Color

<div style="background-color:#489bfb">
Div content here</div>

This div background color is #489bfb


#489bfb Border Color

<div style="border:3px solid #489bfb">
Div here</div>

This div border color is #489bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,155,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #489bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #489bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #489bfb;
  box-shadow:         1px 1px 3px 2px #489bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,155,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #489bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #489bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #489bfb;
  box-shadow:         1px 1px 3px 2px #489bfb;">
Div content here</div>

This div box has shadow with color #489bfb


Comments

No comments written yet.

Please login to write comment.