Color Hex Logo

#227fdb Color Hex

#227FDB
(34,127,219)
0 Favorites   0 Comments

Color spaces of #227fdb

RGB 34127219
HSL0.580.730.50
HSV210°84°86°
CMYK 0.840.420.00   0.14
XYZ21.035220.633369.8918
Yxy20.63330.18860.1850
Hunter Lab45.42393.1692-59.4303
CIE-Lab52.54586.9841-54.3426

#227fdb color RGB value is (34,127,219).

#227fdb hex color red value is 34, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #227fdb hue: 0.58 , saturation: 0.73 and the lightness value of 227fdb is 0.50.

The process color (four color CMYK) of #227fdb color hex is 0.84, 0.42, 0.00, 0.14. Web safe color of #227fdb is #3366cc. Color #227fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01111111 11011011
Octal 42 177 333
Decimal 34 127 219
Hex 22 7F DB

RGB Percentages of Color #227fdb

%8.95
%33.42
%57.63

CMYK Percentages of Color #227fdb

%84
%42
%0
%14

Triadic Colors of #227fdb

#227fdb #db227f #7fdb22

Analogous Colors of #227fdb

#227fdb #2223db #22dbdb

Monochromatic Colors of #227fdb

#227fdb

Complementary Color

#227fdb #db7e22

#227fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#227fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#227fdb Color CSS Codes

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

#227fdb Text Font Color

<p style="color:#227fdb">Text here</p>

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


#227fdb Background Color

<div style="background-color:#227fdb">
Div content here</div>

This div background color is #227fdb


#227fdb Border Color

<div style="border:3px solid #227fdb">
Div here</div>

This div border color is #227fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,127,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #227fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #227fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #227fdb;
  box-shadow:         1px 1px 3px 2px #227fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,127,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 #227fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #227fdb


Comments

No comments written yet.

Please login to write comment.