Color Hex Logo

#298dfb Color Hex

#298DFB
(41,141,251)
0 Favorites   0 Comments

Color spaces of #298dfb

RGB 41141251
HSL0.590.960.57
HSV211°84°98°
CMYK 0.840.440.00   0.02
XYZ27.851926.486294.9112
Yxy26.48620.18660.1775
Hunter Lab51.46476.5381-73.3172
CIE-Lab58.495711.0029-62.6101

#298dfb color RGB value is (41,141,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001101 11111011
Octal 51 215 373
Decimal 41 141 251
Hex 29 8D FB

RGB Percentages of Color #298dfb

%9.47
%32.56
%57.97

CMYK Percentages of Color #298dfb

%84
%44
%0
%2

Triadic Colors of #298dfb

#298dfb #fb298d #8dfb29

Analogous Colors of #298dfb

#298dfb #2e29fb #29f6fb

Monochromatic Colors of #298dfb

#298dfb

Complementary Color

#298dfb #fb9729

#298dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#298dfb Color CSS Codes

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

#298dfb Text Font Color

<p style="color:#298dfb">Text here</p>

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


#298dfb Background Color

<div style="background-color:#298dfb">
Div content here</div>

This div background color is #298dfb


#298dfb Border Color

<div style="border:3px solid #298dfb">
Div here</div>

This div border color is #298dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.