Shades of Dodger Blue #198BE1
Tints of Dodger Blue #198BE1
RGB
CMYK
RGB Variations
Color information
#198BE1 (or 0x198BE1) is known color: Dodger Blue. HEX triplet: 19, 8B and E1. RGB value is (25,139,225). Sum of RGB (Red+Green+Blue) = 25+139+225=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #198BE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BE1 is #E6741E. Grayscale: #727272. Windows color (decimal): -15103007 or 14781209. OLE color: 14781209.
HSL color Cylindrical-coordinate representation of color #198BE1: hue angle of 205.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198BE1 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 139 | 225 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.12 |
| HSL | 205.8º | 0.8% | 0.49% | - |
| HSV(B) | 205.8º | 0.89% | 0.88% | - |
| XYZ | 23.22 | 24.11 | 74.66 | - |
| YUV | 114.72 | 190.23 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 225 | 0.89 | 0.38 | 0 | 0.12 | 205.8 | 0.8 | 0.49 |
| Hex | 19 | 8B | E1 | 59 | 26 | 0 | C | CE | 50 | 31 |
| Octal | 31 | 213 | 341 | 131 | 46 | 0 | 14 | 316 | 120 | 61 |
| Binary | 11001 | 10001011 | 11100001 | 1011001 | 100110 | 0 | 1100 | 11001110 | 1010000 | 110001 |
Color Harmonies of #198BE1
Complementary color
Monochromatic Colors of #198BE1
Black with #198BE1
Text Example
Text Example
White with #198BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BE1; }
p { color: rgb(25,139,225); }
H1.HeaderClassName
{
color: #198BE1;
}
.AnyTagClassName
{
color: #198BE1;
}
</style>
background-color css
<style>
a { background-color: #198BE1; }
a { background-color: rgb(25,139,225); }
div.DivClassName
{
background-color: #198BE1;
}
.BgClassName
{
background-color: #198BE1;
}
</style>
border-color css
<style>
span { border-color: #198BE1; }
span { border-color: rgb(25,139,225); }
td.TdClassName
{
border-color: #198BE1;
}
.TagClassName
{
border-color: #198BE1;
}
</style>