Shades of Dodger Blue #198EDF
Tints of Dodger Blue #198EDF
RGB
CMYK
RGB Variations
Color information
#198EDF (or 0x198EDF) is known color: Dodger Blue. HEX triplet: 19, 8E and DF. RGB value is (25,142,223). Sum of RGB (Red+Green+Blue) = 25+142+223=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #198EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198EDF is #E67120. Grayscale: #737373. Windows color (decimal): -15102241 or 14650905. OLE color: 14650905.
HSL color Cylindrical-coordinate representation of color #198EDF: hue angle of 204.55º 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 #198EDF is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 142 | 223 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.13 |
| HSL | 204.55º | 0.8% | 0.49% | - |
| HSV(B) | 204.55º | 0.89% | 0.87% | - |
| XYZ | 23.39 | 24.88 | 73.38 | - |
| YUV | 116.25 | 188.24 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 223 | 0.89 | 0.36 | 0 | 0.13 | 204.55 | 0.8 | 0.49 |
| Hex | 19 | 8E | DF | 59 | 24 | 0 | D | CD | 50 | 31 |
| Octal | 31 | 216 | 337 | 131 | 44 | 0 | 15 | 315 | 120 | 61 |
| Binary | 11001 | 10001110 | 11011111 | 1011001 | 100100 | 0 | 1101 | 11001101 | 1010000 | 110001 |
Color Harmonies of #198EDF
Complementary color
Monochromatic Colors of #198EDF
Black with #198EDF
Text Example
Text Example
White with #198EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198EDF; }
p { color: rgb(25,142,223); }
H1.HeaderClassName
{
color: #198EDF;
}
.AnyTagClassName
{
color: #198EDF;
}
</style>
background-color css
<style>
a { background-color: #198EDF; }
a { background-color: rgb(25,142,223); }
div.DivClassName
{
background-color: #198EDF;
}
.BgClassName
{
background-color: #198EDF;
}
</style>
border-color css
<style>
span { border-color: #198EDF; }
span { border-color: rgb(25,142,223); }
td.TdClassName
{
border-color: #198EDF;
}
.TagClassName
{
border-color: #198EDF;
}
</style>