Color Hex Logo

#1968eb Color Hex

#1968EB
(25,104,235)
0 Favorites   0 Comments

Color spaces of #1968eb

RGB 25104235
HSL0.600.840.51
HSV217°89°92°
CMYK 0.890.560.00   0.08
XYZ20.346616.105580.6335
Yxy16.10550.17380.1376
Hunter Lab40.131720.2684-91.0347
CIE-Lab47.112627.0662-72.1310

#1968eb color RGB value is (25,104,235).

#1968eb hex color red value is 25, green value is 104 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1968eb hue: 0.60 , saturation: 0.84 and the lightness value of 1968eb is 0.51.

The process color (four color CMYK) of #1968eb color hex is 0.89, 0.56, 0.00, 0.08. Web safe color of #1968eb is #0066ff. Color #1968eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101000 11101011
Octal 31 150 353
Decimal 25 104 235
Hex 19 68 EB

RGB Percentages of Color #1968eb

%6.87
%28.57
%64.56

CMYK Percentages of Color #1968eb

%89
%56
%0
%8

Triadic Colors of #1968eb

#1968eb #eb1968 #68eb19

Analogous Colors of #1968eb

#1968eb #3319eb #19d1eb

Monochromatic Colors of #1968eb

#1968eb

Complementary Color

#1968eb #eb9c19

#1968eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1968eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1968eb Color CSS Codes

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

#1968eb Text Font Color

<p style="color:#1968eb">Text here</p>

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


#1968eb Background Color

<div style="background-color:#1968eb">
Div content here</div>

This div background color is #1968eb


#1968eb Border Color

<div style="border:3px solid #1968eb">
Div here</div>

This div border color is #1968eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,104,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1968eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1968eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1968eb;
  box-shadow:         1px 1px 3px 2px #1968eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,104,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1968eb


Comments

No comments written yet.

Please login to write comment.