Color Hex Logo

#267bdb Color Hex

#267BDB
(38,123,219)
0 Favorites   0 Comments

Color spaces of #267bdb

RGB 38123219
HSL0.590.720.50
HSV212°83°86°
CMYK 0.830.440.00   0.14
XYZ20.668519.692569.7295
Yxy19.69250.18770.1789
Hunter Lab44.37625.4791-62.1005
CIE-Lab51.48779.7769-56.0332

#267bdb color RGB value is (38,123,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111011 11011011
Octal 46 173 333
Decimal 38 123 219
Hex 26 7B DB

RGB Percentages of Color #267bdb

%10.00
%32.37
%57.63

CMYK Percentages of Color #267bdb

%83
%44
%0
%14

Triadic Colors of #267bdb

#267bdb #db267b #7bdb26

Analogous Colors of #267bdb

#267bdb #2c26db #26d6db

Monochromatic Colors of #267bdb

#267bdb

Complementary Color

#267bdb #db8626

#267bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#267bdb Color CSS Codes

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

#267bdb Text Font Color

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

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


#267bdb Background Color

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

This div background color is #267bdb


#267bdb Border Color

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

This div border color is #267bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267bdb


Comments

No comments written yet.

Please login to write comment.