Color Hex Logo

#265adb Color Hex

#265ADB
(38,90,219)
0 Favorites   0 Comments

Color spaces of #265adb

RGB 3890219
HSL0.620.720.50
HSV223°83°86°
CMYK 0.830.590.00   0.14
XYZ17.241712.838968.5872
Yxy12.83890.17470.1301
Hunter Lab35.831423.1874-88.4088
CIE-Lab42.519530.8026-70.5491

#265adb color RGB value is (38,90,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011010 11011011
Octal 46 132 333
Decimal 38 90 219
Hex 26 5A DB

RGB Percentages of Color #265adb

%10.95
%25.94
%63.11

CMYK Percentages of Color #265adb

%83
%59
%0
%14

Triadic Colors of #265adb

#265adb #db265a #5adb26

Analogous Colors of #265adb

#265adb #4d26db #26b5db

Monochromatic Colors of #265adb

#265adb

Complementary Color

#265adb #dba726

#265adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#265adb Color CSS Codes

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

#265adb Text Font Color

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

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


#265adb Background Color

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

This div background color is #265adb


#265adb Border Color

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

This div border color is #265adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265adb


Comments

No comments written yet.

Please login to write comment.