Shades of Dodger Blue #198ADC
Tints of Dodger Blue #198ADC
RGB
CMYK
RGB Variations
Color information
#198ADC (or 0x198ADC) is known color: Dodger Blue. HEX triplet: 19, 8A and DC. RGB value is (25,138,220). Sum of RGB (Red+Green+Blue) = 25+138+220=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #198ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ADC is #E67523. Grayscale: #717171. Windows color (decimal): -15103268 or 14453273. OLE color: 14453273.
HSL color Cylindrical-coordinate representation of color #198ADC: hue angle of 205.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198ADC is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 138 | 220 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.14 |
| HSL | 205.23º | 0.8% | 0.48% | - |
| HSV(B) | 205.23º | 0.89% | 0.86% | - |
| XYZ | 22.41 | 23.55 | 71.07 | - |
| YUV | 113.56 | 188.06 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 220 | 0.89 | 0.37 | 0 | 0.14 | 205.23 | 0.8 | 0.48 |
| Hex | 19 | 8A | DC | 59 | 25 | 0 | E | CD | 50 | 30 |
| Octal | 31 | 212 | 334 | 131 | 45 | 0 | 16 | 315 | 120 | 60 |
| Binary | 11001 | 10001010 | 11011100 | 1011001 | 100101 | 0 | 1110 | 11001101 | 1010000 | 110000 |
Color Harmonies of #198ADC
Complementary color
Monochromatic Colors of #198ADC
Black with #198ADC
Text Example
Text Example
White with #198ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ADC; }
p { color: rgb(25,138,220); }
H1.HeaderClassName
{
color: #198ADC;
}
.AnyTagClassName
{
color: #198ADC;
}
</style>
background-color css
<style>
a { background-color: #198ADC; }
a { background-color: rgb(25,138,220); }
div.DivClassName
{
background-color: #198ADC;
}
.BgClassName
{
background-color: #198ADC;
}
</style>
border-color css
<style>
span { border-color: #198ADC; }
span { border-color: rgb(25,138,220); }
td.TdClassName
{
border-color: #198ADC;
}
.TagClassName
{
border-color: #198ADC;
}
</style>