Color Hex Logo

#036bfb Color Hex

#036BFB
(3,107,251)
0 Favorites   0 Comments

Color spaces of #036bfb

RGB 3107251
HSL0.600.980.50
HSV215°99°98°
CMYK 0.990.570.00   0.02
XYZ22.707817.499893.4478
Yxy17.49980.16990.1309
Hunter Lab41.832823.6866-103.1616
CIE-Lab48.883730.5815-78.1954

#036bfb color RGB value is (3,107,251).

#036bfb hex color red value is 3, green value is 107 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #036bfb hue: 0.60 , saturation: 0.98 and the lightness value of 036bfb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01101011 11111011
Octal 3 153 373
Decimal 3 107 251
Hex 3 6B FB

RGB Percentages of Color #036bfb

%0.83
%29.64
%69.53

CMYK Percentages of Color #036bfb

%99
%57
%0
%2

Triadic Colors of #036bfb

#036bfb #fb036b #6bfb03

Analogous Colors of #036bfb

#036bfb #1703fb #03e7fb

Monochromatic Colors of #036bfb

#036bfb

Complementary Color

#036bfb #fb9303

#036bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#036bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#036bfb Color CSS Codes

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

#036bfb Text Font Color

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

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


#036bfb Background Color

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

This div background color is #036bfb


#036bfb Border Color

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

This div border color is #036bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #036bfb

Related Colors

#036bfb Color Palettes


Comments

No comments written yet.

Please login to write comment.