Shades of Dodger Blue #198BDA
Tints of Dodger Blue #198BDA
RGB
CMYK
RGB Variations
Color information
#198BDA (or 0x198BDA) is known color: Dodger Blue. HEX triplet: 19, 8B and DA. RGB value is (25,139,218). Sum of RGB (Red+Green+Blue) = 25+139+218=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #198BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BDA is #E67425. Grayscale: #717171. Windows color (decimal): -15103014 or 14322457. OLE color: 14322457.
HSL color Cylindrical-coordinate representation of color #198BDA: hue angle of 204.56º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198BDA is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 139 | 218 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.15 |
| HSL | 204.56º | 0.79% | 0.48% | - |
| HSV(B) | 204.56º | 0.89% | 0.85% | - |
| XYZ | 22.29 | 23.73 | 69.74 | - |
| YUV | 113.92 | 186.73 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 218 | 0.89 | 0.36 | 0 | 0.15 | 204.56 | 0.79 | 0.48 |
| Hex | 19 | 8B | DA | 59 | 24 | 0 | F | CD | 4F | 30 |
| Octal | 31 | 213 | 332 | 131 | 44 | 0 | 17 | 315 | 117 | 60 |
| Binary | 11001 | 10001011 | 11011010 | 1011001 | 100100 | 0 | 1111 | 11001101 | 1001111 | 110000 |
Color Harmonies of #198BDA
Complementary color
Monochromatic Colors of #198BDA
Black with #198BDA
Text Example
Text Example
White with #198BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BDA; }
p { color: rgb(25,139,218); }
H1.HeaderClassName
{
color: #198BDA;
}
.AnyTagClassName
{
color: #198BDA;
}
</style>
background-color css
<style>
a { background-color: #198BDA; }
a { background-color: rgb(25,139,218); }
div.DivClassName
{
background-color: #198BDA;
}
.BgClassName
{
background-color: #198BDA;
}
</style>
border-color css
<style>
span { border-color: #198BDA; }
span { border-color: rgb(25,139,218); }
td.TdClassName
{
border-color: #198BDA;
}
.TagClassName
{
border-color: #198BDA;
}
</style>