Color Hex Logo

#265fdd Color Hex

#265FDD
(38,95,221)
0 Favorites   0 Comments

Color spaces of #265fdd

RGB 3895221
HSL0.610.730.51
HSV221°83°87°
CMYK 0.830.570.00   0.13
XYZ17.942713.816970.1279
Yxy13.81690.17610.1356
Hunter Lab37.171121.1136-85.8382
CIE-Lab43.969228.3390-69.3239

#265fdd color RGB value is (38,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011111 11011101
Octal 46 137 335
Decimal 38 95 221
Hex 26 5F DD

RGB Percentages of Color #265fdd

%10.73
%26.84
%62.43

CMYK Percentages of Color #265fdd

%83
%57
%0
%13

Triadic Colors of #265fdd

#265fdd #dd265f #5fdd26

Analogous Colors of #265fdd

#265fdd #4826dd #26bbdd

Monochromatic Colors of #265fdd

#265fdd

Complementary Color

#265fdd #dda426

#265fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#265fdd Color CSS Codes

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

#265fdd Text Font Color

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

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


#265fdd Background Color

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

This div background color is #265fdd


#265fdd Border Color

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

This div border color is #265fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265fdd


Comments

No comments written yet.

Please login to write comment.