Color Hex Logo

#264ddd Color Hex

#264DDD
(38,77,221)
0 Favorites   0 Comments

Color spaces of #264ddd

RGB 3877221
HSL0.630.730.51
HSV227°83°87°
CMYK 0.830.650.00   0.13
XYZ16.504410.940369.6484
Yxy10.94030.17000.1127
Hunter Lab33.076131.1851-101.6937
CIE-Lab39.479739.8115-76.6698

#264ddd color RGB value is (38,77,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001101 11011101
Octal 46 115 335
Decimal 38 77 221
Hex 26 4D DD

RGB Percentages of Color #264ddd

%11.31
%22.92
%65.77

CMYK Percentages of Color #264ddd

%83
%65
%0
%13

Triadic Colors of #264ddd

#264ddd #dd264d #4ddd26

Analogous Colors of #264ddd

#264ddd #5b26dd #26a9dd

Monochromatic Colors of #264ddd

#264ddd

Complementary Color

#264ddd #ddb626

#264ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#264ddd Color CSS Codes

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

#264ddd Text Font Color

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

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


#264ddd Background Color

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

This div background color is #264ddd


#264ddd Border Color

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

This div border color is #264ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264ddd


Comments

No comments written yet.

Please login to write comment.