Color Hex Logo

#015edb Color Hex

#015EDB
(1,94,219)
0 Favorites   0 Comments

Color spaces of #015edb

RGB 194219
HSL0.600.990.43
HSV214°100°86°
CMYK 1.000.570.00   0.14
XYZ16.801413.126368.6659
Yxy13.12630.17040.1331
Hunter Lab36.230219.3746-87.0091
CIE-Lab42.952926.5042-69.8674

#015edb color RGB value is (1,94,219).

#015edb hex color red value is 1, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #015edb hue: 0.60 , saturation: 0.99 and the lightness value of 015edb is 0.43.

The process color (four color CMYK) of #015edb color hex is 1.00, 0.57, 0.00, 0.14. Web safe color of #015edb is #0066cc. Color #015edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011110 11011011
Octal 1 136 333
Decimal 1 94 219
Hex 1 5E DB

RGB Percentages of Color #015edb

%0.32
%29.94
%69.75

CMYK Percentages of Color #015edb

%100
%57
%0
%14

Triadic Colors of #015edb

#015edb #db015e #5edb01

Analogous Colors of #015edb

#015edb #1101db #01cbdb

Monochromatic Colors of #015edb

#015edb

Complementary Color

#015edb #db7e01

#015edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#015edb Color CSS Codes

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

#015edb Text Font Color

<p style="color:#015edb">Text here</p>

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


#015edb Background Color

<div style="background-color:#015edb">
Div content here</div>

This div background color is #015edb


#015edb Border Color

<div style="border:3px solid #015edb">
Div here</div>

This div border color is #015edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,94,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #015edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #015edb;
  -webkit-box-shadow: 1px 1px 3px 2px #015edb;
  box-shadow:         1px 1px 3px 2px #015edb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,94,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015edb


Comments

No comments written yet.

Please login to write comment.