Color Hex Logo

#071bff Color Hex

#071BFF
(7,27,255)
0 Favorites   0 Comments

Color spaces of #071bff

RGB 727255
HSL0.651.000.51
HSV235°97°100°
CMYK 0.970.890.00   0.00
XYZ18.52968.049095.1847
Yxy8.04900.15220.0661
Hunter Lab28.370866.9337-179.0601
CIE-Lab34.084774.0383-104.8813

#071bff color RGB value is (7,27,255).

#071bff hex color red value is 7, green value is 27 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #071bff hue: 0.65 , saturation: 1.00 and the lightness value of 071bff is 0.51.

The process color (four color CMYK) of #071bff color hex is 0.97, 0.89, 0.00, 0.00. Web safe color of #071bff is #0033ff. Color #071bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011011 11111111
Octal 7 33 377
Decimal 7 27 255
Hex 7 1B FF

RGB Percentages of Color #071bff

%2.42
%9.34
%88.24

CMYK Percentages of Color #071bff

%97
%89
%0
%0

Triadic Colors of #071bff

#071bff #ff071b #1bff07

Analogous Colors of #071bff

#071bff #6f07ff #0797ff

Monochromatic Colors of #071bff

#071bff

Complementary Color

#071bff #ffeb07

#071bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#071bff Color CSS Codes

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

#071bff Text Font Color

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

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


#071bff Background Color

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

This div background color is #071bff


#071bff Border Color

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

This div border color is #071bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,27,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 #071bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071bff


Comments

No comments written yet.

Please login to write comment.