#229AED

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

Shades of Dodger Blue #229AED

Tints of Dodger Blue #229AED

Color information

#229AED (or 0x229AED) is unknown color: approx Dodger Blue. HEX triplet: 22, 9A and ED. RGB value is (34,154,237). Sum of RGB (Red+Green+Blue) = 34+154+237=425 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #229AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229AED is #DD6512. Grayscale: #7F7F7F. Windows color (decimal): -14509331 or 15571490. OLE color: 15571490.

HSL color Cylindrical-coordinate representation of color #229AED: hue angle of 204.53º 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 #229AED is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB34154237-
CMYK0.860.3500.07
HSL204.53º84.94%53.14%-
HSV(B)204.53º85.65%92.94%-
XYZ27.529.5784.38-
YUV127.58189.7461.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 237 (92.97% from 255) = 55.76%
R=8%
G=36.24%
B=55.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal341542370.860.3500.07204.5384.9453.14
Hex229AED562307cd5535
Octal42232355126430731512565
Binary100010100110101110110110101101000110111110011011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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