Shades of Dodger Blue #198DED
Tints of Dodger Blue #198DED
RGB
CMYK
RGB Variations
Color information
#198DED (or 0x198DED) is known color: Dodger Blue. HEX triplet: 19, 8D and ED. RGB value is (25,141,237). Sum of RGB (Red+Green+Blue) = 25+141+237=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #198DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198DED is #E67212. Grayscale: #747474. Windows color (decimal): -15102483 or 15568153. OLE color: 15568153.
HSL color Cylindrical-coordinate representation of color #198DED: hue angle of 207.17º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198DED is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 141 | 237 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.07 |
| HSL | 207.17º | 0.85% | 0.51% | - |
| HSV(B) | 207.17º | 0.89% | 0.93% | - |
| XYZ | 25.21 | 25.37 | 83.69 | - |
| YUV | 117.26 | 195.57 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 237 | 0.89 | 0.41 | 0 | 0.07 | 207.17 | 0.85 | 0.51 |
| Hex | 19 | 8D | ED | 59 | 29 | 0 | 7 | CF | 55 | 33 |
| Octal | 31 | 215 | 355 | 131 | 51 | 0 | 7 | 317 | 125 | 63 |
| Binary | 11001 | 10001101 | 11101101 | 1011001 | 101001 | 0 | 111 | 11001111 | 1010101 | 110011 |
Color Harmonies of #198DED
Complementary color
Monochromatic Colors of #198DED
Black with #198DED
Text Example
Text Example
White with #198DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DED; }
p { color: rgb(25,141,237); }
H1.HeaderClassName
{
color: #198DED;
}
.AnyTagClassName
{
color: #198DED;
}
</style>
background-color css
<style>
a { background-color: #198DED; }
a { background-color: rgb(25,141,237); }
div.DivClassName
{
background-color: #198DED;
}
.BgClassName
{
background-color: #198DED;
}
</style>
border-color css
<style>
span { border-color: #198DED; }
span { border-color: rgb(25,141,237); }
td.TdClassName
{
border-color: #198DED;
}
.TagClassName
{
border-color: #198DED;
}
</style>