Shades of Dodger Blue #198EDD
Tints of Dodger Blue #198EDD
RGB
CMYK
RGB Variations
Color information
#198EDD (or 0x198EDD) is known color: Dodger Blue. HEX triplet: 19, 8E and DD. RGB value is (25,142,221). Sum of RGB (Red+Green+Blue) = 25+142+221=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #198EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198EDD is #E67122. Grayscale: #737373. Windows color (decimal): -15102243 or 14519833. OLE color: 14519833.
HSL color Cylindrical-coordinate representation of color #198EDD: hue angle of 204.18º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198EDD is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 142 | 221 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.13 |
| HSL | 204.18º | 0.8% | 0.48% | - |
| HSV(B) | 204.18º | 0.89% | 0.87% | - |
| XYZ | 23.13 | 24.77 | 71.97 | - |
| YUV | 116.02 | 187.24 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 221 | 0.89 | 0.36 | 0 | 0.13 | 204.18 | 0.8 | 0.48 |
| Hex | 19 | 8E | DD | 59 | 24 | 0 | D | CC | 50 | 30 |
| Octal | 31 | 216 | 335 | 131 | 44 | 0 | 15 | 314 | 120 | 60 |
| Binary | 11001 | 10001110 | 11011101 | 1011001 | 100100 | 0 | 1101 | 11001100 | 1010000 | 110000 |
Color Harmonies of #198EDD
Complementary color
Monochromatic Colors of #198EDD
Black with #198EDD
Text Example
Text Example
White with #198EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198EDD; }
p { color: rgb(25,142,221); }
H1.HeaderClassName
{
color: #198EDD;
}
.AnyTagClassName
{
color: #198EDD;
}
</style>
background-color css
<style>
a { background-color: #198EDD; }
a { background-color: rgb(25,142,221); }
div.DivClassName
{
background-color: #198EDD;
}
.BgClassName
{
background-color: #198EDD;
}
</style>
border-color css
<style>
span { border-color: #198EDD; }
span { border-color: rgb(25,142,221); }
td.TdClassName
{
border-color: #198EDD;
}
.TagClassName
{
border-color: #198EDD;
}
</style>