Color Hex Logo

#265abb Color Hex

#265ABB
(38,90,187)
0 Favorites   0 Comments

Color spaces of #265abb

RGB 3890187
HSL0.610.660.44
HSV219°80°73°
CMYK 0.800.520.00   0.27
XYZ13.425111.312348.4896
Yxy11.31230.18330.1545
Hunter Lab33.633812.3902-61.9344
CIE-Lab40.101618.5762-56.0038

#265abb color RGB value is (38,90,187).

#265abb hex color red value is 38, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #265abb hue: 0.61 , saturation: 0.66 and the lightness value of 265abb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011010 10111011
Octal 46 132 273
Decimal 38 90 187
Hex 26 5A BB

RGB Percentages of Color #265abb

%12.06
%28.57
%59.37

CMYK Percentages of Color #265abb

%80
%52
%0
%27

Triadic Colors of #265abb

#265abb #bb265a #5abb26

Analogous Colors of #265abb

#265abb #3d26bb #26a5bb

Monochromatic Colors of #265abb

#265abb

Complementary Color

#265abb #bb8726

#265abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#265abb Color CSS Codes

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

#265abb Text Font Color

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

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


#265abb Background Color

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

This div background color is #265abb


#265abb Border Color

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

This div border color is #265abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265abb


Comments

No comments written yet.

Please login to write comment.