Shades of Dodger Blue #198FED
Tints of Dodger Blue #198FED
RGB
CMYK
RGB Variations
Color information
#198FED (or 0x198FED) is known color: Dodger Blue. HEX triplet: 19, 8F and ED. RGB value is (25,143,237). Sum of RGB (Red+Green+Blue) = 25+143+237=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #198FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198FED is #E67012. Grayscale: #757575. Windows color (decimal): -15101971 or 15568665. OLE color: 15568665.
HSL color Cylindrical-coordinate representation of color #198FED: hue angle of 206.6º 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 #198FED is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 143 | 237 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.07 |
| HSL | 206.6º | 0.85% | 0.51% | - |
| HSV(B) | 206.6º | 0.89% | 0.93% | - |
| XYZ | 25.51 | 25.97 | 83.79 | - |
| YUV | 118.43 | 194.91 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 237 | 0.89 | 0.40 | 0 | 0.07 | 206.6 | 0.85 | 0.51 |
| Hex | 19 | 8F | ED | 59 | 28 | 0 | 7 | CF | 55 | 33 |
| Octal | 31 | 217 | 355 | 131 | 50 | 0 | 7 | 317 | 125 | 63 |
| Binary | 11001 | 10001111 | 11101101 | 1011001 | 101000 | 0 | 111 | 11001111 | 1010101 | 110011 |
Color Harmonies of #198FED
Complementary color
Monochromatic Colors of #198FED
Black with #198FED
Text Example
Text Example
White with #198FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198FED; }
p { color: rgb(25,143,237); }
H1.HeaderClassName
{
color: #198FED;
}
.AnyTagClassName
{
color: #198FED;
}
</style>
background-color css
<style>
a { background-color: #198FED; }
a { background-color: rgb(25,143,237); }
div.DivClassName
{
background-color: #198FED;
}
.BgClassName
{
background-color: #198FED;
}
</style>
border-color css
<style>
span { border-color: #198FED; }
span { border-color: rgb(25,143,237); }
td.TdClassName
{
border-color: #198FED;
}
.TagClassName
{
border-color: #198FED;
}
</style>