#128ADE

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

Shades of Dodger Blue #128ADE

Tints of Dodger Blue #128ADE

Color information

#128ADE (or 0x128ADE) is unknown color: approx Dodger Blue. HEX triplet: 12, 8A and DE. RGB value is (18,138,222). Sum of RGB (Red+Green+Blue) = 18+138+222=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #128ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ADE is #ED7521. Grayscale: #6F6F6F. Windows color (decimal): -15562018 or 14584338. OLE color: 14584338.

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

Color convert

RGB18138222-
CMYK0.920.3800.13
HSL204.71º85%47.06%-
HSV(B)204.71º91.89%87.06%-
XYZ22.5223.5872.47-
YUV111.7190.2461.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.76%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 222 (87.11% from 255) = 58.73%
R=4.76%
G=36.51%
B=58.73%

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
Decimal181382220.920.3800.13204.718547.06
Hex128ADE5C260Dcd552f
Octal222123361344601531512557
Binary100101000101011011110101110010011001101110011011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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