Shades of Dodger Blue #198ADE
Tints of Dodger Blue #198ADE
RGB
CMYK
RGB Variations
Color information
#198ADE (or 0x198ADE) is known color: Dodger Blue. HEX triplet: 19, 8A and DE. RGB value is (25,138,222). Sum of RGB (Red+Green+Blue) = 25+138+222=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #198ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ADE is #E67521. Grayscale: #717171. Windows color (decimal): -15103266 or 14584345. OLE color: 14584345.
HSL color Cylindrical-coordinate representation of color #198ADE: hue angle of 205.58º 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 #198ADE is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 138 | 222 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.13 |
| HSL | 205.58º | 0.8% | 0.48% | - |
| HSV(B) | 205.58º | 0.89% | 0.87% | - |
| XYZ | 22.67 | 23.66 | 72.48 | - |
| YUV | 113.79 | 189.06 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 222 | 0.89 | 0.38 | 0 | 0.13 | 205.58 | 0.8 | 0.48 |
| Hex | 19 | 8A | DE | 59 | 26 | 0 | D | CE | 50 | 30 |
| Octal | 31 | 212 | 336 | 131 | 46 | 0 | 15 | 316 | 120 | 60 |
| Binary | 11001 | 10001010 | 11011110 | 1011001 | 100110 | 0 | 1101 | 11001110 | 1010000 | 110000 |
Color Harmonies of #198ADE
Complementary color
Monochromatic Colors of #198ADE
Black with #198ADE
Text Example
Text Example
White with #198ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ADE; }
p { color: rgb(25,138,222); }
H1.HeaderClassName
{
color: #198ADE;
}
.AnyTagClassName
{
color: #198ADE;
}
</style>
background-color css
<style>
a { background-color: #198ADE; }
a { background-color: rgb(25,138,222); }
div.DivClassName
{
background-color: #198ADE;
}
.BgClassName
{
background-color: #198ADE;
}
</style>
border-color css
<style>
span { border-color: #198ADE; }
span { border-color: rgb(25,138,222); }
td.TdClassName
{
border-color: #198ADE;
}
.TagClassName
{
border-color: #198ADE;
}
</style>