#2184DD

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

Shades of Dodger Blue #2184DD

Tints of Dodger Blue #2184DD

Color information

#2184DD (or 0x2184DD) is unknown color: approx Dodger Blue. HEX triplet: 21, 84 and DD. RGB value is (33,132,221). Sum of RGB (Red+Green+Blue) = 33+132+221=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #2184DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2184DD is #DE7B22. Grayscale: #707070. Windows color (decimal): -14580515 or 14517281. OLE color: 14517281.

HSL color Cylindrical-coordinate representation of color #2184DD: hue angle of 208.4º degrees, saturation: 0.74, 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 #2184DD is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB33132221-
CMYK0.850.4000.13
HSL208.4º74.02%49.8%-
HSV(B)208.4º85.07%86.67%-
XYZ21.9322.0571.51-
YUV112.54189.271.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.55%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 221 (86.72% from 255) = 57.25%
R=8.55%
G=34.20%
B=57.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal331322210.850.4000.13208.474.0249.8
Hex2184DD55280Dd04a32
Octal412043351255001532011262
Binary1000011000010011011101101010110100001101110100001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2184DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2184DD; }

 p { color: rgb(33,132,221); }

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

<style>
 a { background-color: #2184DD; }

 a { background-color: rgb(33,132,221); }

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

<style>
 span { border-color: #2184DD; }

 span { border-color: rgb(33,132,221); }

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