Shades of Dodger Blue #198BE6
Tints of Dodger Blue #198BE6
RGB
CMYK
RGB Variations
Color information
#198BE6 (or 0x198BE6) is known color: Dodger Blue. HEX triplet: 19, 8B and E6. RGB value is (25,139,230). Sum of RGB (Red+Green+Blue) = 25+139+230=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #198BE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198BE6 is #E67419. Grayscale: #727272. Windows color (decimal): -15103002 or 15108889. OLE color: 15108889.
HSL color Cylindrical-coordinate representation of color #198BE6: hue angle of 206.63º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198BE6 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 139 | 230 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.10 |
| HSL | 206.63º | 0.8% | 0.5% | - |
| HSV(B) | 206.63º | 0.89% | 0.9% | - |
| XYZ | 23.92 | 24.39 | 78.31 | - |
| YUV | 115.29 | 192.73 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 230 | 0.89 | 0.40 | 0 | 0.10 | 206.63 | 0.8 | 0.5 |
| Hex | 19 | 8B | E6 | 59 | 28 | 0 | A | CF | 50 | 32 |
| Octal | 31 | 213 | 346 | 131 | 50 | 0 | 12 | 317 | 120 | 62 |
| Binary | 11001 | 10001011 | 11100110 | 1011001 | 101000 | 0 | 1010 | 11001111 | 1010000 | 110010 |
Color Harmonies of #198BE6
Complementary color
Monochromatic Colors of #198BE6
Black with #198BE6
Text Example
Text Example
White with #198BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BE6; }
p { color: rgb(25,139,230); }
H1.HeaderClassName
{
color: #198BE6;
}
.AnyTagClassName
{
color: #198BE6;
}
</style>
background-color css
<style>
a { background-color: #198BE6; }
a { background-color: rgb(25,139,230); }
div.DivClassName
{
background-color: #198BE6;
}
.BgClassName
{
background-color: #198BE6;
}
</style>
border-color css
<style>
span { border-color: #198BE6; }
span { border-color: rgb(25,139,230); }
td.TdClassName
{
border-color: #198BE6;
}
.TagClassName
{
border-color: #198BE6;
}
</style>