#2296E0

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

Shades of Dodger Blue #2296E0

Tints of Dodger Blue #2296E0

Color information

#2296E0 (or 0x2296E0) is unknown color: approx Dodger Blue. HEX triplet: 22, 96 and E0. RGB value is (34,150,224). Sum of RGB (Red+Green+Blue) = 34+150+224=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #2296E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2296E0 is #DD691F. Grayscale: #7B7B7B. Windows color (decimal): -14510368 or 14718498. OLE color: 14718498.

HSL color Cylindrical-coordinate representation of color #2296E0: hue angle of 203.37º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2296E0 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB34150224-
CMYK0.850.3300.12
HSL203.37º75.4%50.59%-
HSV(B)203.37º84.82%87.84%-
XYZ25.0227.5374.52-
YUV123.75184.5763.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.33%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 224 (87.89% from 255) = 54.90%
R=8.33%
G=36.76%
B=54.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal341502240.850.3300.12203.3775.450.59
Hex2296E055210Ccb4b33
Octal422263401254101431311363
Binary1000101001011011100000101010110000101100110010111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2296E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2296E0; }

 p { color: rgb(34,150,224); }

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

<style>
 a { background-color: #2296E0; }

 a { background-color: rgb(34,150,224); }

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

<style>
 span { border-color: #2296E0; }

 span { border-color: rgb(34,150,224); }

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