Shades of Dodger Blue #128CDD
Tints of Dodger Blue #128CDD
RGB
CMYK
RGB Variations
Color information
#128CDD (or 0x128CDD) is known color: Dodger Blue. HEX triplet: 12, 8C and DD. RGB value is (18,140,221). Sum of RGB (Red+Green+Blue) = 18+140+221=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #128CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CDD is #ED7322. Grayscale: #707070. Windows color (decimal): -15561507 or 14519314. OLE color: 14519314.
HSL color Cylindrical-coordinate representation of color #128CDD: hue angle of 203.94º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128CDD is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 140 | 221 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.13 |
| HSL | 203.94º | 0.85% | 0.47% | - |
| HSV(B) | 203.94º | 0.92% | 0.87% | - |
| XYZ | 22.68 | 24.11 | 71.86 | - |
| YUV | 112.76 | 189.08 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 221 | 0.92 | 0.37 | 0 | 0.13 | 203.94 | 0.85 | 0.47 |
| Hex | 12 | 8C | DD | 5C | 25 | 0 | D | CC | 55 | 2F |
| Octal | 22 | 214 | 335 | 134 | 45 | 0 | 15 | 314 | 125 | 57 |
| Binary | 10010 | 10001100 | 11011101 | 1011100 | 100101 | 0 | 1101 | 11001100 | 1010101 | 101111 |
Color Harmonies of #128CDD
Complementary color
Monochromatic Colors of #128CDD
Black with #128CDD
Text Example
Text Example
White with #128CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128CDD; }
p { color: rgb(18,140,221); }
H1.HeaderClassName
{
color: #128CDD;
}
.AnyTagClassName
{
color: #128CDD;
}
</style>
background-color css
<style>
a { background-color: #128CDD; }
a { background-color: rgb(18,140,221); }
div.DivClassName
{
background-color: #128CDD;
}
.BgClassName
{
background-color: #128CDD;
}
</style>
border-color css
<style>
span { border-color: #128CDD; }
span { border-color: rgb(18,140,221); }
td.TdClassName
{
border-color: #128CDD;
}
.TagClassName
{
border-color: #128CDD;
}
</style>