Shades of Dodger Blue #198ADD
Tints of Dodger Blue #198ADD
RGB
CMYK
RGB Variations
Color information
#198ADD (or 0x198ADD) is known color: Dodger Blue. HEX triplet: 19, 8A and DD. RGB value is (25,138,221). Sum of RGB (Red+Green+Blue) = 25+138+221=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #198ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ADD is #E67522. Grayscale: #717171. Windows color (decimal): -15103267 or 14518809. OLE color: 14518809.
HSL color Cylindrical-coordinate representation of color #198ADD: hue angle of 205.41º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198ADD is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 138 | 221 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.13 |
| HSL | 205.41º | 0.8% | 0.48% | - |
| HSV(B) | 205.41º | 0.89% | 0.87% | - |
| XYZ | 22.54 | 23.6 | 71.77 | - |
| YUV | 113.68 | 188.56 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 221 | 0.89 | 0.38 | 0 | 0.13 | 205.41 | 0.8 | 0.48 |
| Hex | 19 | 8A | DD | 59 | 26 | 0 | D | CD | 50 | 30 |
| Octal | 31 | 212 | 335 | 131 | 46 | 0 | 15 | 315 | 120 | 60 |
| Binary | 11001 | 10001010 | 11011101 | 1011001 | 100110 | 0 | 1101 | 11001101 | 1010000 | 110000 |
Color Harmonies of #198ADD
Complementary color
Monochromatic Colors of #198ADD
Black with #198ADD
Text Example
Text Example
White with #198ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ADD; }
p { color: rgb(25,138,221); }
H1.HeaderClassName
{
color: #198ADD;
}
.AnyTagClassName
{
color: #198ADD;
}
</style>
background-color css
<style>
a { background-color: #198ADD; }
a { background-color: rgb(25,138,221); }
div.DivClassName
{
background-color: #198ADD;
}
.BgClassName
{
background-color: #198ADD;
}
</style>
border-color css
<style>
span { border-color: #198ADD; }
span { border-color: rgb(25,138,221); }
td.TdClassName
{
border-color: #198ADD;
}
.TagClassName
{
border-color: #198ADD;
}
</style>