Color Hex Logo

#070bff Color Hex

#070BFF
(7,11,255)
0 Favorites   0 Comments

Color spaces of #070bff

RGB 711255
HSL0.661.000.51
HSV239°97°100°
CMYK 0.970.960.00   0.00
XYZ18.25737.504595.0940
Yxy7.50450.15110.0621
Hunter Lab27.394371.0234-186.6374
CIE-Lab32.928977.5932-106.8134

#070bff color RGB value is (7,11,255).

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

The process color (four color CMYK) of #070bff color hex is 0.97, 0.96, 0.00, 0.00. Web safe color of #070bff is #0000ff. Color #070bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001011 11111111
Octal 7 13 377
Decimal 7 11 255
Hex 7 B FF

RGB Percentages of Color #070bff

%2.56
%4.03
%93.41

CMYK Percentages of Color #070bff

%97
%96
%0
%0

Triadic Colors of #070bff

#070bff #ff070b #0bff07

Analogous Colors of #070bff

#070bff #7f07ff #0787ff

Monochromatic Colors of #070bff

#070bff

Complementary Color

#070bff #fffb07

#070bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#070bff Color CSS Codes

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

#070bff Text Font Color

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

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


#070bff Background Color

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

This div background color is #070bff


#070bff Border Color

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

This div border color is #070bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070bff

Related Colors


Comments

No comments written yet.

Please login to write comment.