Color Hex Logo

#1f6bcd Color Hex

#1F6BCD
(31,107,205)
0 Favorites   0 Comments

Color spaces of #1f6bcd

RGB 31107205
HSL0.590.740.46
HSV214°85°80°
CMYK 0.850.480.00   0.20
XYZ16.842215.214559.8066
Yxy15.21450.18330.1656
Hunter Lab39.00588.8140-63.6039
CIE-Lab45.926613.9136-57.0221

#1f6bcd color RGB value is (31,107,205).

#1f6bcd hex color red value is 31, green value is 107 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1f6bcd hue: 0.59 , saturation: 0.74 and the lightness value of 1f6bcd is 0.46.

The process color (four color CMYK) of #1f6bcd color hex is 0.85, 0.48, 0.00, 0.20. Web safe color of #1f6bcd is #3366cc. Color #1f6bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01101011 11001101
Octal 37 153 315
Decimal 31 107 205
Hex 1F 6B CD

RGB Percentages of Color #1f6bcd

%9.04
%31.20
%59.77

CMYK Percentages of Color #1f6bcd

%85
%48
%0
%20

Triadic Colors of #1f6bcd

#1f6bcd #cd1f6b #6bcd1f

Analogous Colors of #1f6bcd

#1f6bcd #2a1fcd #1fc2cd

Monochromatic Colors of #1f6bcd

#1f6bcd

Complementary Color

#1f6bcd #cd811f

#1f6bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f6bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f6bcd Color CSS Codes

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

#1f6bcd Text Font Color

<p style="color:#1f6bcd">Text here</p>

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


#1f6bcd Background Color

<div style="background-color:#1f6bcd">
Div content here</div>

This div background color is #1f6bcd


#1f6bcd Border Color

<div style="border:3px solid #1f6bcd">
Div here</div>

This div border color is #1f6bcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,107,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 #1f6bcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f6bcd


Comments

No comments written yet.

Please login to write comment.