Shades of Dodger Blue #198DDC
Tints of Dodger Blue #198DDC
RGB
CMYK
RGB Variations
Color information
#198DDC (or 0x198DDC) is known color: Dodger Blue. HEX triplet: 19, 8D and DC. RGB value is (25,141,220). Sum of RGB (Red+Green+Blue) = 25+141+220=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #198DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198DDC is #E67223. Grayscale: #727272. Windows color (decimal): -15102500 or 14454041. OLE color: 14454041.
HSL color Cylindrical-coordinate representation of color #198DDC: hue angle of 204.31º 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 #198DDC is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 141 | 220 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.14 |
| HSL | 204.31º | 0.8% | 0.48% | - |
| HSV(B) | 204.31º | 0.89% | 0.86% | - |
| XYZ | 22.84 | 24.42 | 71.22 | - |
| YUV | 115.32 | 187.07 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 220 | 0.89 | 0.36 | 0 | 0.14 | 204.31 | 0.8 | 0.48 |
| Hex | 19 | 8D | DC | 59 | 24 | 0 | E | CC | 50 | 30 |
| Octal | 31 | 215 | 334 | 131 | 44 | 0 | 16 | 314 | 120 | 60 |
| Binary | 11001 | 10001101 | 11011100 | 1011001 | 100100 | 0 | 1110 | 11001100 | 1010000 | 110000 |
Color Harmonies of #198DDC
Complementary color
Monochromatic Colors of #198DDC
Black with #198DDC
Text Example
Text Example
White with #198DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DDC; }
p { color: rgb(25,141,220); }
H1.HeaderClassName
{
color: #198DDC;
}
.AnyTagClassName
{
color: #198DDC;
}
</style>
background-color css
<style>
a { background-color: #198DDC; }
a { background-color: rgb(25,141,220); }
div.DivClassName
{
background-color: #198DDC;
}
.BgClassName
{
background-color: #198DDC;
}
</style>
border-color css
<style>
span { border-color: #198DDC; }
span { border-color: rgb(25,141,220); }
td.TdClassName
{
border-color: #198DDC;
}
.TagClassName
{
border-color: #198DDC;
}
</style>