#2180E0

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

Shades of Dodger Blue #2180E0

Tints of Dodger Blue #2180E0

Color information

#2180E0 (or 0x2180E0) is unknown color: approx Dodger Blue. HEX triplet: 21, 80 and E0. RGB value is (33,128,224). Sum of RGB (Red+Green+Blue) = 33+128+224=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #2180E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2180E0 is #DE7F1F. Grayscale: #6E6E6E. Windows color (decimal): -14581536 or 14712865. OLE color: 14712865.

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

Color convert

RGB33128224-
CMYK0.850.4300.12
HSL210.16º75.49%50.39%-
HSV(B)210.16º85.27%87.84%-
XYZ21.821.1473.45-
YUV110.54192.0372.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.57%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 224 (87.89% from 255) = 58.18%
R=8.57%
G=33.25%
B=58.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal331282240.850.4300.12210.1675.4950.39
Hex2180E0552B0Cd24b32
Octal412003401255301432211362
Binary1000011000000011100000101010110101101100110100101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2180E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,128,224); }

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

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

 a { background-color: rgb(33,128,224); }

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

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

 span { border-color: rgb(33,128,224); }

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