Shades of Dodger Blue #128ADF
Tints of Dodger Blue #128ADF
RGB
CMYK
RGB Variations
Color information
#128ADF (or 0x128ADF) is known color: Dodger Blue. HEX triplet: 12, 8A and DF. RGB value is (18,138,223). Sum of RGB (Red+Green+Blue) = 18+138+223=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #128ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ADF is #ED7520. Grayscale: #6F6F6F. Windows color (decimal): -15562017 or 14649874. OLE color: 14649874.
HSL color Cylindrical-coordinate representation of color #128ADF: hue angle of 204.88º 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 #128ADF is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 138 | 223 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.13 |
| HSL | 204.88º | 0.85% | 0.47% | - |
| HSV(B) | 204.88º | 0.92% | 0.87% | - |
| XYZ | 22.66 | 23.63 | 73.18 | - |
| YUV | 111.81 | 190.74 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 223 | 0.92 | 0.38 | 0 | 0.13 | 204.88 | 0.85 | 0.47 |
| Hex | 12 | 8A | DF | 5C | 26 | 0 | D | CD | 55 | 2F |
| Octal | 22 | 212 | 337 | 134 | 46 | 0 | 15 | 315 | 125 | 57 |
| Binary | 10010 | 10001010 | 11011111 | 1011100 | 100110 | 0 | 1101 | 11001101 | 1010101 | 101111 |
Color Harmonies of #128ADF
Complementary color
Monochromatic Colors of #128ADF
Black with #128ADF
Text Example
Text Example
White with #128ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128ADF; }
p { color: rgb(18,138,223); }
H1.HeaderClassName
{
color: #128ADF;
}
.AnyTagClassName
{
color: #128ADF;
}
</style>
background-color css
<style>
a { background-color: #128ADF; }
a { background-color: rgb(18,138,223); }
div.DivClassName
{
background-color: #128ADF;
}
.BgClassName
{
background-color: #128ADF;
}
</style>
border-color css
<style>
span { border-color: #128ADF; }
span { border-color: rgb(18,138,223); }
td.TdClassName
{
border-color: #128ADF;
}
.TagClassName
{
border-color: #128ADF;
}
</style>