#128BE3

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

Shades of Dodger Blue #128BE3

Tints of Dodger Blue #128BE3

Color information

#128BE3 (or 0x128BE3) is unknown color: approx Dodger Blue. HEX triplet: 12, 8B and E3. RGB value is (18,139,227). Sum of RGB (Red+Green+Blue) = 18+139+227=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 227 (89.06% from 255 or 59.11% from 384); Max value from RGB is 227 - color contains mainly: blue. Hex color #128BE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BE3 is #ED741C. Grayscale: #707070. Windows color (decimal): -15561757 or 14912274. OLE color: 14912274.

HSL color Cylindrical-coordinate representation of color #128BE3: hue angle of 205.26º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128BE3 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18139227-
CMYK0.920.3900.11
HSL205.26º85.31%48.04%-
HSV(B)205.26º92.07%89.02%-
XYZ23.3524.1476.1-
YUV112.85192.4160.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.69%
GREEN value IS 139 (54.69% from 255) = 36.20%
BLUE value IS 227 (89.06% from 255) = 59.11%
R=4.69%
G=36.20%
B=59.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181392270.920.3900.11205.2685.3148.04
Hex128BE35C270Bcd5530
Octal222133431344701331512560
Binary100101000101111100011101110010011101011110011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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