#2C89DD

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

Shades of Dodger Blue #2C89DD

Tints of Dodger Blue #2C89DD

Color information

#2C89DD (or 0x2C89DD) is unknown color: approx Dodger Blue. HEX triplet: 2C, 89 and DD. RGB value is (44,137,221). Sum of RGB (Red+Green+Blue) = 44+137+221=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C89DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C89DD is #D37622. Grayscale: #767676. Windows color (decimal): -13858339 or 14518572. OLE color: 14518572.

HSL color Cylindrical-coordinate representation of color #2C89DD: hue angle of 208.47º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C89DD is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB44137221-
CMYK0.800.3800.13
HSL208.47º72.24%51.96%-
HSV(B)208.47º80.09%86.67%-
XYZ23.0423.6571.76-
YUV118.77185.6974.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.95%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 221 (86.72% from 255) = 54.98%
R=10.95%
G=34.08%
B=54.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal441372210.800.3800.13208.4772.2451.96
Hex2C89DD50260Dd04834
Octal542113351204601532011064
Binary1011001000100111011101101000010011001101110100001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C89DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C89DD; }

 p { color: rgb(44,137,221); }

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

<style>
 a { background-color: #2C89DD; }

 a { background-color: rgb(44,137,221); }

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

<style>
 span { border-color: #2C89DD; }

 span { border-color: rgb(44,137,221); }

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