#128AE7

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

Shades of Dodger Blue #128AE7

Tints of Dodger Blue #128AE7

Color information

#128AE7 (or 0x128AE7) is unknown color: approx Dodger Blue. HEX triplet: 12, 8A and E7. RGB value is (18,138,231). Sum of RGB (Red+Green+Blue) = 18+138+231=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 231 (90.62% from 255 or 59.69% from 387); Max value from RGB is 231 - color contains mainly: blue. Hex color #128AE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128AE7 is #ED7518. Grayscale: #707070. Windows color (decimal): -15562009 or 15174162. OLE color: 15174162.

HSL color Cylindrical-coordinate representation of color #128AE7: hue angle of 206.2º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128AE7 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18138231-
CMYK0.920.4000.09
HSL206.2º85.54%48.82%-
HSV(B)206.2º92.21%90.59%-
XYZ23.7624.0879-
YUV112.72194.7460.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.65%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 231 (90.62% from 255) = 59.69%
R=4.65%
G=35.66%
B=59.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal181382310.920.4000.09206.285.5448.82
Hex128AE75C2809ce5631
Octal222123471345001131612661
Binary100101000101011100111101110010100001001110011101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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