Color Hex Logo

#195ddb Color Hex

#195DDB
(25,93,219)
0 Favorites   0 Comments

Color spaces of #195ddb

RGB 2593219
HSL0.610.800.48
HSV219°89°86°
CMYK 0.890.580.00   0.14
XYZ17.101413.149868.6547
Yxy13.14980.17290.1330
Hunter Lab36.262720.7206-86.8676
CIE-Lab42.988128.0129-69.7974

#195ddb color RGB value is (25,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011101 11011011
Octal 31 135 333
Decimal 25 93 219
Hex 19 5D DB

RGB Percentages of Color #195ddb

%7.42
%27.60
%64.99

CMYK Percentages of Color #195ddb

%89
%58
%0
%14

Triadic Colors of #195ddb

#195ddb #db195d #5ddb19

Analogous Colors of #195ddb

#195ddb #3619db #19bedb

Monochromatic Colors of #195ddb

#195ddb

Complementary Color

#195ddb #db9719

#195ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#195ddb Color CSS Codes

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

#195ddb Text Font Color

<p style="color:#195ddb">Text here</p>

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


#195ddb Background Color

<div style="background-color:#195ddb">
Div content here</div>

This div background color is #195ddb


#195ddb Border Color

<div style="border:3px solid #195ddb">
Div here</div>

This div border color is #195ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195ddb


Comments

No comments written yet.

Please login to write comment.