Color Hex Logo

#0650fb Color Hex

#0650FB
(6,80,251)
0 Favorites   0 Comments

Color spaces of #0650fb

RGB 680251
HSL0.620.970.50
HSV222°98°98°
CMYK 0.980.680.00   0.02
XYZ20.356412.741192.6532
Yxy12.74110.16190.1013
Hunter Lab35.694739.3315-128.9137
CIE-Lab42.370547.5542-88.8848

#0650fb color RGB value is (6,80,251).

#0650fb hex color red value is 6, green value is 80 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0650fb hue: 0.62 , saturation: 0.97 and the lightness value of 0650fb is 0.50.

The process color (four color CMYK) of #0650fb color hex is 0.98, 0.68, 0.00, 0.02. Web safe color of #0650fb is #0066ff. Color #0650fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010000 11111011
Octal 6 120 373
Decimal 6 80 251
Hex 6 50 FB

RGB Percentages of Color #0650fb

%1.78
%23.74
%74.48

CMYK Percentages of Color #0650fb

%98
%68
%0
%2

Triadic Colors of #0650fb

#0650fb #fb0650 #50fb06

Analogous Colors of #0650fb

#0650fb #3606fb #06cbfb

Monochromatic Colors of #0650fb

#0650fb

Complementary Color

#0650fb #fbb106

#0650fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0650fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0650fb Color CSS Codes

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

#0650fb Text Font Color

<p style="color:#0650fb">Text here</p>

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


#0650fb Background Color

<div style="background-color:#0650fb">
Div content here</div>

This div background color is #0650fb


#0650fb Border Color

<div style="border:3px solid #0650fb">
Div here</div>

This div border color is #0650fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,80,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0650fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0650fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0650fb;
  box-shadow:         1px 1px 3px 2px #0650fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,80,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 #0650fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0650fb


Comments

No comments written yet.

Please login to write comment.