Color Hex Logo

#264cdd Color Hex

#264CDD
(38,76,221)
0 Favorites   0 Comments

Color spaces of #264cdd

RGB 3876221
HSL0.630.730.51
HSV228°83°87°
CMYK 0.830.660.00   0.13
XYZ16.434910.801469.6253
Yxy10.80140.16970.1115
Hunter Lab32.865531.7471-102.5996
CIE-Lab39.243940.4358-77.0573

#264cdd color RGB value is (38,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001100 11011101
Octal 46 114 335
Decimal 38 76 221
Hex 26 4C DD

RGB Percentages of Color #264cdd

%11.34
%22.69
%65.97

CMYK Percentages of Color #264cdd

%83
%66
%0
%13

Triadic Colors of #264cdd

#264cdd #dd264c #4cdd26

Analogous Colors of #264cdd

#264cdd #5b26dd #26a8dd

Monochromatic Colors of #264cdd

#264cdd

Complementary Color

#264cdd #ddb726

#264cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#264cdd Color CSS Codes

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

#264cdd Text Font Color

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

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


#264cdd Background Color

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

This div background color is #264cdd


#264cdd Border Color

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

This div border color is #264cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264cdd


Comments

No comments written yet.

Please login to write comment.