Color Hex Logo

#296fdb Color Hex

#296FDB
(41,111,219)
0 Favorites   0 Comments

Color spaces of #296fdb

RGB 41111219
HSL0.600.710.51
HSV216°81°86°
CMYK 0.810.490.00   0.14
XYZ19.385116.954869.2687
Yxy16.95480.18360.1605
Hunter Lab41.176211.9766-70.9173
CIE-Lab48.203017.5783-61.3159

#296fdb color RGB value is (41,111,219).

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

The process color (four color CMYK) of #296fdb color hex is 0.81, 0.49, 0.00, 0.14. Web safe color of #296fdb is #3366cc. Color #296fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101111 11011011
Octal 51 157 333
Decimal 41 111 219
Hex 29 6F DB

RGB Percentages of Color #296fdb

%11.05
%29.92
%59.03

CMYK Percentages of Color #296fdb

%81
%49
%0
%14

Triadic Colors of #296fdb

#296fdb #db296f #6fdb29

Analogous Colors of #296fdb

#296fdb #3c29db #29c8db

Monochromatic Colors of #296fdb

#296fdb

Complementary Color

#296fdb #db9529

#296fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#296fdb Color CSS Codes

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

#296fdb Text Font Color

<p style="color:#296fdb">Text here</p>

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


#296fdb Background Color

<div style="background-color:#296fdb">
Div content here</div>

This div background color is #296fdb


#296fdb Border Color

<div style="border:3px solid #296fdb">
Div here</div>

This div border color is #296fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296fdb


Comments

No comments written yet.

Please login to write comment.