Color Hex Logo

#1730bd Color Hex

#1730BD
(23,48,189)
0 Favorites   0 Comments

Color spaces of #1730bd

RGB 2348189
HSL0.640.780.42
HSV231°88°74°
CMYK 0.880.750.00   0.26
XYZ10.59565.970248.7380
Yxy5.97020.16230.0914
Hunter Lab24.434034.6456-101.1608
CIE-Lab29.337245.2201-74.8235

#1730bd color RGB value is (23,48,189).

#1730bd hex color red value is 23, green value is 48 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1730bd hue: 0.64 , saturation: 0.78 and the lightness value of 1730bd is 0.42.

The process color (four color CMYK) of #1730bd color hex is 0.88, 0.75, 0.00, 0.26. Web safe color of #1730bd is #0033cc. Color #1730bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00110000 10111101
Octal 27 60 275
Decimal 23 48 189
Hex 17 30 BD

RGB Percentages of Color #1730bd

%8.85
%18.46
%72.69

CMYK Percentages of Color #1730bd

%88
%75
%0
%26

Triadic Colors of #1730bd

#1730bd #bd1730 #30bd17

Analogous Colors of #1730bd

#1730bd #5117bd #1783bd

Monochromatic Colors of #1730bd

#1730bd

Complementary Color

#1730bd #bda417

#1730bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1730bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1730bd Color CSS Codes

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

#1730bd Text Font Color

<p style="color:#1730bd">Text here</p>

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


#1730bd Background Color

<div style="background-color:#1730bd">
Div content here</div>

This div background color is #1730bd


#1730bd Border Color

<div style="border:3px solid #1730bd">
Div here</div>

This div border color is #1730bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,48,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1730bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1730bd;
  -webkit-box-shadow: 1px 1px 3px 2px #1730bd;
  box-shadow:         1px 1px 3px 2px #1730bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,48,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1730bd


Comments

No comments written yet.

Please login to write comment.