Shades of Dodger Blue #128CE4
Tints of Dodger Blue #128CE4
RGB
CMYK
RGB Variations
Color information
#128CE4 (or 0x128CE4) is known color: Dodger Blue. HEX triplet: 12, 8C and E4. RGB value is (18,140,228). Sum of RGB (Red+Green+Blue) = 18+140+228=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 228 (89.45% from 255 or 59.07% from 386); Max value from RGB is 228 - color contains mainly: blue. Hex color #128CE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CE4 is #ED731B. Grayscale: #717171. Windows color (decimal): -15561500 or 14978066. OLE color: 14978066.
HSL color Cylindrical-coordinate representation of color #128CE4: hue angle of 205.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128CE4 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 140 | 228 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.11 |
| HSL | 205.14º | 0.85% | 0.48% | - |
| HSV(B) | 205.14º | 0.92% | 0.89% | - |
| XYZ | 23.63 | 24.49 | 76.88 | - |
| YUV | 113.55 | 192.58 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 228 | 0.92 | 0.39 | 0 | 0.11 | 205.14 | 0.85 | 0.48 |
| Hex | 12 | 8C | E4 | 5C | 27 | 0 | B | CD | 55 | 30 |
| Octal | 22 | 214 | 344 | 134 | 47 | 0 | 13 | 315 | 125 | 60 |
| Binary | 10010 | 10001100 | 11100100 | 1011100 | 100111 | 0 | 1011 | 11001101 | 1010101 | 110000 |
Color Harmonies of #128CE4
Complementary color
Monochromatic Colors of #128CE4
Black with #128CE4
Text Example
Text Example
White with #128CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128CE4; }
p { color: rgb(18,140,228); }
H1.HeaderClassName
{
color: #128CE4;
}
.AnyTagClassName
{
color: #128CE4;
}
</style>
background-color css
<style>
a { background-color: #128CE4; }
a { background-color: rgb(18,140,228); }
div.DivClassName
{
background-color: #128CE4;
}
.BgClassName
{
background-color: #128CE4;
}
</style>
border-color css
<style>
span { border-color: #128CE4; }
span { border-color: rgb(18,140,228); }
td.TdClassName
{
border-color: #128CE4;
}
.TagClassName
{
border-color: #128CE4;
}
</style>