Color Hex Logo

#227ddb Color Hex

#227DDB
(34,125,219)
0 Favorites   0 Comments

Color spaces of #227ddb

RGB 34125219
HSL0.580.730.50
HSV210°84°86°
CMYK 0.840.430.00   0.14
XYZ20.779520.121869.8065
Yxy20.12180.18770.1818
Hunter Lab44.85734.1872-60.8663
CIE-Lab51.97468.2155-55.2571

#227ddb color RGB value is (34,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01111101 11011011
Octal 42 175 333
Decimal 34 125 219
Hex 22 7D DB

RGB Percentages of Color #227ddb

%8.99
%33.07
%57.94

CMYK Percentages of Color #227ddb

%84
%43
%0
%14

Triadic Colors of #227ddb

#227ddb #db227d #7ddb22

Analogous Colors of #227ddb

#227ddb #2322db #22dadb

Monochromatic Colors of #227ddb

#227ddb

Complementary Color

#227ddb #db8022

#227ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#227ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#227ddb Color CSS Codes

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

#227ddb Text Font Color

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

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


#227ddb Background Color

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

This div background color is #227ddb


#227ddb Border Color

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

This div border color is #227ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #227ddb


Comments

No comments written yet.

Please login to write comment.