Color Hex Logo

#264fdd Color Hex

#264FDD
(38,79,221)
0 Favorites   0 Comments

Color spaces of #264fdd

RGB 3879221
HSL0.630.730.51
HSV227°83°87°
CMYK 0.830.640.00   0.13
XYZ16.646511.224569.6958
Yxy11.22450.17060.1150
Hunter Lab33.503030.0604-99.8881
CIE-Lab39.956038.5568-75.8876

#264fdd color RGB value is (38,79,221).

#264fdd hex color red value is 38, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #264fdd hue: 0.63 , saturation: 0.73 and the lightness value of 264fdd is 0.51.

The process color (four color CMYK) of #264fdd color hex is 0.83, 0.64, 0.00, 0.13. Web safe color of #264fdd is #3366cc. Color #264fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001111 11011101
Octal 46 117 335
Decimal 38 79 221
Hex 26 4F DD

RGB Percentages of Color #264fdd

%11.24
%23.37
%65.38

CMYK Percentages of Color #264fdd

%83
%64
%0
%13

Triadic Colors of #264fdd

#264fdd #dd264f #4fdd26

Analogous Colors of #264fdd

#264fdd #5926dd #26abdd

Monochromatic Colors of #264fdd

#264fdd

Complementary Color

#264fdd #ddb426

#264fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#264fdd Color CSS Codes

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

#264fdd Text Font Color

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

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


#264fdd Background Color

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

This div background color is #264fdd


#264fdd Border Color

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

This div border color is #264fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264fdd


Comments

No comments written yet.

Please login to write comment.