#2182E7

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

Shades of Dodger Blue #2182E7

Tints of Dodger Blue #2182E7

Color information

#2182E7 (or 0x2182E7) is unknown color: approx Dodger Blue. HEX triplet: 21, 82 and E7. RGB value is (33,130,231). Sum of RGB (Red+Green+Blue) = 33+130+231=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #2182E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2182E7 is #DE7D18. Grayscale: #707070. Windows color (decimal): -14581017 or 15172129. OLE color: 15172129.

HSL color Cylindrical-coordinate representation of color #2182E7: hue angle of 210.61º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2182E7 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB33130231-
CMYK0.860.4400.09
HSL210.61º80.49%51.76%-
HSV(B)210.61º85.71%90.59%-
XYZ23.0322.0678.64-
YUV112.51194.8671.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.38%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 231 (90.62% from 255) = 58.63%
R=8.38%
G=32.99%
B=58.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal331302310.860.4400.09210.6180.4951.76
Hex2182E7562C09d35034
Octal412023471265401132312064
Binary1000011000001011100111101011010110001001110100111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2182E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2182E7; }

 p { color: rgb(33,130,231); }

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

<style>
 a { background-color: #2182E7; }

 a { background-color: rgb(33,130,231); }

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

<style>
 span { border-color: #2182E7; }

 span { border-color: rgb(33,130,231); }

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