#1996dd

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

Shades of Dodger Blue #1996DD

Tints of Dodger Blue #1996DD

Color information

#1996DD (or 0x1996DD) is unknown color: approx Dodger Blue. HEX triplet: 19, 96 and DD. RGB value is (25,150,221). Sum of RGB (Red+Green+Blue) = 25+150+221=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #1996DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996DD is #E66922. Grayscale: #787878. Windows color (decimal): -15100195 or 14521881. OLE color: 14521881.

HSL color Cylindrical-coordinate representation of color #1996DD: hue angle of 201.73º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1996DD is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB25150221-
CMYK0.890.3200.13
HSL201.73º79.67%48.24%-
HSV(B)201.73º88.69%86.67%-
XYZ24.3627.2472.38-
YUV120.72184.5959.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.31%
GREEN value IS 150 (58.98% from 255) = 37.88%
BLUE value IS 221 (86.72% from 255) = 55.81%
R=6.31%
G=37.88%
B=55.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal251502210.890.3200.13201.7379.6748.24
Hex1996DD59200Dca5030
Octal312263351314001531212060
Binary110011001011011011101101100110000001101110010101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1996dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,150,221); }

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

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

 a { background-color: rgb(25,150,221); }

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

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

 span { border-color: rgb(25,150,221); }

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