Color Hex Logo

#265fbd Color Hex

#265FBD
(38,95,189)
0 Favorites   0 Comments

Color spaces of #265fbd

RGB 3895189
HSL0.600.670.45
HSV217°80°74°
CMYK 0.800.500.00   0.26
XYZ14.076812.270649.7706
Yxy12.27060.18490.1612
Hunter Lab35.029410.4299-59.7200
CIE-Lab41.643016.0791-54.6794

#265fbd color RGB value is (38,95,189).

#265fbd hex color red value is 38, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #265fbd hue: 0.60 , saturation: 0.67 and the lightness value of 265fbd is 0.45.

The process color (four color CMYK) of #265fbd color hex is 0.80, 0.50, 0.00, 0.26. Web safe color of #265fbd is #3366cc. Color #265fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011111 10111101
Octal 46 137 275
Decimal 38 95 189
Hex 26 5F BD

RGB Percentages of Color #265fbd

%11.80
%29.50
%58.70

CMYK Percentages of Color #265fbd

%80
%50
%0
%26

Triadic Colors of #265fbd

#265fbd #bd265f #5fbd26

Analogous Colors of #265fbd

#265fbd #3926bd #26abbd

Monochromatic Colors of #265fbd

#265fbd

Complementary Color

#265fbd #bd8426

#265fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#265fbd Color CSS Codes

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

#265fbd Text Font Color

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

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


#265fbd Background Color

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

This div background color is #265fbd


#265fbd Border Color

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

This div border color is #265fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265fbd


Comments

No comments written yet.

Please login to write comment.