Color Hex Logo

#2c6fdb Color Hex

#2C6FDB
(44,111,219)
0 Favorites   0 Comments

Color spaces of #2c6fdb

RGB 44111219
HSL0.600.710.52
HSV217°80°86°
CMYK 0.800.490.00   0.14
XYZ19.509317.018869.2745
Yxy17.01880.18440.1609
Hunter Lab41.253812.2200-70.6836
CIE-Lab48.283717.8578-61.1816

#2c6fdb color RGB value is (44,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 01101111 11011011
Octal 54 157 333
Decimal 44 111 219
Hex 2C 6F DB

RGB Percentages of Color #2c6fdb

%11.76
%29.68
%58.56

CMYK Percentages of Color #2c6fdb

%80
%49
%0
%14

Triadic Colors of #2c6fdb

#2c6fdb #db2c6f #6fdb2c

Analogous Colors of #2c6fdb

#2c6fdb #402cdb #2cc7db

Monochromatic Colors of #2c6fdb

#2c6fdb

Complementary Color

#2c6fdb #db982c

#2c6fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c6fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c6fdb Color CSS Codes

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

#2c6fdb Text Font Color

<p style="color:#2c6fdb">Text here</p>

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


#2c6fdb Background Color

<div style="background-color:#2c6fdb">
Div content here</div>

This div background color is #2c6fdb


#2c6fdb Border Color

<div style="border:3px solid #2c6fdb">
Div here</div>

This div border color is #2c6fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c6fdb


Comments

No comments written yet.

Please login to write comment.