Shades of Dodger Blue #198EF1
Tints of Dodger Blue #198EF1
RGB
CMYK
RGB Variations
Color information
#198EF1 (or 0x198EF1) is known color: Dodger Blue. HEX triplet: 19, 8E and F1. RGB value is (25,142,241). Sum of RGB (Red+Green+Blue) = 25+142+241=408 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.13% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #198EF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198EF1 is #E6710E. Grayscale: #757575. Windows color (decimal): -15102223 or 15830553. OLE color: 15830553.
HSL color Cylindrical-coordinate representation of color #198EF1: hue angle of 207.5º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198EF1 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 142 | 241 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.05 |
| HSL | 207.5º | 0.89% | 0.52% | - |
| HSV(B) | 207.5º | 0.9% | 0.95% | - |
| XYZ | 25.95 | 25.9 | 86.85 | - |
| YUV | 118.3 | 197.24 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 241 | 0.90 | 0.41 | 0 | 0.05 | 207.5 | 0.89 | 0.52 |
| Hex | 19 | 8E | F1 | 5A | 29 | 0 | 5 | D0 | 59 | 34 |
| Octal | 31 | 216 | 361 | 132 | 51 | 0 | 5 | 320 | 131 | 64 |
| Binary | 11001 | 10001110 | 11110001 | 1011010 | 101001 | 0 | 101 | 11010000 | 1011001 | 110100 |
Color Harmonies of #198EF1
Complementary color
Monochromatic Colors of #198EF1
Black with #198EF1
Text Example
Text Example
White with #198EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198EF1; }
p { color: rgb(25,142,241); }
H1.HeaderClassName
{
color: #198EF1;
}
.AnyTagClassName
{
color: #198EF1;
}
</style>
background-color css
<style>
a { background-color: #198EF1; }
a { background-color: rgb(25,142,241); }
div.DivClassName
{
background-color: #198EF1;
}
.BgClassName
{
background-color: #198EF1;
}
</style>
border-color css
<style>
span { border-color: #198EF1; }
span { border-color: rgb(25,142,241); }
td.TdClassName
{
border-color: #198EF1;
}
.TagClassName
{
border-color: #198EF1;
}
</style>