Color Hex Logo

#2f7cdb Color Hex

#2F7CDB
(47,124,219)
0 Favorites   0 Comments

Color spaces of #2f7cdb

RGB 47124219
HSL0.590.700.52
HSV213°79°86°
CMYK 0.790.430.00   0.14
XYZ21.166120.134169.7885
Yxy20.13410.19050.1812
Hunter Lab44.87105.6759-60.8048
CIE-Lab51.988510.0123-55.2184

#2f7cdb color RGB value is (47,124,219).

#2f7cdb hex color red value is 47, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2f7cdb hue: 0.59 , saturation: 0.70 and the lightness value of 2f7cdb is 0.52.

The process color (four color CMYK) of #2f7cdb color hex is 0.79, 0.43, 0.00, 0.14. Web safe color of #2f7cdb is #3366cc. Color #2f7cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01111100 11011011
Octal 57 174 333
Decimal 47 124 219
Hex 2F 7C DB

RGB Percentages of Color #2f7cdb

%12.05
%31.79
%56.15

CMYK Percentages of Color #2f7cdb

%79
%43
%0
%14

Triadic Colors of #2f7cdb

#2f7cdb #db2f7c #7cdb2f

Analogous Colors of #2f7cdb

#2f7cdb #382fdb #2fd2db

Monochromatic Colors of #2f7cdb

#2f7cdb

Complementary Color

#2f7cdb #db8e2f

#2f7cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f7cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f7cdb Color CSS Codes

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

#2f7cdb Text Font Color

<p style="color:#2f7cdb">Text here</p>

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


#2f7cdb Background Color

<div style="background-color:#2f7cdb">
Div content here</div>

This div background color is #2f7cdb


#2f7cdb Border Color

<div style="border:3px solid #2f7cdb">
Div here</div>

This div border color is #2f7cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,124,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f7cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f7cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #2f7cdb;
  box-shadow:         1px 1px 3px 2px #2f7cdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,124,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 #2f7cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f7cdb


Comments

No comments written yet.

Please login to write comment.