Color Hex Logo

#1c77fb Color Hex

#1C77FB
(28,119,251)
0 Favorites   0 Comments

Color spaces of #1c77fb

RGB 28119251
HSL0.600.970.55
HSV216°89°98°
CMYK 0.890.530.00   0.02
XYZ24.488320.405693.9148
Yxy20.40560.17640.1470
Hunter Lab45.172617.7139-91.6445
CIE-Lab52.292723.7932-72.6339

#1c77fb color RGB value is (28,119,251).

#1c77fb hex color red value is 28, green value is 119 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1c77fb hue: 0.60 , saturation: 0.97 and the lightness value of 1c77fb is 0.55.

The process color (four color CMYK) of #1c77fb color hex is 0.89, 0.53, 0.00, 0.02. Web safe color of #1c77fb is #3366ff. Color #1c77fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01110111 11111011
Octal 34 167 373
Decimal 28 119 251
Hex 1C 77 FB

RGB Percentages of Color #1c77fb

%7.04
%29.90
%63.07

CMYK Percentages of Color #1c77fb

%89
%53
%0
%2

Triadic Colors of #1c77fb

#1c77fb #fb1c77 #77fb1c

Analogous Colors of #1c77fb

#1c77fb #311cfb #1ce7fb

Monochromatic Colors of #1c77fb

#1c77fb

Complementary Color

#1c77fb #fba01c

#1c77fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c77fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c77fb Color CSS Codes

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

#1c77fb Text Font Color

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

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


#1c77fb Background Color

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

This div background color is #1c77fb


#1c77fb Border Color

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

This div border color is #1c77fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,119,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c77fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c77fb;
  -webkit-box-shadow: 1px 1px 3px 2px #1c77fb;
  box-shadow:         1px 1px 3px 2px #1c77fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,119,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c77fb


Comments

No comments written yet.

Please login to write comment.