Shades of Dodger Blue #198DF2
Tints of Dodger Blue #198DF2
RGB
CMYK
RGB Variations
Color information
#198DF2 (or 0x198DF2) is known color: Dodger Blue. HEX triplet: 19, 8D and F2. RGB value is (25,141,242). Sum of RGB (Red+Green+Blue) = 25+141+242=408 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.13% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #198DF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198DF2 is #E6720D. Grayscale: #757575. Windows color (decimal): -15102478 or 15895833. OLE color: 15895833.
HSL color Cylindrical-coordinate representation of color #198DF2: hue angle of 207.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198DF2 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 141 | 242 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.05 |
| HSL | 207.93º | 0.89% | 0.52% | - |
| HSV(B) | 207.93º | 0.9% | 0.95% | - |
| XYZ | 25.95 | 25.67 | 87.59 | - |
| YUV | 117.83 | 198.07 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 242 | 0.90 | 0.42 | 0 | 0.05 | 207.93 | 0.89 | 0.52 |
| Hex | 19 | 8D | F2 | 5A | 2A | 0 | 5 | D0 | 59 | 34 |
| Octal | 31 | 215 | 362 | 132 | 52 | 0 | 5 | 320 | 131 | 64 |
| Binary | 11001 | 10001101 | 11110010 | 1011010 | 101010 | 0 | 101 | 11010000 | 1011001 | 110100 |
Color Harmonies of #198DF2
Complementary color
Monochromatic Colors of #198DF2
Black with #198DF2
Text Example
Text Example
White with #198DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DF2; }
p { color: rgb(25,141,242); }
H1.HeaderClassName
{
color: #198DF2;
}
.AnyTagClassName
{
color: #198DF2;
}
</style>
background-color css
<style>
a { background-color: #198DF2; }
a { background-color: rgb(25,141,242); }
div.DivClassName
{
background-color: #198DF2;
}
.BgClassName
{
background-color: #198DF2;
}
</style>
border-color css
<style>
span { border-color: #198DF2; }
span { border-color: rgb(25,141,242); }
td.TdClassName
{
border-color: #198DF2;
}
.TagClassName
{
border-color: #198DF2;
}
</style>