Color Hex Logo

#235cdb Color Hex

#235CDB
(35,92,219)
0 Favorites   0 Comments

Color spaces of #235cdb

RGB 3592219
HSL0.620.720.50
HSV221°84°86°
CMYK 0.840.580.00   0.14
XYZ17.306513.126168.6393
Yxy13.12610.17470.1325
Hunter Lab36.230021.8643-86.9666
CIE-Lab42.952629.2897-69.8457

#235cdb color RGB value is (35,92,219).

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

The process color (four color CMYK) of #235cdb color hex is 0.84, 0.58, 0.00, 0.14. Web safe color of #235cdb is #3366cc. Color #235cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011100 11011011
Octal 43 134 333
Decimal 35 92 219
Hex 23 5C DB

RGB Percentages of Color #235cdb

%10.12
%26.59
%63.29

CMYK Percentages of Color #235cdb

%84
%58
%0
%14

Triadic Colors of #235cdb

#235cdb #db235c #5cdb23

Analogous Colors of #235cdb

#235cdb #4623db #23b8db

Monochromatic Colors of #235cdb

#235cdb

Complementary Color

#235cdb #dba223

#235cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#235cdb Color CSS Codes

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

#235cdb Text Font Color

<p style="color:#235cdb">Text here</p>

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


#235cdb Background Color

<div style="background-color:#235cdb">
Div content here</div>

This div background color is #235cdb


#235cdb Border Color

<div style="border:3px solid #235cdb">
Div here</div>

This div border color is #235cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235cdb


Comments

No comments written yet.

Please login to write comment.