Color Hex Logo

#265fd0 Color Hex

#265FD0
(38,95,208)
0 Favorites   0 Comments

Color spaces of #265fd0

RGB 3895208
HSL0.610.690.48
HSV220°82°82°
CMYK 0.820.540.00   0.18
XYZ16.276713.150661.3549
Yxy13.15060.17930.1449
Hunter Lab36.263816.6567-74.9285
CIE-Lab42.989323.3954-63.4879

#265fd0 color RGB value is (38,95,208).

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

The process color (four color CMYK) of #265fd0 color hex is 0.82, 0.54, 0.00, 0.18. Web safe color of #265fd0 is #3366cc. Color #265fd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011111 11010000
Octal 46 137 320
Decimal 38 95 208
Hex 26 5F D0

RGB Percentages of Color #265fd0

%11.14
%27.86
%61.00

CMYK Percentages of Color #265fd0

%82
%54
%0
%18

Triadic Colors of #265fd0

#265fd0 #d0265f #5fd026

Analogous Colors of #265fd0

#265fd0 #4226d0 #26b4d0

Monochromatic Colors of #265fd0

#265fd0

Complementary Color

#265fd0 #d09726

#265fd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265fd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#265fd0 Color CSS Codes

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

#265fd0 Text Font Color

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

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


#265fd0 Background Color

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

This div background color is #265fd0


#265fd0 Border Color

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

This div border color is #265fd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265fd0


Comments

No comments written yet.

Please login to write comment.