#229EED

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

Shades of Dodger Blue #229EED

Tints of Dodger Blue #229EED

Color information

#229EED (or 0x229EED) is unknown color: approx Dodger Blue. HEX triplet: 22, 9E and ED. RGB value is (34,158,237). Sum of RGB (Red+Green+Blue) = 34+158+237=429 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.93% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #229EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229EED is #DD6112. Grayscale: #818181. Windows color (decimal): -14508307 or 15572514. OLE color: 15572514.

HSL color Cylindrical-coordinate representation of color #229EED: hue angle of 203.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229EED is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB34158237-
CMYK0.860.3300.07
HSL203.35º84.94%53.14%-
HSV(B)203.35º85.65%92.94%-
XYZ28.1730.9184.6-
YUV129.93188.4259.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.93%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 237 (92.97% from 255) = 55.24%
R=7.93%
G=36.83%
B=55.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal341582370.860.3300.07203.3584.9453.14
Hex229EED562107cb5535
Octal42236355126410731312565
Binary100010100111101110110110101101000010111110010111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229EED; }

 p { color: rgb(34,158,237); }

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

<style>
 a { background-color: #229EED; }

 a { background-color: rgb(34,158,237); }

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

<style>
 span { border-color: #229EED; }

 span { border-color: rgb(34,158,237); }

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