#128DF5

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

Shades of Dodger Blue #128DF5

Tints of Dodger Blue #128DF5

Color information

#128DF5 (or 0x128DF5) is unknown color: approx Dodger Blue. HEX triplet: 12, 8D and F5. RGB value is (18,141,245). Sum of RGB (Red+Green+Blue) = 18+141+245=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 245 (96.09% from 255 or 60.64% from 404); Max value from RGB is 245 - color contains mainly: blue. Hex color #128DF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128DF5 is #ED720A. Grayscale: #737373. Windows color (decimal): -15561227 or 16092434. OLE color: 16092434.

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

Color convert

RGB18141245-
CMYK0.930.4200.04
HSL207.49º91.9%51.57%-
HSV(B)207.49º92.65%96.08%-
XYZ26.2625.7789.98-
YUV116.08200.7558.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.46%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 245 (96.09% from 255) = 60.64%
R=4.46%
G=34.90%
B=60.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181412450.930.4200.04207.4991.951.57
Hex128DF55D2A04cf5c34
Octal22215365135520431713464
Binary10010100011011111010110111011010100100110011111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,141,245); }

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

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

 a { background-color: rgb(18,141,245); }

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

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

 span { border-color: rgb(18,141,245); }

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