Color Hex Logo

#264cbb Color Hex

#264CBB
(38,76,187)
0 Favorites   0 Comments

Color spaces of #264cbb

RGB 3876187
HSL0.620.660.44
HSV225°80°73°
CMYK 0.800.590.00   0.27
XYZ12.35349.168848.1324
Yxy9.16880.17740.1316
Hunter Lab30.280019.8329-73.0499
CIE-Lab36.307327.8089-62.1697

#264cbb color RGB value is (38,76,187).

#264cbb hex color red value is 38, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #264cbb hue: 0.62 , saturation: 0.66 and the lightness value of 264cbb is 0.44.

The process color (four color CMYK) of #264cbb color hex is 0.80, 0.59, 0.00, 0.27. Web safe color of #264cbb is #3333cc. Color #264cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001100 10111011
Octal 46 114 273
Decimal 38 76 187
Hex 26 4C BB

RGB Percentages of Color #264cbb

%12.62
%25.25
%62.13

CMYK Percentages of Color #264cbb

%80
%59
%0
%27

Triadic Colors of #264cbb

#264cbb #bb264c #4cbb26

Analogous Colors of #264cbb

#264cbb #4b26bb #2697bb

Monochromatic Colors of #264cbb

#264cbb

Complementary Color

#264cbb #bb9526

#264cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#264cbb Color CSS Codes

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

#264cbb Text Font Color

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

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


#264cbb Background Color

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

This div background color is #264cbb


#264cbb Border Color

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

This div border color is #264cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264cbb


Comments

No comments written yet.

Please login to write comment.