Color Hex Logo

#1483cb Color Hex

#1483CB
(20,131,203)
0 Favorites   0 Comments

Color spaces of #1483cb

RGB 20131203
HSL0.570.820.44
HSV204°90°80°
CMYK 0.900.350.00   0.20
XYZ19.184320.693159.4830
Yxy20.69310.19310.2083
Hunter Lab45.4897-4.3283-45.6858
CIE-Lab52.6120-2.4454-45.1997

#1483cb color RGB value is (20,131,203).

#1483cb hex color red value is 20, green value is 131 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1483cb hue: 0.57 , saturation: 0.82 and the lightness value of 1483cb is 0.44.

The process color (four color CMYK) of #1483cb color hex is 0.90, 0.35, 0.00, 0.20. Web safe color of #1483cb is #0099cc. Color #1483cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000011 11001011
Octal 24 203 313
Decimal 20 131 203
Hex 14 83 CB

RGB Percentages of Color #1483cb

%5.65
%37.01
%57.34

CMYK Percentages of Color #1483cb

%90
%35
%0
%20

Triadic Colors of #1483cb

#1483cb #cb1483 #83cb14

Analogous Colors of #1483cb

#1483cb #1428cb #14cbb8

Monochromatic Colors of #1483cb

#1483cb

Complementary Color

#1483cb #cb5c14

#1483cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1483cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1483cb Color CSS Codes

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

#1483cb Text Font Color

<p style="color:#1483cb">Text here</p>

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


#1483cb Background Color

<div style="background-color:#1483cb">
Div content here</div>

This div background color is #1483cb


#1483cb Border Color

<div style="border:3px solid #1483cb">
Div here</div>

This div border color is #1483cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,131,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1483cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1483cb;
  -webkit-box-shadow: 1px 1px 3px 2px #1483cb;
  box-shadow:         1px 1px 3px 2px #1483cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,131,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1483cb


Comments

No comments written yet.

Please login to write comment.