Color Hex Logo

#228cdb Color Hex

#228CDB
(34,140,219)
0 Favorites   0 Comments

Color spaces of #228cdb

RGB 34140219
HSL0.570.730.50
HSV206°84°86°
CMYK 0.840.360.00   0.14
XYZ22.824024.210770.4880
Yxy24.21070.19420.2060
Hunter Lab49.2044-3.3084-50.4932
CIE-Lab56.2981-0.8489-48.3622

#228cdb color RGB value is (34,140,219).

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

The process color (four color CMYK) of #228cdb color hex is 0.84, 0.36, 0.00, 0.14. Web safe color of #228cdb is #3399cc. Color #228cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001100 11011011
Octal 42 214 333
Decimal 34 140 219
Hex 22 8C DB

RGB Percentages of Color #228cdb

%8.65
%35.62
%55.73

CMYK Percentages of Color #228cdb

%84
%36
%0
%14

Triadic Colors of #228cdb

#228cdb #db228c #8cdb22

Analogous Colors of #228cdb

#228cdb #2230db #22dbce

Monochromatic Colors of #228cdb

#228cdb

Complementary Color

#228cdb #db7122

#228cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#228cdb Color CSS Codes

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

#228cdb Text Font Color

<p style="color:#228cdb">Text here</p>

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


#228cdb Background Color

<div style="background-color:#228cdb">
Div content here</div>

This div background color is #228cdb


#228cdb Border Color

<div style="border:3px solid #228cdb">
Div here</div>

This div border color is #228cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #228cdb


Comments

No comments written yet.

Please login to write comment.