Color Hex Logo

#265bdd Color Hex

#265BDD
(38,91,221)
0 Favorites   0 Comments

Color spaces of #265bdd

RGB 3891221
HSL0.620.730.51
HSV223°83°87°
CMYK 0.830.590.00   0.13
XYZ17.591613.114770.0108
Yxy13.11470.17470.1302
Hunter Lab36.214223.3341-89.2719
CIE-Lab42.935630.9110-71.0098

#265bdd color RGB value is (38,91,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011011 11011101
Octal 46 133 335
Decimal 38 91 221
Hex 26 5B DD

RGB Percentages of Color #265bdd

%10.86
%26.00
%63.14

CMYK Percentages of Color #265bdd

%83
%59
%0
%13

Triadic Colors of #265bdd

#265bdd #dd265b #5bdd26

Analogous Colors of #265bdd

#265bdd #4d26dd #26b7dd

Monochromatic Colors of #265bdd

#265bdd

Complementary Color

#265bdd #dda826

#265bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#265bdd Color CSS Codes

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

#265bdd Text Font Color

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

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


#265bdd Background Color

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

This div background color is #265bdd


#265bdd Border Color

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

This div border color is #265bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265bdd


Comments

No comments written yet.

Please login to write comment.