Color Hex Logo

#264cc9 Color Hex

#264CC9
(38,76,201)
0 Favorites   0 Comments

Color spaces of #264cc9

RGB 3876201
HSL0.630.680.47
HSV226°81°79°
CMYK 0.810.620.00   0.21
XYZ13.92649.798056.4155
Yxy9.79800.17380.1223
Hunter Lab31.301824.6380-84.9478
CIE-Lab37.477433.0887-68.4335

#264cc9 color RGB value is (38,76,201).

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

The process color (four color CMYK) of #264cc9 color hex is 0.81, 0.62, 0.00, 0.21. Web safe color of #264cc9 is #3333cc. Color #264cc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001100 11001001
Octal 46 114 311
Decimal 38 76 201
Hex 26 4C C9

RGB Percentages of Color #264cc9

%12.06
%24.13
%63.81

CMYK Percentages of Color #264cc9

%81
%62
%0
%21

Triadic Colors of #264cc9

#264cc9 #c9264c #4cc926

Analogous Colors of #264cc9

#264cc9 #5226c9 #269ec9

Monochromatic Colors of #264cc9

#264cc9

Complementary Color

#264cc9 #c9a326

#264cc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264cc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#264cc9 Color CSS Codes

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

#264cc9 Text Font Color

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

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


#264cc9 Background Color

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

This div background color is #264cc9


#264cc9 Border Color

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

This div border color is #264cc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264cc9


Comments

No comments written yet.

Please login to write comment.