Color Hex Logo

#264cbd Color Hex

#264CBD
(38,76,189)
0 Favorites   0 Comments

Color spaces of #264cbd

RGB 3876189
HSL0.620.670.45
HSV225°80°74°
CMYK 0.800.600.00   0.26
XYZ12.56919.255149.2681
Yxy9.25510.17680.1302
Hunter Lab30.422220.5094-74.7234
CIE-Lab36.470928.5693-63.0766

#264cbd color RGB value is (38,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001100 10111101
Octal 46 114 275
Decimal 38 76 189
Hex 26 4C BD

RGB Percentages of Color #264cbd

%12.54
%25.08
%62.38

CMYK Percentages of Color #264cbd

%80
%60
%0
%26

Triadic Colors of #264cbd

#264cbd #bd264c #4cbd26

Analogous Colors of #264cbd

#264cbd #4b26bd #2698bd

Monochromatic Colors of #264cbd

#264cbd

Complementary Color

#264cbd #bd9726

#264cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#264cbd Color CSS Codes

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

#264cbd Text Font Color

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

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


#264cbd Background Color

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

This div background color is #264cbd


#264cbd Border Color

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

This div border color is #264cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264cbd


Comments

No comments written yet.

Please login to write comment.