Shades of Dodger Blue #198BE0
Tints of Dodger Blue #198BE0
RGB
CMYK
RGB Variations
Color information
#198BE0 (or 0x198BE0) is known color: Dodger Blue. HEX triplet: 19, 8B and E0. RGB value is (25,139,224). Sum of RGB (Red+Green+Blue) = 25+139+224=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #198BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BE0 is #E6741F. Grayscale: #727272. Windows color (decimal): -15103008 or 14715673. OLE color: 14715673.
HSL color Cylindrical-coordinate representation of color #198BE0: hue angle of 205.63º 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 #198BE0 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 139 | 224 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.12 |
| HSL | 205.63º | 0.8% | 0.49% | - |
| HSV(B) | 205.63º | 0.89% | 0.88% | - |
| XYZ | 23.09 | 24.05 | 73.95 | - |
| YUV | 114.6 | 189.73 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 224 | 0.89 | 0.38 | 0 | 0.12 | 205.63 | 0.8 | 0.49 |
| Hex | 19 | 8B | E0 | 59 | 26 | 0 | C | CE | 50 | 31 |
| Octal | 31 | 213 | 340 | 131 | 46 | 0 | 14 | 316 | 120 | 61 |
| Binary | 11001 | 10001011 | 11100000 | 1011001 | 100110 | 0 | 1100 | 11001110 | 1010000 | 110001 |
Color Harmonies of #198BE0
Complementary color
Monochromatic Colors of #198BE0
Black with #198BE0
Text Example
Text Example
White with #198BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BE0; }
p { color: rgb(25,139,224); }
H1.HeaderClassName
{
color: #198BE0;
}
.AnyTagClassName
{
color: #198BE0;
}
</style>
background-color css
<style>
a { background-color: #198BE0; }
a { background-color: rgb(25,139,224); }
div.DivClassName
{
background-color: #198BE0;
}
.BgClassName
{
background-color: #198BE0;
}
</style>
border-color css
<style>
span { border-color: #198BE0; }
span { border-color: rgb(25,139,224); }
td.TdClassName
{
border-color: #198BE0;
}
.TagClassName
{
border-color: #198BE0;
}
</style>