Shades of Dodger Blue #128CE0
Tints of Dodger Blue #128CE0
RGB
CMYK
RGB Variations
Color information
#128CE0 (or 0x128CE0) is known color: Dodger Blue. HEX triplet: 12, 8C and E0. RGB value is (18,140,224). Sum of RGB (Red+Green+Blue) = 18+140+224=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #128CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CE0 is #ED731F. Grayscale: #707070. Windows color (decimal): -15561504 or 14715922. OLE color: 14715922.
HSL color Cylindrical-coordinate representation of color #128CE0: hue angle of 204.47º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128CE0 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 140 | 224 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.12 |
| HSL | 204.47º | 0.85% | 0.47% | - |
| HSV(B) | 204.47º | 0.92% | 0.88% | - |
| XYZ | 23.08 | 24.27 | 73.99 | - |
| YUV | 113.1 | 190.58 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 224 | 0.92 | 0.38 | 0 | 0.12 | 204.47 | 0.85 | 0.47 |
| Hex | 12 | 8C | E0 | 5C | 26 | 0 | C | CC | 55 | 2F |
| Octal | 22 | 214 | 340 | 134 | 46 | 0 | 14 | 314 | 125 | 57 |
| Binary | 10010 | 10001100 | 11100000 | 1011100 | 100110 | 0 | 1100 | 11001100 | 1010101 | 101111 |
Color Harmonies of #128CE0
Complementary color
Monochromatic Colors of #128CE0
Black with #128CE0
Text Example
Text Example
White with #128CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128CE0; }
p { color: rgb(18,140,224); }
H1.HeaderClassName
{
color: #128CE0;
}
.AnyTagClassName
{
color: #128CE0;
}
</style>
background-color css
<style>
a { background-color: #128CE0; }
a { background-color: rgb(18,140,224); }
div.DivClassName
{
background-color: #128CE0;
}
.BgClassName
{
background-color: #128CE0;
}
</style>
border-color css
<style>
span { border-color: #128CE0; }
span { border-color: rgb(18,140,224); }
td.TdClassName
{
border-color: #128CE0;
}
.TagClassName
{
border-color: #128CE0;
}
</style>