Shades of Dodger Blue #198BDE
Tints of Dodger Blue #198BDE
RGB
CMYK
RGB Variations
Color information
#198BDE (or 0x198BDE) is known color: Dodger Blue. HEX triplet: 19, 8B and DE. RGB value is (25,139,222). Sum of RGB (Red+Green+Blue) = 25+139+222=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #198BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BDE is #E67421. Grayscale: #717171. Windows color (decimal): -15103010 or 14584601. OLE color: 14584601.
HSL color Cylindrical-coordinate representation of color #198BDE: hue angle of 205.28º 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 #198BDE is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 139 | 222 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.13 |
| HSL | 205.28º | 0.8% | 0.48% | - |
| HSV(B) | 205.28º | 0.89% | 0.87% | - |
| XYZ | 22.82 | 23.95 | 72.53 | - |
| YUV | 114.38 | 188.73 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 222 | 0.89 | 0.37 | 0 | 0.13 | 205.28 | 0.8 | 0.48 |
| Hex | 19 | 8B | DE | 59 | 25 | 0 | D | CD | 50 | 30 |
| Octal | 31 | 213 | 336 | 131 | 45 | 0 | 15 | 315 | 120 | 60 |
| Binary | 11001 | 10001011 | 11011110 | 1011001 | 100101 | 0 | 1101 | 11001101 | 1010000 | 110000 |
Color Harmonies of #198BDE
Complementary color
Monochromatic Colors of #198BDE
Black with #198BDE
Text Example
Text Example
White with #198BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BDE; }
p { color: rgb(25,139,222); }
H1.HeaderClassName
{
color: #198BDE;
}
.AnyTagClassName
{
color: #198BDE;
}
</style>
background-color css
<style>
a { background-color: #198BDE; }
a { background-color: rgb(25,139,222); }
div.DivClassName
{
background-color: #198BDE;
}
.BgClassName
{
background-color: #198BDE;
}
</style>
border-color css
<style>
span { border-color: #198BDE; }
span { border-color: rgb(25,139,222); }
td.TdClassName
{
border-color: #198BDE;
}
.TagClassName
{
border-color: #198BDE;
}
</style>