Shades of Dodger Blue #198ADF
Tints of Dodger Blue #198ADF
RGB
CMYK
RGB Variations
Color information
#198ADF (or 0x198ADF) is known color: Dodger Blue. HEX triplet: 19, 8A and DF. RGB value is (25,138,223). Sum of RGB (Red+Green+Blue) = 25+138+223=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #198ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ADF is #E67520. Grayscale: #717171. Windows color (decimal): -15103265 or 14649881. OLE color: 14649881.
HSL color Cylindrical-coordinate representation of color #198ADF: hue angle of 205.76º 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 #198ADF is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 138 | 223 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.13 |
| HSL | 205.76º | 0.8% | 0.49% | - |
| HSV(B) | 205.76º | 0.89% | 0.87% | - |
| XYZ | 22.81 | 23.71 | 73.19 | - |
| YUV | 113.9 | 189.56 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 223 | 0.89 | 0.38 | 0 | 0.13 | 205.76 | 0.8 | 0.49 |
| Hex | 19 | 8A | DF | 59 | 26 | 0 | D | CE | 50 | 31 |
| Octal | 31 | 212 | 337 | 131 | 46 | 0 | 15 | 316 | 120 | 61 |
| Binary | 11001 | 10001010 | 11011111 | 1011001 | 100110 | 0 | 1101 | 11001110 | 1010000 | 110001 |
Color Harmonies of #198ADF
Complementary color
Monochromatic Colors of #198ADF
Black with #198ADF
Text Example
Text Example
White with #198ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ADF; }
p { color: rgb(25,138,223); }
H1.HeaderClassName
{
color: #198ADF;
}
.AnyTagClassName
{
color: #198ADF;
}
</style>
background-color css
<style>
a { background-color: #198ADF; }
a { background-color: rgb(25,138,223); }
div.DivClassName
{
background-color: #198ADF;
}
.BgClassName
{
background-color: #198ADF;
}
</style>
border-color css
<style>
span { border-color: #198ADF; }
span { border-color: rgb(25,138,223); }
td.TdClassName
{
border-color: #198ADF;
}
.TagClassName
{
border-color: #198ADF;
}
</style>