Color Hex Logo

#2383db Color Hex

#2383DB
(35,131,219)
0 Favorites   0 Comments

Color spaces of #2383db

RGB 35131219
HSL0.580.720.50
HSV209°84°86°
CMYK 0.840.400.00   0.14
XYZ21.595621.704470.0690
Yxy21.70440.19050.1914
Hunter Lab46.58801.2137-56.5614
CIE-Lab53.71204.6198-52.4777

#2383db color RGB value is (35,131,219).

#2383db hex color red value is 35, green value is 131 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2383db hue: 0.58 , saturation: 0.72 and the lightness value of 2383db is 0.50.

The process color (four color CMYK) of #2383db color hex is 0.84, 0.40, 0.00, 0.14. Web safe color of #2383db is #3399cc. Color #2383db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10000011 11011011
Octal 43 203 333
Decimal 35 131 219
Hex 23 83 DB

RGB Percentages of Color #2383db

%9.09
%34.03
%56.88

CMYK Percentages of Color #2383db

%84
%40
%0
%14

Triadic Colors of #2383db

#2383db #db2383 #83db23

Analogous Colors of #2383db

#2383db #2327db #23dbd7

Monochromatic Colors of #2383db

#2383db

Complementary Color

#2383db #db7b23

#2383db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2383db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2383db Color CSS Codes

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

#2383db Text Font Color

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

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


#2383db Background Color

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

This div background color is #2383db


#2383db Border Color

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

This div border color is #2383db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2383db


Comments

No comments written yet.

Please login to write comment.