Color Hex Logo

#264bcc Color Hex

#264BCC
(38,75,204)
0 Favorites   0 Comments

Color spaces of #264bcc

RGB 3875204
HSL0.630.690.47
HSV227°81°80°
CMYK 0.810.630.00   0.20
XYZ14.21459.803958.2699
Yxy9.80390.17270.1191
Hunter Lab31.311226.2400-88.4205
CIE-Lab37.488234.8477-70.1561

#264bcc color RGB value is (38,75,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001011 11001100
Octal 46 113 314
Decimal 38 75 204
Hex 26 4B CC

RGB Percentages of Color #264bcc

%11.99
%23.66
%64.35

CMYK Percentages of Color #264bcc

%81
%63
%0
%20

Triadic Colors of #264bcc

#264bcc #cc264b #4bcc26

Analogous Colors of #264bcc

#264bcc #5426cc #269ecc

Monochromatic Colors of #264bcc

#264bcc

Complementary Color

#264bcc #cca726

#264bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#264bcc Color CSS Codes

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

#264bcc Text Font Color

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

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


#264bcc Background Color

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

This div background color is #264bcc


#264bcc Border Color

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

This div border color is #264bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264bcc


Comments

No comments written yet.

Please login to write comment.