Color Hex Logo

#0005fb Color Hex

#0005FB
(0,5,251)
0 Favorites   0 Comments

Color spaces of #0005fb

RGB 05251
HSL0.661.000.49
HSV239°100°98°
CMYK 1.000.980.00   0.02
XYZ17.46697.073691.7115
Yxy7.07360.15030.0608
Hunter Lab26.596270.6852-185.8316
CIE-Lab31.973977.4848-106.1658

#0005fb color RGB value is (0,5,251).

#0005fb hex color red value is 0, green value is 5 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0005fb hue: 0.66 , saturation: 1.00 and the lightness value of 0005fb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000101 11111011
Octal 0 5 373
Decimal 0 5 251
Hex 0 5 FB

RGB Percentages of Color #0005fb

%0.00
%1.95
%98.05

CMYK Percentages of Color #0005fb

%100
%98
%0
%2

Triadic Colors of #0005fb

#0005fb #fb0005 #05fb00

Analogous Colors of #0005fb

#0005fb #7900fb #0083fb

Monochromatic Colors of #0005fb

#0005fb

Complementary Color

#0005fb #fbf600

#0005fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0005fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0005fb Color CSS Codes

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

#0005fb Text Font Color

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

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


#0005fb Background Color

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

This div background color is #0005fb


#0005fb Border Color

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

This div border color is #0005fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0005fb

Related Colors


Comments

No comments written yet.

Please login to write comment.