Shades of Dodger Blue #198EF2
Tints of Dodger Blue #198EF2
RGB
CMYK
RGB Variations
Color information
#198EF2 (or 0x198EF2) is known color: Dodger Blue. HEX triplet: 19, 8E and F2. RGB value is (25,142,242). Sum of RGB (Red+Green+Blue) = 25+142+242=409 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.11% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 242 (94.92% from 255 or 59.17% from 409); Max value from RGB is 242 - color contains mainly: blue. Hex color #198EF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198EF2 is #E6710D. Grayscale: #757575. Windows color (decimal): -15102222 or 15896089. OLE color: 15896089.
HSL color Cylindrical-coordinate representation of color #198EF2: hue angle of 207.65º 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 #198EF2 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 142 | 242 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.05 |
| HSL | 207.65º | 0.89% | 0.52% | - |
| HSV(B) | 207.65º | 0.9% | 0.95% | - |
| XYZ | 26.1 | 25.96 | 87.64 | - |
| YUV | 118.42 | 197.74 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 242 | 0.90 | 0.41 | 0 | 0.05 | 207.65 | 0.89 | 0.52 |
| Hex | 19 | 8E | F2 | 5A | 29 | 0 | 5 | D0 | 59 | 34 |
| Octal | 31 | 216 | 362 | 132 | 51 | 0 | 5 | 320 | 131 | 64 |
| Binary | 11001 | 10001110 | 11110010 | 1011010 | 101001 | 0 | 101 | 11010000 | 1011001 | 110100 |
Color Harmonies of #198EF2
Complementary color
Monochromatic Colors of #198EF2
Black with #198EF2
Text Example
Text Example
White with #198EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198EF2; }
p { color: rgb(25,142,242); }
H1.HeaderClassName
{
color: #198EF2;
}
.AnyTagClassName
{
color: #198EF2;
}
</style>
background-color css
<style>
a { background-color: #198EF2; }
a { background-color: rgb(25,142,242); }
div.DivClassName
{
background-color: #198EF2;
}
.BgClassName
{
background-color: #198EF2;
}
</style>
border-color css
<style>
span { border-color: #198EF2; }
span { border-color: rgb(25,142,242); }
td.TdClassName
{
border-color: #198EF2;
}
.TagClassName
{
border-color: #198EF2;
}
</style>