#228AE5

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

Shades of Dodger Blue #228AE5

Tints of Dodger Blue #228AE5

Color information

#228AE5 (or 0x228AE5) is unknown color: approx Dodger Blue. HEX triplet: 22, 8A and E5. RGB value is (34,138,229). Sum of RGB (Red+Green+Blue) = 34+138+229=401 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.48% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #228AE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228AE5 is #DD751A. Grayscale: #747474. Windows color (decimal): -14513435 or 15043106. OLE color: 15043106.

HSL color Cylindrical-coordinate representation of color #228AE5: hue angle of 208º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228AE5 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB34138229-
CMYK0.850.4000.10
HSL208º78.95%51.57%-
HSV(B)208º85.15%89.8%-
XYZ23.8924.1777.54-
YUV117.28191.0468.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.48%
GREEN value IS 138 (54.30% from 255) = 34.41%
BLUE value IS 229 (89.84% from 255) = 57.11%
R=8.48%
G=34.41%
B=57.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal341382290.850.4000.1020878.9551.57
Hex228AE555280Ad04f34
Octal422123451255001232011764
Binary1000101000101011100101101010110100001010110100001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228AE5; }

 p { color: rgb(34,138,229); }

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

<style>
 a { background-color: #228AE5; }

 a { background-color: rgb(34,138,229); }

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

<style>
 span { border-color: #228AE5; }

 span { border-color: rgb(34,138,229); }

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