Color Hex Logo

#264dbb Color Hex

#264DBB
(38,77,187)
0 Favorites   0 Comments

Color spaces of #264dbb

RGB 3877187
HSL0.620.660.44
HSV224°80°73°
CMYK 0.800.590.00   0.27
XYZ12.42289.307748.1555
Yxy9.30770.17780.1332
Hunter Lab30.508519.2937-72.2290
CIE-Lab36.570127.1495-61.7410

#264dbb color RGB value is (38,77,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001101 10111011
Octal 46 115 273
Decimal 38 77 187
Hex 26 4D BB

RGB Percentages of Color #264dbb

%12.58
%25.50
%61.92

CMYK Percentages of Color #264dbb

%80
%59
%0
%27

Triadic Colors of #264dbb

#264dbb #bb264d #4dbb26

Analogous Colors of #264dbb

#264dbb #4926bb #2698bb

Monochromatic Colors of #264dbb

#264dbb

Complementary Color

#264dbb #bb9426

#264dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#264dbb Color CSS Codes

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

#264dbb Text Font Color

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

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


#264dbb Background Color

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

This div background color is #264dbb


#264dbb Border Color

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

This div border color is #264dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264dbb


Comments

No comments written yet.

Please login to write comment.