Shades of Dodger Blue #198CDF
Tints of Dodger Blue #198CDF
RGB
CMYK
RGB Variations
Color information
#198CDF (or 0x198CDF) is known color: Dodger Blue. HEX triplet: 19, 8C and DF. RGB value is (25,140,223). Sum of RGB (Red+Green+Blue) = 25+140+223=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #198CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198CDF is #E67320. Grayscale: #727272. Windows color (decimal): -15102753 or 14650393. OLE color: 14650393.
HSL color Cylindrical-coordinate representation of color #198CDF: hue angle of 205.15º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198CDF is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 140 | 223 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.13 |
| HSL | 205.15º | 0.8% | 0.49% | - |
| HSV(B) | 205.15º | 0.89% | 0.87% | - |
| XYZ | 23.1 | 24.29 | 73.28 | - |
| YUV | 115.08 | 188.9 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 223 | 0.89 | 0.37 | 0 | 0.13 | 205.15 | 0.8 | 0.49 |
| Hex | 19 | 8C | DF | 59 | 25 | 0 | D | CD | 50 | 31 |
| Octal | 31 | 214 | 337 | 131 | 45 | 0 | 15 | 315 | 120 | 61 |
| Binary | 11001 | 10001100 | 11011111 | 1011001 | 100101 | 0 | 1101 | 11001101 | 1010000 | 110001 |
Color Harmonies of #198CDF
Complementary color
Monochromatic Colors of #198CDF
Black with #198CDF
Text Example
Text Example
White with #198CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CDF; }
p { color: rgb(25,140,223); }
H1.HeaderClassName
{
color: #198CDF;
}
.AnyTagClassName
{
color: #198CDF;
}
</style>
background-color css
<style>
a { background-color: #198CDF; }
a { background-color: rgb(25,140,223); }
div.DivClassName
{
background-color: #198CDF;
}
.BgClassName
{
background-color: #198CDF;
}
</style>
border-color css
<style>
span { border-color: #198CDF; }
span { border-color: rgb(25,140,223); }
td.TdClassName
{
border-color: #198CDF;
}
.TagClassName
{
border-color: #198CDF;
}
</style>