#128ADD

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

Shades of Dodger Blue #128ADD

Tints of Dodger Blue #128ADD

Color information

#128ADD (or 0x128ADD) is unknown color: approx Dodger Blue. HEX triplet: 12, 8A and DD. RGB value is (18,138,221). Sum of RGB (Red+Green+Blue) = 18+138+221=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #128ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ADD is #ED7522. Grayscale: #6F6F6F. Windows color (decimal): -15562019 or 14518802. OLE color: 14518802.

HSL color Cylindrical-coordinate representation of color #128ADD: hue angle of 204.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128ADD is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18138221-
CMYK0.920.3800.13
HSL204.53º84.94%46.86%-
HSV(B)204.53º91.86%86.67%-
XYZ22.3923.5371.77-
YUV111.58189.7461.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.77%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 221 (86.72% from 255) = 58.62%
R=4.77%
G=36.60%
B=58.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181382210.920.3800.13204.5384.9446.86
Hex128ADD5C260Dcd552f
Octal222123351344601531512557
Binary100101000101011011101101110010011001101110011011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128ADD; }

 p { color: rgb(18,138,221); }

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

<style>
 a { background-color: #128ADD; }

 a { background-color: rgb(18,138,221); }

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

<style>
 span { border-color: #128ADD; }

 span { border-color: rgb(18,138,221); }

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