#128CFC

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

Shades of Dodger Blue #128CFC

Tints of Dodger Blue #128CFC

Color information

#128CFC (or 0x128CFC) is unknown color: approx Dodger Blue. HEX triplet: 12, 8C and FC. RGB value is (18,140,252). Sum of RGB (Red+Green+Blue) = 18+140+252=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #128CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128CFC is #ED7303. Grayscale: #737373. Windows color (decimal): -15561476 or 16550930. OLE color: 16550930.

HSL color Cylindrical-coordinate representation of color #128CFC: hue angle of 208.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128CFC is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18140252-
CMYK0.930.4400.01
HSL208.72º97.5%52.94%-
HSV(B)208.72º92.86%98.82%-
XYZ27.225.9195.66-
YUV116.29204.5857.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.39%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 252 (98.83% from 255) = 61.46%
R=4.39%
G=34.15%
B=61.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181402520.930.4400.01208.7297.552.94
Hex128CFC5D2C01d16235
Octal22214374135540132114265
Binary100101000110011111100101110110110001110100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,140,252); }

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

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

 a { background-color: rgb(18,140,252); }

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

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

 span { border-color: rgb(18,140,252); }

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