Color Hex Logo

#265fdb Color Hex

#265FDB
(38,95,219)
0 Favorites   0 Comments

Color spaces of #265fdb

RGB 3895219
HSL0.610.720.50
HSV221°83°86°
CMYK 0.830.570.00   0.14
XYZ17.677713.711068.7326
Yxy13.71100.17660.1369
Hunter Lab37.028420.4180-84.1351
CIE-Lab43.815627.5820-68.4355

#265fdb color RGB value is (38,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011111 11011011
Octal 46 137 333
Decimal 38 95 219
Hex 26 5F DB

RGB Percentages of Color #265fdb

%10.80
%26.99
%62.22

CMYK Percentages of Color #265fdb

%83
%57
%0
%14

Triadic Colors of #265fdb

#265fdb #db265f #5fdb26

Analogous Colors of #265fdb

#265fdb #4826db #26badb

Monochromatic Colors of #265fdb

#265fdb

Complementary Color

#265fdb #dba226

#265fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#265fdb Color CSS Codes

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

#265fdb Text Font Color

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

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


#265fdb Background Color

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

This div background color is #265fdb


#265fdb Border Color

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

This div border color is #265fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265fdb


Comments

No comments written yet.

Please login to write comment.