Color Hex Logo

#299bfb Color Hex

#299BFB
(41,155,251)
0 Favorites   0 Comments

Color spaces of #299bfb

RGB 41155251
HSL0.580.960.57
HSV207°84°98°
CMYK 0.840.380.00   0.02
XYZ30.048430.879195.6433
Yxy30.87910.19190.1972
Hunter Lab55.5690-0.7235-63.1495
CIE-Lab62.40542.6609-56.3591

#299bfb color RGB value is (41,155,251).

#299bfb hex color red value is 41, green value is 155 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #299bfb hue: 0.58 , saturation: 0.96 and the lightness value of 299bfb is 0.57.

The process color (four color CMYK) of #299bfb color hex is 0.84, 0.38, 0.00, 0.02. Web safe color of #299bfb is #3399ff. Color #299bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011011 11111011
Octal 51 233 373
Decimal 41 155 251
Hex 29 9B FB

RGB Percentages of Color #299bfb

%9.17
%34.68
%56.15

CMYK Percentages of Color #299bfb

%84
%38
%0
%2

Triadic Colors of #299bfb

#299bfb #fb299b #9bfb29

Analogous Colors of #299bfb

#299bfb #2932fb #29fbf2

Monochromatic Colors of #299bfb

#299bfb

Complementary Color

#299bfb #fb8929

#299bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#299bfb Color CSS Codes

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

#299bfb Text Font Color

<p style="color:#299bfb">Text here</p>

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


#299bfb Background Color

<div style="background-color:#299bfb">
Div content here</div>

This div background color is #299bfb


#299bfb Border Color

<div style="border:3px solid #299bfb">
Div here</div>

This div border color is #299bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,155,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #299bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #299bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #299bfb;
  box-shadow:         1px 1px 3px 2px #299bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,155,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 #299bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.