Color Hex Logo

#266ddb Color Hex

#266DDB
(38,109,219)
0 Favorites   0 Comments

Color spaces of #266ddb

RGB 38109219
HSL0.600.720.50
HSV216°83°86°
CMYK 0.830.500.00   0.14
XYZ19.054216.463869.1914
Yxy16.46380.18200.1572
Hunter Lab40.575612.8158-72.7011
CIE-Lab47.577218.5917-62.3309

#266ddb color RGB value is (38,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01101101 11011011
Octal 46 155 333
Decimal 38 109 219
Hex 26 6D DB

RGB Percentages of Color #266ddb

%10.38
%29.78
%59.84

CMYK Percentages of Color #266ddb

%83
%50
%0
%14

Triadic Colors of #266ddb

#266ddb #db266d #6ddb26

Analogous Colors of #266ddb

#266ddb #3a26db #26c8db

Monochromatic Colors of #266ddb

#266ddb

Complementary Color

#266ddb #db9426

#266ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#266ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#266ddb Color CSS Codes

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

#266ddb Text Font Color

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

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


#266ddb Background Color

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

This div background color is #266ddb


#266ddb Border Color

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

This div border color is #266ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #266ddb


Comments

No comments written yet.

Please login to write comment.