Color Hex Logo

#1735bd Color Hex

#1735BD
(23,53,189)
0 Favorites   0 Comments

Color spaces of #1735bd

RGB 2353189
HSL0.640.780.42
HSV229°88°74°
CMYK 0.880.720.00   0.26
XYZ10.81186.402548.8101
Yxy6.40250.16380.0970
Hunter Lab25.303231.9908-96.6589
CIE-Lab30.406042.2385-73.0560

#1735bd color RGB value is (23,53,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 00110101 10111101
Octal 27 65 275
Decimal 23 53 189
Hex 17 35 BD

RGB Percentages of Color #1735bd

%8.68
%20.00
%71.32

CMYK Percentages of Color #1735bd

%88
%72
%0
%26

Triadic Colors of #1735bd

#1735bd #bd1735 #35bd17

Analogous Colors of #1735bd

#1735bd #4c17bd #1788bd

Monochromatic Colors of #1735bd

#1735bd

Complementary Color

#1735bd #bd9f17

#1735bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1735bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1735bd Color CSS Codes

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

#1735bd Text Font Color

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

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


#1735bd Background Color

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

This div background color is #1735bd


#1735bd Border Color

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

This div border color is #1735bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,53,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 #1735bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1735bd


Comments

No comments written yet.

Please login to write comment.