#2881dd

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

Shades of Dodger Blue #2881DD

Tints of Dodger Blue #2881DD

Color information

#2881DD (or 0x2881DD) is unknown color: approx Dodger Blue. HEX triplet: 28, 81 and DD. RGB value is (40,129,221). Sum of RGB (Red+Green+Blue) = 40+129+221=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #2881DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2881DD is #D77E22. Grayscale: #707070. Windows color (decimal): -14122531 or 14516520. OLE color: 14516520.

HSL color Cylindrical-coordinate representation of color #2881DD: hue angle of 210.5º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2881DD is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB40129221-
CMYK0.820.4200.13
HSL210.5º72.69%51.18%-
HSV(B)210.5º81.9%86.67%-
XYZ21.7821.3771.38-
YUV112.88189.0176.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.26%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 221 (86.72% from 255) = 56.67%
R=10.26%
G=33.08%
B=56.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal401292210.820.4200.13210.572.6951.18
Hex2881DD522A0Dd24933
Octal502013351225201532211163
Binary1010001000000111011101101001010101001101110100101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2881dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2881dd; }

 p { color: rgb(40,129,221); }

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

<style>
 a { background-color: #2881dd; }

 a { background-color: rgb(40,129,221); }

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

<style>
 span { border-color: #2881dd; }

 span { border-color: rgb(40,129,221); }

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