#1989DC

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

Shades of Dodger Blue #1989DC

Tints of Dodger Blue #1989DC

Color information

#1989DC (or 0x1989DC) is unknown color: approx Dodger Blue. HEX triplet: 19, 89 and DC. RGB value is (25,137,220). Sum of RGB (Red+Green+Blue) = 25+137+220=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #1989DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1989DC is #E67623. Grayscale: #707070. Windows color (decimal): -15103524 or 14453017. OLE color: 14453017.

HSL color Cylindrical-coordinate representation of color #1989DC: hue angle of 205.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1989DC is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB25137220-
CMYK0.890.3800.14
HSL205.54º79.59%48.04%-
HSV(B)205.54º88.64%86.27%-
XYZ22.2623.2771.03-
YUV112.97188.3965.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.54%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 220 (86.33% from 255) = 57.59%
R=6.54%
G=35.86%
B=57.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal251372200.890.3800.14205.5479.5948.04
Hex1989DC59260Ece5030
Octal312113341314601631612060
Binary110011000100111011100101100110011001110110011101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1989DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1989DC; }

 p { color: rgb(25,137,220); }

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

<style>
 a { background-color: #1989DC; }

 a { background-color: rgb(25,137,220); }

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

<style>
 span { border-color: #1989DC; }

 span { border-color: rgb(25,137,220); }

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