Color Hex Logo

#115afb Color Hex

#115AFB
(17,90,251)
0 Favorites   0 Comments

Color spaces of #115afb

RGB 1790251
HSL0.610.970.53
HSV221°93°98°
CMYK 0.930.640.00   0.02
XYZ21.299914.396592.9230
Yxy14.39650.16560.1119
Hunter Lab37.942733.8048-118.6433
CIE-Lab44.796341.6505-84.8863

#115afb color RGB value is (17,90,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011010 11111011
Octal 21 132 373
Decimal 17 90 251
Hex 11 5A FB

RGB Percentages of Color #115afb

%4.75
%25.14
%70.11

CMYK Percentages of Color #115afb

%93
%64
%0
%2

Triadic Colors of #115afb

#115afb #fb115a #5afb11

Analogous Colors of #115afb

#115afb #3d11fb #11cffb

Monochromatic Colors of #115afb

#115afb

Complementary Color

#115afb #fbb211

#115afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#115afb Color CSS Codes

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

#115afb Text Font Color

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

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


#115afb Background Color

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

This div background color is #115afb


#115afb Border Color

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

This div border color is #115afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115afb


Comments

No comments written yet.

Please login to write comment.