Shades of Dodger Blue #198EED
Tints of Dodger Blue #198EED
RGB
CMYK
RGB Variations
Color information
#198EED (or 0x198EED) is known color: Dodger Blue. HEX triplet: 19, 8E and ED. RGB value is (25,142,237). Sum of RGB (Red+Green+Blue) = 25+142+237=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #198EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198EED is #E67112. Grayscale: #757575. Windows color (decimal): -15102227 or 15568409. OLE color: 15568409.
HSL color Cylindrical-coordinate representation of color #198EED: hue angle of 206.89º 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 #198EED is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 142 | 237 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.07 |
| HSL | 206.89º | 0.85% | 0.51% | - |
| HSV(B) | 206.89º | 0.89% | 0.93% | - |
| XYZ | 25.36 | 25.67 | 83.74 | - |
| YUV | 117.85 | 195.24 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 237 | 0.89 | 0.40 | 0 | 0.07 | 206.89 | 0.85 | 0.51 |
| Hex | 19 | 8E | ED | 59 | 28 | 0 | 7 | CF | 55 | 33 |
| Octal | 31 | 216 | 355 | 131 | 50 | 0 | 7 | 317 | 125 | 63 |
| Binary | 11001 | 10001110 | 11101101 | 1011001 | 101000 | 0 | 111 | 11001111 | 1010101 | 110011 |
Color Harmonies of #198EED
Complementary color
Monochromatic Colors of #198EED
Black with #198EED
Text Example
Text Example
White with #198EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198EED; }
p { color: rgb(25,142,237); }
H1.HeaderClassName
{
color: #198EED;
}
.AnyTagClassName
{
color: #198EED;
}
</style>
background-color css
<style>
a { background-color: #198EED; }
a { background-color: rgb(25,142,237); }
div.DivClassName
{
background-color: #198EED;
}
.BgClassName
{
background-color: #198EED;
}
</style>
border-color css
<style>
span { border-color: #198EED; }
span { border-color: rgb(25,142,237); }
td.TdClassName
{
border-color: #198EED;
}
.TagClassName
{
border-color: #198EED;
}
</style>