Color Hex Logo

#019bff Color Hex

#019BFF
(1,155,255)
0 Favorites   0 Comments

Color spaces of #019bff

RGB 1155255
HSL0.571.000.50
HSV204°100°100°
CMYK 1.000.390.00   0.00
XYZ29.783930.669198.9577
Yxy30.66910.18680.1924
Hunter Lab55.3797-0.9149-67.1792
CIE-Lab62.22732.4264-58.8537

#019bff color RGB value is (1,155,255).

#019bff hex color red value is 1, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #019bff hue: 0.57 , saturation: 1.00 and the lightness value of 019bff is 0.50.

The process color (four color CMYK) of #019bff color hex is 1.00, 0.39, 0.00, 0.00. Web safe color of #019bff is #0099ff. Color #019bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011011 11111111
Octal 1 233 377
Decimal 1 155 255
Hex 1 9B FF

RGB Percentages of Color #019bff

%0.24
%37.71
%62.04

CMYK Percentages of Color #019bff

%100
%39
%0
%0

Triadic Colors of #019bff

#019bff #ff019b #9bff01

Analogous Colors of #019bff

#019bff #011cff #01ffe4

Monochromatic Colors of #019bff

#019bff

Complementary Color

#019bff #ff6501

#019bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#019bff Color CSS Codes

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

#019bff Text Font Color

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

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


#019bff Background Color

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

This div background color is #019bff


#019bff Border Color

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

This div border color is #019bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019bff


Comments

No comments written yet.

Please login to write comment.