#2990DD

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

Shades of Dodger Blue #2990DD

Tints of Dodger Blue #2990DD

Color information

#2990DD (or 0x2990DD) is unknown color: approx Dodger Blue. HEX triplet: 29, 90 and DD. RGB value is (41,144,221). Sum of RGB (Red+Green+Blue) = 41+144+221=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #2990DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2990DD is #D66F22. Grayscale: #797979. Windows color (decimal): -14053155 or 14520361. OLE color: 14520361.

HSL color Cylindrical-coordinate representation of color #2990DD: hue angle of 205.67º 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 #2990DD is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB41144221-
CMYK0.810.3500.13
HSL205.67º72.58%51.37%-
HSV(B)205.67º81.45%86.67%-
XYZ23.9425.6472.09-
YUV121.98183.8870.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.10%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 221 (86.72% from 255) = 54.43%
R=10.10%
G=35.47%
B=54.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal411442210.810.3500.13205.6772.5851.37
Hex2990DD51230Dce4933
Octal512203351214301531611163
Binary1010011001000011011101101000110001101101110011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2990DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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