#128BEA

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

Shades of Dodger Blue #128BEA

Tints of Dodger Blue #128BEA

Color information

#128BEA (or 0x128BEA) is unknown color: approx Dodger Blue. HEX triplet: 12, 8B and EA. RGB value is (18,139,234). Sum of RGB (Red+Green+Blue) = 18+139+234=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #128BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128BEA is #ED7415. Grayscale: #717171. Windows color (decimal): -15561750 or 15371026. OLE color: 15371026.

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

Color convert

RGB18139234-
CMYK0.920.4100.08
HSL206.39º85.71%49.41%-
HSV(B)206.39º92.31%91.76%-
XYZ24.3324.5381.29-
YUV113.65195.9159.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.60%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 234 (91.80% from 255) = 59.85%
R=4.60%
G=35.55%
B=59.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181392340.920.4100.08206.3985.7149.41
Hex128BEA5C2908ce5631
Octal222133521345101031612661
Binary100101000101111101010101110010100101000110011101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,139,234); }

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

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

 a { background-color: rgb(18,139,234); }

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

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

 span { border-color: rgb(18,139,234); }

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