Color Hex Logo

#014bcd Color Hex

#014BCD
(1,75,205)
0 Favorites   0 Comments

Color spaces of #014bcd

RGB 175205
HSL0.610.990.40
HSV218°100°80°
CMYK 1.000.630.00   0.20
XYZ13.54809.446458.8669
Yxy9.44640.16550.1154
Hunter Lab30.735024.8966-92.0440
CIE-Lab36.829933.4702-71.8436

#014bcd color RGB value is (1,75,205).

#014bcd hex color red value is 1, green value is 75 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #014bcd hue: 0.61 , saturation: 0.99 and the lightness value of 014bcd is 0.40.

The process color (four color CMYK) of #014bcd color hex is 1.00, 0.63, 0.00, 0.20. Web safe color of #014bcd is #0033cc. Color #014bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001011 11001101
Octal 1 113 315
Decimal 1 75 205
Hex 1 4B CD

RGB Percentages of Color #014bcd

%0.36
%26.69
%72.95

CMYK Percentages of Color #014bcd

%100
%63
%0
%20

Triadic Colors of #014bcd

#014bcd #cd014b #4bcd01

Analogous Colors of #014bcd

#014bcd #1d01cd #01b1cd

Monochromatic Colors of #014bcd

#014bcd

Complementary Color

#014bcd #cd8301

#014bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#014bcd Color CSS Codes

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

#014bcd Text Font Color

<p style="color:#014bcd">Text here</p>

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


#014bcd Background Color

<div style="background-color:#014bcd">
Div content here</div>

This div background color is #014bcd


#014bcd Border Color

<div style="border:3px solid #014bcd">
Div here</div>

This div border color is #014bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,75,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #014bcd;
  box-shadow:         1px 1px 3px 2px #014bcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,75,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #014bcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014bcd


Comments

No comments written yet.

Please login to write comment.