Color Hex Logo

#015bf9 Color Hex

#015BF9
(1,91,249)
0 Favorites   0 Comments

Color spaces of #015bf9

RGB 191249
HSL0.610.990.49
HSV218°100°98°
CMYK 1.000.630.00   0.02
XYZ20.852514.328291.2891
Yxy14.32820.16490.1133
Hunter Lab37.852632.0912-116.4928
CIE-Lab44.700039.9241-83.9338

#015bf9 color RGB value is (1,91,249).

#015bf9 hex color red value is 1, green value is 91 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #015bf9 hue: 0.61 , saturation: 0.99 and the lightness value of 015bf9 is 0.49.

The process color (four color CMYK) of #015bf9 color hex is 1.00, 0.63, 0.00, 0.02. Web safe color of #015bf9 is #0066ff. Color #015bf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011011 11111001
Octal 1 133 371
Decimal 1 91 249
Hex 1 5B F9

RGB Percentages of Color #015bf9

%0.29
%26.69
%73.02

CMYK Percentages of Color #015bf9

%100
%63
%0
%2

Triadic Colors of #015bf9

#015bf9 #f9015b #5bf901

Analogous Colors of #015bf9

#015bf9 #2301f9 #01d7f9

Monochromatic Colors of #015bf9

#015bf9

Complementary Color

#015bf9 #f99f01

#015bf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015bf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#015bf9 Color CSS Codes

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

#015bf9 Text Font Color

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

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


#015bf9 Background Color

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

This div background color is #015bf9


#015bf9 Border Color

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

This div border color is #015bf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015bf9


Comments

No comments written yet.

Please login to write comment.