#2188D9

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

Shades of Dodger Blue #2188D9

Tints of Dodger Blue #2188D9

Color information

#2188D9 (or 0x2188D9) is unknown color: approx Dodger Blue. HEX triplet: 21, 88 and D9. RGB value is (33,136,217). Sum of RGB (Red+Green+Blue) = 33+136+217=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 217 (85.16% from 255 or 56.22% from 386); Max value from RGB is 217 - color contains mainly: blue. Hex color #2188D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2188D9 is #DE7726. Grayscale: #727272. Windows color (decimal): -14579495 or 14256161. OLE color: 14256161.

HSL color Cylindrical-coordinate representation of color #2188D9: hue angle of 206.41º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2188D9 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB33136217-
CMYK0.850.3700.15
HSL206.41º73.6%49.02%-
HSV(B)206.41º84.79%85.1%-
XYZ21.9622.9468.92-
YUV114.44185.8869.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.55%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 217 (85.16% from 255) = 56.22%
R=8.55%
G=35.23%
B=56.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal331362170.850.3700.15206.4173.649.02
Hex2188D955250Fce4a31
Octal412103311254501731611261
Binary1000011000100011011001101010110010101111110011101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2188D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2188D9; }

 p { color: rgb(33,136,217); }

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

<style>
 a { background-color: #2188D9; }

 a { background-color: rgb(33,136,217); }

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

<style>
 span { border-color: #2188D9; }

 span { border-color: rgb(33,136,217); }

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