Color Hex Logo

#1966db Color Hex

#1966DB
(25,102,219)
0 Favorites   0 Comments

Color spaces of #1966db

RGB 25102219
HSL0.600.800.48
HSV216°89°86°
CMYK 0.890.530.00   0.14
XYZ17.938514.823968.9337
Yxy14.82390.17640.1458
Hunter Lab38.501815.7873-79.2016
CIE-Lab45.392122.1836-65.8847

#1966db color RGB value is (25,102,219).

#1966db hex color red value is 25, green value is 102 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1966db hue: 0.60 , saturation: 0.80 and the lightness value of 1966db is 0.48.

The process color (four color CMYK) of #1966db color hex is 0.89, 0.53, 0.00, 0.14. Web safe color of #1966db is #0066cc. Color #1966db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100110 11011011
Octal 31 146 333
Decimal 25 102 219
Hex 19 66 DB

RGB Percentages of Color #1966db

%7.23
%29.48
%63.29

CMYK Percentages of Color #1966db

%89
%53
%0
%14

Triadic Colors of #1966db

#1966db #db1966 #66db19

Analogous Colors of #1966db

#1966db #2d19db #19c7db

Monochromatic Colors of #1966db

#1966db

Complementary Color

#1966db #db8e19

#1966db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1966db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1966db Color CSS Codes

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

#1966db Text Font Color

<p style="color:#1966db">Text here</p>

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


#1966db Background Color

<div style="background-color:#1966db">
Div content here</div>

This div background color is #1966db


#1966db Border Color

<div style="border:3px solid #1966db">
Div here</div>

This div border color is #1966db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,102,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1966db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1966db;
  -webkit-box-shadow: 1px 1px 3px 2px #1966db;
  box-shadow:         1px 1px 3px 2px #1966db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,102,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 #1966db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1966db


Comments

No comments written yet.

Please login to write comment.