Color Hex Logo

#015bfb Color Hex

#015BFB
(1,91,251)
0 Favorites   0 Comments

Color spaces of #015bfb

RGB 191251
HSL0.610.990.49
HSV218°100°98°
CMYK 1.000.640.00   0.02
XYZ21.166214.453792.9410
Yxy14.45370.16460.1124
Hunter Lab38.018032.8468-118.3311
CIE-Lab44.876740.6672-84.7599

#015bfb color RGB value is (1,91,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011011 11111011
Octal 1 133 373
Decimal 1 91 251
Hex 1 5B FB

RGB Percentages of Color #015bfb

%0.29
%26.53
%73.18

CMYK Percentages of Color #015bfb

%100
%64
%0
%2

Triadic Colors of #015bfb

#015bfb #fb015b #5bfb01

Analogous Colors of #015bfb

#015bfb #2401fb #01d8fb

Monochromatic Colors of #015bfb

#015bfb

Complementary Color

#015bfb #fba101

#015bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#015bfb Color CSS Codes

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

#015bfb Text Font Color

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

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


#015bfb Background Color

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

This div background color is #015bfb


#015bfb Border Color

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

This div border color is #015bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.