Color Hex Logo

#114ffb Color Hex

#114FFB
(17,79,251)
0 Favorites   0 Comments

Color spaces of #114ffb

RGB 1779251
HSL0.620.970.53
HSV224°93°98°
CMYK 0.930.690.00   0.02
XYZ20.439712.676292.6362
Yxy12.67620.16250.1008
Hunter Lab35.603740.1687-129.3425
CIE-Lab42.271348.3896-89.0444

#114ffb color RGB value is (17,79,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001111 11111011
Octal 21 117 373
Decimal 17 79 251
Hex 11 4F FB

RGB Percentages of Color #114ffb

%4.90
%22.77
%72.33

CMYK Percentages of Color #114ffb

%93
%69
%0
%2

Triadic Colors of #114ffb

#114ffb #fb114f #4ffb11

Analogous Colors of #114ffb

#114ffb #4811fb #11c4fb

Monochromatic Colors of #114ffb

#114ffb

Complementary Color

#114ffb #fbbd11

#114ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#114ffb Color CSS Codes

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

#114ffb Text Font Color

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

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


#114ffb Background Color

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

This div background color is #114ffb


#114ffb Border Color

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

This div border color is #114ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.