Shades of Dodger Blue #198FE8
Tints of Dodger Blue #198FE8
RGB
CMYK
RGB Variations
Color information
#198FE8 (or 0x198FE8) is known color: Dodger Blue. HEX triplet: 19, 8F and E8. RGB value is (25,143,232). Sum of RGB (Red+Green+Blue) = 25+143+232=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 232 (91.02% from 255 or 58% from 400); Max value from RGB is 232 - color contains mainly: blue. Hex color #198FE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198FE8 is #E67017. Grayscale: #757575. Windows color (decimal): -15101976 or 15240985. OLE color: 15240985.
HSL color Cylindrical-coordinate representation of color #198FE8: hue angle of 205.8º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198FE8 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 143 | 232 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.09 |
| HSL | 205.8º | 0.82% | 0.5% | - |
| HSV(B) | 205.8º | 0.89% | 0.91% | - |
| XYZ | 24.79 | 25.68 | 79.99 | - |
| YUV | 117.86 | 192.41 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 232 | 0.89 | 0.38 | 0 | 0.09 | 205.8 | 0.82 | 0.5 |
| Hex | 19 | 8F | E8 | 59 | 26 | 0 | 9 | CE | 52 | 32 |
| Octal | 31 | 217 | 350 | 131 | 46 | 0 | 11 | 316 | 122 | 62 |
| Binary | 11001 | 10001111 | 11101000 | 1011001 | 100110 | 0 | 1001 | 11001110 | 1010010 | 110010 |
Color Harmonies of #198FE8
Complementary color
Monochromatic Colors of #198FE8
Black with #198FE8
Text Example
Text Example
White with #198FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198FE8; }
p { color: rgb(25,143,232); }
H1.HeaderClassName
{
color: #198FE8;
}
.AnyTagClassName
{
color: #198FE8;
}
</style>
background-color css
<style>
a { background-color: #198FE8; }
a { background-color: rgb(25,143,232); }
div.DivClassName
{
background-color: #198FE8;
}
.BgClassName
{
background-color: #198FE8;
}
</style>
border-color css
<style>
span { border-color: #198FE8; }
span { border-color: rgb(25,143,232); }
td.TdClassName
{
border-color: #198FE8;
}
.TagClassName
{
border-color: #198FE8;
}
</style>