Shades of Dodger Blue #198DDB
Tints of Dodger Blue #198DDB
RGB
CMYK
RGB Variations
Color information
#198DDB (or 0x198DDB) is known color: Dodger Blue. HEX triplet: 19, 8D and DB. RGB value is (25,141,219). Sum of RGB (Red+Green+Blue) = 25+141+219=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #198DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198DDB is #E67224. Grayscale: #727272. Windows color (decimal): -15102501 or 14388505. OLE color: 14388505.
HSL color Cylindrical-coordinate representation of color #198DDB: hue angle of 204.12º 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 #198DDB is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 141 | 219 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.14 |
| HSL | 204.12º | 0.8% | 0.48% | - |
| HSV(B) | 204.12º | 0.89% | 0.86% | - |
| XYZ | 22.71 | 24.37 | 70.52 | - |
| YUV | 115.21 | 186.57 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 219 | 0.89 | 0.36 | 0 | 0.14 | 204.12 | 0.8 | 0.48 |
| Hex | 19 | 8D | DB | 59 | 24 | 0 | E | CC | 50 | 30 |
| Octal | 31 | 215 | 333 | 131 | 44 | 0 | 16 | 314 | 120 | 60 |
| Binary | 11001 | 10001101 | 11011011 | 1011001 | 100100 | 0 | 1110 | 11001100 | 1010000 | 110000 |
Color Harmonies of #198DDB
Complementary color
Monochromatic Colors of #198DDB
Black with #198DDB
Text Example
Text Example
White with #198DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DDB; }
p { color: rgb(25,141,219); }
H1.HeaderClassName
{
color: #198DDB;
}
.AnyTagClassName
{
color: #198DDB;
}
</style>
background-color css
<style>
a { background-color: #198DDB; }
a { background-color: rgb(25,141,219); }
div.DivClassName
{
background-color: #198DDB;
}
.BgClassName
{
background-color: #198DDB;
}
</style>
border-color css
<style>
span { border-color: #198DDB; }
span { border-color: rgb(25,141,219); }
td.TdClassName
{
border-color: #198DDB;
}
.TagClassName
{
border-color: #198DDB;
}
</style>