#2294EE

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

Shades of Dodger Blue #2294EE

Tints of Dodger Blue #2294EE

Color information

#2294EE (or 0x2294EE) is unknown color: approx Dodger Blue. HEX triplet: 22, 94 and EE. RGB value is (34,148,238). Sum of RGB (Red+Green+Blue) = 34+148+238=420 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.10% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #2294EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2294EE is #DD6B11. Grayscale: #7B7B7B. Windows color (decimal): -14510866 or 15635490. OLE color: 15635490.

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

Color convert

RGB34148238-
CMYK0.860.3800.07
HSL206.47º85.71%53.33%-
HSV(B)206.47º85.71%93.33%-
XYZ26.6827.6984.83-
YUV124.17192.2363.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.10%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 238 (93.36% from 255) = 56.67%
R=8.10%
G=35.24%
B=56.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal341482380.860.3800.07206.4785.7153.33
Hex2294EE562607ce5635
Octal42224356126460731612665
Binary100010100101001110111010101101001100111110011101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2294EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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