#2299EE

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

Shades of Dodger Blue #2299EE

Tints of Dodger Blue #2299EE

Color information

#2299EE (or 0x2299EE) is unknown color: approx Dodger Blue. HEX triplet: 22, 99 and EE. RGB value is (34,153,238). Sum of RGB (Red+Green+Blue) = 34+153+238=425 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #2299EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2299EE is #DD6611. Grayscale: #7E7E7E. Windows color (decimal): -14509586 or 15636770. OLE color: 15636770.

HSL color Cylindrical-coordinate representation of color #2299EE: hue angle of 205º degrees, saturation: 0.86, 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 #2299EE is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB34153238-
CMYK0.860.3600.07
HSL205º85.71%53.33%-
HSV(B)205º85.71%93.33%-
XYZ27.4829.385.1-
YUV127.11190.5861.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 238 (93.36% from 255) = 56%
R=8%
G=36%
B=56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal341532380.860.3600.0720585.7153.33
Hex2299EE562407cd5635
Octal42231356126440731512665
Binary100010100110011110111010101101001000111110011011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2299EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2299EE; }

 p { color: rgb(34,153,238); }

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

<style>
 a { background-color: #2299EE; }

 a { background-color: rgb(34,153,238); }

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

<style>
 span { border-color: #2299EE; }

 span { border-color: rgb(34,153,238); }

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