#128FDD

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

Shades of Dodger Blue #128FDD

Tints of Dodger Blue #128FDD

Color information

#128FDD (or 0x128FDD) is unknown color: approx Dodger Blue. HEX triplet: 12, 8F and DD. RGB value is (18,143,221). Sum of RGB (Red+Green+Blue) = 18+143+221=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #128FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FDD is #ED7022. Grayscale: #727272. Windows color (decimal): -15560739 or 14520082. OLE color: 14520082.

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

Color convert

RGB18143221-
CMYK0.920.3500.13
HSL203.05º84.94%46.86%-
HSV(B)203.05º91.86%86.67%-
XYZ23.1224.9972.01-
YUV114.52188.0959.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.71%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 221 (86.72% from 255) = 57.85%
R=4.71%
G=37.43%
B=57.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181432210.920.3500.13203.0584.9446.86
Hex128FDD5C230Dcb552f
Octal222173351344301531312557
Binary100101000111111011101101110010001101101110010111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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