#2288dd

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

Shades of Dodger Blue #2288DD

Tints of Dodger Blue #2288DD

Color information

#2288DD (or 0x2288DD) is unknown color: approx Dodger Blue. HEX triplet: 22, 88 and DD. RGB value is (34,136,221). Sum of RGB (Red+Green+Blue) = 34+136+221=391 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.70% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #2288DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2288DD is #DD7722. Grayscale: #727272. Windows color (decimal): -14513955 or 14518306. OLE color: 14518306.

HSL color Cylindrical-coordinate representation of color #2288DD: hue angle of 207.27º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2288DD is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB34136221-
CMYK0.850.3800.13
HSL207.27º73.33%50%-
HSV(B)207.27º84.62%86.67%-
XYZ22.5123.1771.69-
YUV115.19187.7170.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.70%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=8.70%
G=34.78%
B=56.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal341362210.850.3800.13207.2773.3350
Hex2288DD55260Dcf4932
Octal422103351254601531711162
Binary1000101000100011011101101010110011001101110011111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2288dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2288dd; }

 p { color: rgb(34,136,221); }

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

<style>
 a { background-color: #2288dd; }

 a { background-color: rgb(34,136,221); }

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

<style>
 span { border-color: #2288dd; }

 span { border-color: rgb(34,136,221); }

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