#128BEE

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

Shades of Dodger Blue #128BEE

Tints of Dodger Blue #128BEE

Color information

#128BEE (or 0x128BEE) is unknown color: approx Dodger Blue. HEX triplet: 12, 8B and EE. RGB value is (18,139,238). Sum of RGB (Red+Green+Blue) = 18+139+238=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #128BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128BEE is #ED7411. Grayscale: #717171. Windows color (decimal): -15561746 or 15633170. OLE color: 15633170.

HSL color Cylindrical-coordinate representation of color #128BEE: hue angle of 207º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128BEE is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18139238-
CMYK0.920.4200.07
HSL207º86.61%50.2%-
HSV(B)207º92.44%93.33%-
XYZ24.9124.7784.36-
YUV114.11197.9159.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.56%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 238 (93.36% from 255) = 60.25%
R=4.56%
G=35.19%
B=60.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181392380.920.4200.0720786.6150.2
Hex128BEE5C2A07cf5732
Octal22213356134520731712762
Binary10010100010111110111010111001010100111110011111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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