Shades of Dodger Blue #198ADB
Tints of Dodger Blue #198ADB
RGB
CMYK
RGB Variations
Color information
#198ADB (or 0x198ADB) is known color: Dodger Blue. HEX triplet: 19, 8A and DB. RGB value is (25,138,219). Sum of RGB (Red+Green+Blue) = 25+138+219=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #198ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ADB is #E67524. Grayscale: #717171. Windows color (decimal): -15103269 or 14387737. OLE color: 14387737.
HSL color Cylindrical-coordinate representation of color #198ADB: hue angle of 205.05º 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 #198ADB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 138 | 219 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.14 |
| HSL | 205.05º | 0.8% | 0.48% | - |
| HSV(B) | 205.05º | 0.89% | 0.86% | - |
| XYZ | 22.28 | 23.5 | 70.38 | - |
| YUV | 113.45 | 187.56 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 219 | 0.89 | 0.37 | 0 | 0.14 | 205.05 | 0.8 | 0.48 |
| Hex | 19 | 8A | DB | 59 | 25 | 0 | E | CD | 50 | 30 |
| Octal | 31 | 212 | 333 | 131 | 45 | 0 | 16 | 315 | 120 | 60 |
| Binary | 11001 | 10001010 | 11011011 | 1011001 | 100101 | 0 | 1110 | 11001101 | 1010000 | 110000 |
Color Harmonies of #198ADB
Complementary color
Monochromatic Colors of #198ADB
Black with #198ADB
Text Example
Text Example
White with #198ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ADB; }
p { color: rgb(25,138,219); }
H1.HeaderClassName
{
color: #198ADB;
}
.AnyTagClassName
{
color: #198ADB;
}
</style>
background-color css
<style>
a { background-color: #198ADB; }
a { background-color: rgb(25,138,219); }
div.DivClassName
{
background-color: #198ADB;
}
.BgClassName
{
background-color: #198ADB;
}
</style>
border-color css
<style>
span { border-color: #198ADB; }
span { border-color: rgb(25,138,219); }
td.TdClassName
{
border-color: #198ADB;
}
.TagClassName
{
border-color: #198ADB;
}
</style>