#2988DD

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

Shades of Dodger Blue #2988DD

Tints of Dodger Blue #2988DD

Color information

#2988DD (or 0x2988DD) is unknown color: approx Dodger Blue. HEX triplet: 29, 88 and DD. RGB value is (41,136,221). Sum of RGB (Red+Green+Blue) = 41+136+221=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #2988DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2988DD is #D67722. Grayscale: #747474. Windows color (decimal): -14055203 or 14518313. OLE color: 14518313.

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

Color convert

RGB41136221-
CMYK0.810.3800.13
HSL208.33º72.58%51.37%-
HSV(B)208.33º81.45%86.67%-
XYZ22.7723.371.7-
YUV117.28186.5373.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.30%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 221 (86.72% from 255) = 55.53%
R=10.30%
G=34.17%
B=55.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal411362210.810.3800.13208.3372.5851.37
Hex2988DD51260Dd04933
Octal512103351214601532011163
Binary1010011000100011011101101000110011001101110100001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2988DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,136,221); }

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

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

 a { background-color: rgb(41,136,221); }

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

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

 span { border-color: rgb(41,136,221); }

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