Color Hex Logo

#019bdd Color Hex

#019BDD
(1,155,221)
0 Favorites   0 Comments

Color spaces of #019bdd

RGB 1155221
HSL0.550.990.44
HSV198°100°87°
CMYK 1.000.300.00   0.13
XYZ24.785028.669672.6341
Yxy28.66960.19660.2274
Hunter Lab53.5440-11.0761-42.9479
CIE-Lab60.4889-10.2554-42.8751

#019bdd color RGB value is (1,155,221).

#019bdd hex color red value is 1, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #019bdd hue: 0.55 , saturation: 0.99 and the lightness value of 019bdd is 0.44.

The process color (four color CMYK) of #019bdd color hex is 1.00, 0.30, 0.00, 0.13. Web safe color of #019bdd is #0099cc. Color #019bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011011 11011101
Octal 1 233 335
Decimal 1 155 221
Hex 1 9B DD

RGB Percentages of Color #019bdd

%0.27
%41.11
%58.62

CMYK Percentages of Color #019bdd

%100
%30
%0
%13

Triadic Colors of #019bdd

#019bdd #dd019b #9bdd01

Analogous Colors of #019bdd

#019bdd #012ddd #01ddb1

Monochromatic Colors of #019bdd

#019bdd

Complementary Color

#019bdd #dd4301

#019bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#019bdd Color CSS Codes

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

#019bdd Text Font Color

<p style="color:#019bdd">Text here</p>

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


#019bdd Background Color

<div style="background-color:#019bdd">
Div content here</div>

This div background color is #019bdd


#019bdd Border Color

<div style="border:3px solid #019bdd">
Div here</div>

This div border color is #019bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,155,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #019bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #019bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #019bdd;
  box-shadow:         1px 1px 3px 2px #019bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,155,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 #019bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019bdd


Comments

No comments written yet.

Please login to write comment.