Shades of Dodger Blue #198BDB
Tints of Dodger Blue #198BDB
RGB
CMYK
RGB Variations
Color information
#198BDB (or 0x198BDB) is known color: Dodger Blue. HEX triplet: 19, 8B and DB. RGB value is (25,139,219). Sum of RGB (Red+Green+Blue) = 25+139+219=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #198BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BDB is #E67424. Grayscale: #717171. Windows color (decimal): -15103013 or 14387993. OLE color: 14387993.
HSL color Cylindrical-coordinate representation of color #198BDB: hue angle of 204.74º 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 #198BDB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 139 | 219 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.14 |
| HSL | 204.74º | 0.8% | 0.48% | - |
| HSV(B) | 204.74º | 0.89% | 0.86% | - |
| XYZ | 22.42 | 23.79 | 70.43 | - |
| YUV | 114.03 | 187.23 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 219 | 0.89 | 0.37 | 0 | 0.14 | 204.74 | 0.8 | 0.48 |
| Hex | 19 | 8B | DB | 59 | 25 | 0 | E | CD | 50 | 30 |
| Octal | 31 | 213 | 333 | 131 | 45 | 0 | 16 | 315 | 120 | 60 |
| Binary | 11001 | 10001011 | 11011011 | 1011001 | 100101 | 0 | 1110 | 11001101 | 1010000 | 110000 |
Color Harmonies of #198BDB
Complementary color
Monochromatic Colors of #198BDB
Black with #198BDB
Text Example
Text Example
White with #198BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BDB; }
p { color: rgb(25,139,219); }
H1.HeaderClassName
{
color: #198BDB;
}
.AnyTagClassName
{
color: #198BDB;
}
</style>
background-color css
<style>
a { background-color: #198BDB; }
a { background-color: rgb(25,139,219); }
div.DivClassName
{
background-color: #198BDB;
}
.BgClassName
{
background-color: #198BDB;
}
</style>
border-color css
<style>
span { border-color: #198BDB; }
span { border-color: rgb(25,139,219); }
td.TdClassName
{
border-color: #198BDB;
}
.TagClassName
{
border-color: #198BDB;
}
</style>