Color Hex Logo

#265dcb Color Hex

#265DCB
(38,93,203)
0 Favorites   0 Comments

Color spaces of #265dcb

RGB 3893203
HSL0.610.680.47
HSV220°81°80°
CMYK 0.810.540.00   0.20
XYZ15.493212.552658.1062
Yxy12.55260.17980.1457
Hunter Lab35.429616.0552-72.4375
CIE-Lab42.081222.7808-62.0848

#265dcb color RGB value is (38,93,203).

#265dcb hex color red value is 38, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #265dcb hue: 0.61 , saturation: 0.68 and the lightness value of 265dcb is 0.47.

The process color (four color CMYK) of #265dcb color hex is 0.81, 0.54, 0.00, 0.20. Web safe color of #265dcb is #3366cc. Color #265dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011101 11001011
Octal 46 135 313
Decimal 38 93 203
Hex 26 5D CB

RGB Percentages of Color #265dcb

%11.38
%27.84
%60.78

CMYK Percentages of Color #265dcb

%81
%54
%0
%20

Triadic Colors of #265dcb

#265dcb #cb265d #5dcb26

Analogous Colors of #265dcb

#265dcb #4126cb #26b0cb

Monochromatic Colors of #265dcb

#265dcb

Complementary Color

#265dcb #cb9426

#265dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#265dcb Color CSS Codes

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

#265dcb Text Font Color

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

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


#265dcb Background Color

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

This div background color is #265dcb


#265dcb Border Color

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

This div border color is #265dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265dcb


Comments

No comments written yet.

Please login to write comment.