Shades of Dodger Blue #198DDE
Tints of Dodger Blue #198DDE
RGB
CMYK
RGB Variations
Color information
#198DDE (or 0x198DDE) is known color: Dodger Blue. HEX triplet: 19, 8D and DE. RGB value is (25,141,222). Sum of RGB (Red+Green+Blue) = 25+141+222=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #198DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198DDE is #E67221. Grayscale: #737373. Windows color (decimal): -15102498 or 14585113. OLE color: 14585113.
HSL color Cylindrical-coordinate representation of color #198DDE: hue angle of 204.67º 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 #198DDE is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 141 | 222 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.13 |
| HSL | 204.67º | 0.8% | 0.48% | - |
| HSV(B) | 204.67º | 0.89% | 0.87% | - |
| XYZ | 23.11 | 24.53 | 72.62 | - |
| YUV | 115.55 | 188.07 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 222 | 0.89 | 0.36 | 0 | 0.13 | 204.67 | 0.8 | 0.48 |
| Hex | 19 | 8D | DE | 59 | 24 | 0 | D | CD | 50 | 30 |
| Octal | 31 | 215 | 336 | 131 | 44 | 0 | 15 | 315 | 120 | 60 |
| Binary | 11001 | 10001101 | 11011110 | 1011001 | 100100 | 0 | 1101 | 11001101 | 1010000 | 110000 |
Color Harmonies of #198DDE
Complementary color
Monochromatic Colors of #198DDE
Black with #198DDE
Text Example
Text Example
White with #198DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DDE; }
p { color: rgb(25,141,222); }
H1.HeaderClassName
{
color: #198DDE;
}
.AnyTagClassName
{
color: #198DDE;
}
</style>
background-color css
<style>
a { background-color: #198DDE; }
a { background-color: rgb(25,141,222); }
div.DivClassName
{
background-color: #198DDE;
}
.BgClassName
{
background-color: #198DDE;
}
</style>
border-color css
<style>
span { border-color: #198DDE; }
span { border-color: rgb(25,141,222); }
td.TdClassName
{
border-color: #198DDE;
}
.TagClassName
{
border-color: #198DDE;
}
</style>