Color Hex Logo

#489fdd Color Hex

#489FDD
(72,159,221)
0 Favorites   0 Comments

Color spaces of #489fdd

RGB 72159221
HSL0.570.690.57
HSV205°67°87°
CMYK 0.670.280.00   0.13
XYZ28.121831.394472.9842
Yxy31.39440.21220.2369
Hunter Lab56.0307-8.4646-38.0082
CIE-Lab62.8392-6.6497-39.1033

#489fdd color RGB value is (72,159,221).

#489fdd hex color red value is 72, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #489fdd hue: 0.57 , saturation: 0.69 and the lightness value of 489fdd is 0.57.

The process color (four color CMYK) of #489fdd color hex is 0.67, 0.28, 0.00, 0.13. Web safe color of #489fdd is #3399cc. Color #489fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011111 11011101
Octal 110 237 335
Decimal 72 159 221
Hex 48 9F DD

RGB Percentages of Color #489fdd

%15.93
%35.18
%48.89

CMYK Percentages of Color #489fdd

%67
%28
%0
%13

Triadic Colors of #489fdd

#489fdd #dd489f #9fdd48

Analogous Colors of #489fdd

#489fdd #4854dd #48ddd1

Monochromatic Colors of #489fdd

#489fdd

Complementary Color

#489fdd #dd8648

#489fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#489fdd Color CSS Codes

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

#489fdd Text Font Color

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

This sample text font color is #489fdd
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.


#489fdd Background Color

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

This div background color is #489fdd


#489fdd Border Color

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

This div border color is #489fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489fdd


Comments

No comments written yet.

Please login to write comment.