Color Hex Logo

#266cdb Color Hex

#266CDB
(38,108,219)
0 Favorites   0 Comments

Color spaces of #266cdb

RGB 38108219
HSL0.600.720.50
HSV217°83°86°
CMYK 0.830.510.00   0.14
XYZ18.948116.251769.1560
Yxy16.25170.18160.1557
Hunter Lab40.313413.3501-73.4902
CIE-Lab47.303019.2294-62.7743

#266cdb color RGB value is (38,108,219).

#266cdb hex color red value is 38, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #266cdb hue: 0.60 , saturation: 0.72 and the lightness value of 266cdb is 0.50.

The process color (four color CMYK) of #266cdb color hex is 0.83, 0.51, 0.00, 0.14. Web safe color of #266cdb is #3366cc. Color #266cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01101100 11011011
Octal 46 154 333
Decimal 38 108 219
Hex 26 6C DB

RGB Percentages of Color #266cdb

%10.41
%29.59
%60.00

CMYK Percentages of Color #266cdb

%83
%51
%0
%14

Triadic Colors of #266cdb

#266cdb #db266c #6cdb26

Analogous Colors of #266cdb

#266cdb #3b26db #26c7db

Monochromatic Colors of #266cdb

#266cdb

Complementary Color

#266cdb #db9526

#266cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#266cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#266cdb Color CSS Codes

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

#266cdb Text Font Color

<p style="color:#266cdb">Text here</p>

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


#266cdb Background Color

<div style="background-color:#266cdb">
Div content here</div>

This div background color is #266cdb


#266cdb Border Color

<div style="border:3px solid #266cdb">
Div here</div>

This div border color is #266cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,108,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #266cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #266cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #266cdb;
  box-shadow:         1px 1px 3px 2px #266cdb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #266cdb


Comments

No comments written yet.

Please login to write comment.