Shades of Dodger Blue #128EF0
Tints of Dodger Blue #128EF0
RGB
CMYK
RGB Variations
Color information
#128EF0 (or 0x128EF0) is known color: Dodger Blue. HEX triplet: 12, 8E and F0. RGB value is (18,142,240). Sum of RGB (Red+Green+Blue) = 18+142+240=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 240 (94.14% from 255 or 60% from 400); Max value from RGB is 240 - color contains mainly: blue. Hex color #128EF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128EF0 is #ED710F. Grayscale: #737373. Windows color (decimal): -15560976 or 15765010. OLE color: 15765010.
HSL color Cylindrical-coordinate representation of color #128EF0: hue angle of 206.49º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128EF0 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 142 | 240 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.06 |
| HSL | 206.49º | 0.88% | 0.51% | - |
| HSV(B) | 206.49º | 0.93% | 0.94% | - |
| XYZ | 25.65 | 25.77 | 86.06 | - |
| YUV | 116.1 | 197.92 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 240 | 0.92 | 0.41 | 0 | 0.06 | 206.49 | 0.88 | 0.51 |
| Hex | 12 | 8E | F0 | 5C | 29 | 0 | 6 | CE | 58 | 33 |
| Octal | 22 | 216 | 360 | 134 | 51 | 0 | 6 | 316 | 130 | 63 |
| Binary | 10010 | 10001110 | 11110000 | 1011100 | 101001 | 0 | 110 | 11001110 | 1011000 | 110011 |
Color Harmonies of #128EF0
Complementary color
Monochromatic Colors of #128EF0
Black with #128EF0
Text Example
Text Example
White with #128EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128EF0; }
p { color: rgb(18,142,240); }
H1.HeaderClassName
{
color: #128EF0;
}
.AnyTagClassName
{
color: #128EF0;
}
</style>
background-color css
<style>
a { background-color: #128EF0; }
a { background-color: rgb(18,142,240); }
div.DivClassName
{
background-color: #128EF0;
}
.BgClassName
{
background-color: #128EF0;
}
</style>
border-color css
<style>
span { border-color: #128EF0; }
span { border-color: rgb(18,142,240); }
td.TdClassName
{
border-color: #128EF0;
}
.TagClassName
{
border-color: #128EF0;
}
</style>