Color Hex Logo

#266ddd Color Hex

#266DDD
(38,109,221)
0 Favorites   0 Comments

Color spaces of #266ddd

RGB 38109221
HSL0.600.730.51
HSV217°83°87°
CMYK 0.830.510.00   0.13
XYZ19.319116.569870.5867
Yxy16.56980.18140.1556
Hunter Lab40.706013.4807-74.3182
CIE-Lab47.713319.3547-63.2443

#266ddd color RGB value is (38,109,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01101101 11011101
Octal 46 155 335
Decimal 38 109 221
Hex 26 6D DD

RGB Percentages of Color #266ddd

%10.33
%29.62
%60.05

CMYK Percentages of Color #266ddd

%83
%51
%0
%13

Triadic Colors of #266ddd

#266ddd #dd266d #6ddd26

Analogous Colors of #266ddd

#266ddd #3b26dd #26c9dd

Monochromatic Colors of #266ddd

#266ddd

Complementary Color

#266ddd #dd9626

#266ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#266ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#266ddd Color CSS Codes

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

#266ddd Text Font Color

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

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


#266ddd Background Color

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

This div background color is #266ddd


#266ddd Border Color

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

This div border color is #266ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,109,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #266ddd


Comments

No comments written yet.

Please login to write comment.