Color Hex Logo

#235bdb Color Hex

#235BDB
(35,91,219)
0 Favorites   0 Comments

Color spaces of #235bdb

RGB 3591219
HSL0.620.720.50
HSV222°84°86°
CMYK 0.840.580.00   0.14
XYZ17.220412.954068.6106
Yxy12.95400.17430.1311
Hunter Lab35.991722.4188-87.8298
CIE-Lab42.693929.9344-70.2680

#235bdb color RGB value is (35,91,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011011 11011011
Octal 43 133 333
Decimal 35 91 219
Hex 23 5B DB

RGB Percentages of Color #235bdb

%10.14
%26.38
%63.48

CMYK Percentages of Color #235bdb

%84
%58
%0
%14

Triadic Colors of #235bdb

#235bdb #db235b #5bdb23

Analogous Colors of #235bdb

#235bdb #4723db #23b7db

Monochromatic Colors of #235bdb

#235bdb

Complementary Color

#235bdb #dba323

#235bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#235bdb Color CSS Codes

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

#235bdb Text Font Color

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

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


#235bdb Background Color

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

This div background color is #235bdb


#235bdb Border Color

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

This div border color is #235bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235bdb


Comments

No comments written yet.

Please login to write comment.