Color Hex Logo

#005ffb Color Hex

#005FFB
(0,95,251)
0 Favorites   0 Comments

Color spaces of #005ffb

RGB 095251
HSL0.601.000.49
HSV217°100°98°
CMYK 1.000.620.00   0.02
XYZ21.504815.149593.0575
Yxy15.14950.16580.1168
Hunter Lab38.922430.5080-114.5078
CIE-Lab45.838338.1299-83.1812

#005ffb color RGB value is (0,95,251).

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

The process color (four color CMYK) of #005ffb color hex is 1.00, 0.62, 0.00, 0.02. Web safe color of #005ffb is #0066ff. Color #005ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011111 11111011
Octal 0 137 373
Decimal 0 95 251
Hex 0 5F FB

RGB Percentages of Color #005ffb

%0.00
%27.46
%72.54

CMYK Percentages of Color #005ffb

%100
%62
%0
%2

Triadic Colors of #005ffb

#005ffb #fb005f #5ffb00

Analogous Colors of #005ffb

#005ffb #1e00fb #00ddfb

Monochromatic Colors of #005ffb

#005ffb

Complementary Color

#005ffb #fb9c00

#005ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#005ffb Color CSS Codes

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

#005ffb Text Font Color

<p style="color:#005ffb">Text here</p>

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


#005ffb Background Color

<div style="background-color:#005ffb">
Div content here</div>

This div background color is #005ffb


#005ffb Border Color

<div style="border:3px solid #005ffb">
Div here</div>

This div border color is #005ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005ffb

#005ffb Color Palettes


Comments

No comments written yet.

Please login to write comment.