Color Hex Logo

#298ddb Color Hex

#298DDB
(41,141,219)
0 Favorites   0 Comments

Color spaces of #298ddb

RGB 41141219
HSL0.570.710.51
HSV206°81°86°
CMYK 0.810.360.00   0.14
XYZ23.225524.635670.5489
Yxy24.63560.19610.2081
Hunter Lab49.6343-3.3340-49.5293
CIE-Lab56.7186-0.8496-47.6870

#298ddb color RGB value is (41,141,219).

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

The process color (four color CMYK) of #298ddb color hex is 0.81, 0.36, 0.00, 0.14. Web safe color of #298ddb is #3399cc. Color #298ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001101 11011011
Octal 51 215 333
Decimal 41 141 219
Hex 29 8D DB

RGB Percentages of Color #298ddb

%10.22
%35.16
%54.61

CMYK Percentages of Color #298ddb

%81
%36
%0
%14

Triadic Colors of #298ddb

#298ddb #db298d #8ddb29

Analogous Colors of #298ddb

#298ddb #2934db #29dbd0

Monochromatic Colors of #298ddb

#298ddb

Complementary Color

#298ddb #db7729

#298ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#298ddb Color CSS Codes

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

#298ddb Text Font Color

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

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


#298ddb Background Color

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

This div background color is #298ddb


#298ddb Border Color

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

This div border color is #298ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,141,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #298ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298ddb


Comments

No comments written yet.

Please login to write comment.