#227EDE

Color #227EDE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #227EDE

Tints of Dodger Blue #227EDE

Color information

#227EDE (or 0x227EDE) is unknown color: approx Dodger Blue. HEX triplet: 22, 7E and DE. RGB value is (34,126,222). Sum of RGB (Red+Green+Blue) = 34+126+222=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #227EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227EDE is #DD8121. Grayscale: #6C6C6C. Windows color (decimal): -14516514 or 14581282. OLE color: 14581282.

HSL color Cylindrical-coordinate representation of color #227EDE: hue angle of 210.64º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227EDE is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB34126222-
CMYK0.850.4300.13
HSL210.64º74.02%50.2%-
HSV(B)210.64º84.68%87.06%-
XYZ21.3120.5471.95-
YUV109.44191.5274.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 8.90%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 222 (87.11% from 255) = 58.12%
R=8.90%
G=32.98%
B=58.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal341262220.850.4300.13210.6474.0250.2
Hex227EDE552B0Dd34a32
Octal421763361255301532311262
Binary100010111111011011110101010110101101101110100111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227EDE; }

 p { color: rgb(34,126,222); }

 H1.HeaderClassName
 {
   color: #227EDE;
 }
 .AnyTagClassName
 {
   color: #227EDE;
 }
</style>
background-color css

<style>
 a { background-color: #227EDE; }

 a { background-color: rgb(34,126,222); }

 div.DivClassName
 {
   background-color: #227EDE;
 }
 .BgClassName
 {
   background-color: #227EDE;
 }
</style>
border-color css

<style>
 span { border-color: #227EDE; }

 span { border-color: rgb(34,126,222); }

 td.TdClassName
 {
   border-color: #227EDE;
 }
 .TagClassName
 {
   border-color: #227EDE;
 }
</style>