#2081E5

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

Shades of Dodger Blue #2081E5

Tints of Dodger Blue #2081E5

Color information

#2081E5 (or 0x2081E5) is unknown color: approx Dodger Blue. HEX triplet: 20, 81 and E5. RGB value is (32,129,229). Sum of RGB (Red+Green+Blue) = 32+129+229=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #2081E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2081E5 is #DF7E1A. Grayscale: #6E6E6E. Windows color (decimal): -14646811 or 15040800. OLE color: 15040800.

HSL color Cylindrical-coordinate representation of color #2081E5: hue angle of 210.46º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2081E5 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB32129229-
CMYK0.860.4400.10
HSL210.46º79.12%51.18%-
HSV(B)210.46º86.03%89.8%-
XYZ22.5921.6677.12-
YUV111.4194.3671.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.21%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 229 (89.84% from 255) = 58.72%
R=8.21%
G=33.08%
B=58.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal321292290.860.4400.10210.4679.1251.18
Hex2081E5562C0Ad24f33
Octal402013451265401232211763
Binary1000001000000111100101101011010110001010110100101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2081E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2081E5; }

 p { color: rgb(32,129,229); }

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

<style>
 a { background-color: #2081E5; }

 a { background-color: rgb(32,129,229); }

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

<style>
 span { border-color: #2081E5; }

 span { border-color: rgb(32,129,229); }

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