Color Hex Logo

#055afb Color Hex

#055AFB
(5,90,251)
0 Favorites   0 Comments

Color spaces of #055afb

RGB 590251
HSL0.610.970.50
HSV219°98°98°
CMYK 0.980.640.00   0.02
XYZ21.131314.309692.9151
Yxy14.30960.16460.1115
Hunter Lab37.828033.5137-119.1514
CIE-Lab44.673741.3754-85.0922

#055afb color RGB value is (5,90,251).

#055afb hex color red value is 5, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #055afb hue: 0.61 , saturation: 0.97 and the lightness value of 055afb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011010 11111011
Octal 5 132 373
Decimal 5 90 251
Hex 5 5A FB

RGB Percentages of Color #055afb

%1.45
%26.01
%72.54

CMYK Percentages of Color #055afb

%98
%64
%0
%2

Triadic Colors of #055afb

#055afb #fb055a #5afb05

Analogous Colors of #055afb

#055afb #2b05fb #05d5fb

Monochromatic Colors of #055afb

#055afb

Complementary Color

#055afb #fba605

#055afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#055afb Color CSS Codes

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

#055afb Text Font Color

<p style="color:#055afb">Text here</p>

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


#055afb Background Color

<div style="background-color:#055afb">
Div content here</div>

This div background color is #055afb


#055afb Border Color

<div style="border:3px solid #055afb">
Div here</div>

This div border color is #055afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055afb


Comments

No comments written yet.

Please login to write comment.