Shades of Dodger Blue #198EE3
Tints of Dodger Blue #198EE3
RGB
CMYK
RGB Variations
Color information
#198EE3 (or 0x198EE3) is known color: Dodger Blue. HEX triplet: 19, 8E and E3. RGB value is (25,142,227). Sum of RGB (Red+Green+Blue) = 25+142+227=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 227 (89.06% from 255 or 57.61% from 394); Max value from RGB is 227 - color contains mainly: blue. Hex color #198EE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198EE3 is #E6711C. Grayscale: #747474. Windows color (decimal): -15102237 or 14913049. OLE color: 14913049.
HSL color Cylindrical-coordinate representation of color #198EE3: hue angle of 205.25º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198EE3 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 142 | 227 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.11 |
| HSL | 205.25º | 0.8% | 0.49% | - |
| HSV(B) | 205.25º | 0.89% | 0.89% | - |
| XYZ | 23.94 | 25.1 | 76.26 | - |
| YUV | 116.71 | 190.24 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 227 | 0.89 | 0.37 | 0 | 0.11 | 205.25 | 0.8 | 0.49 |
| Hex | 19 | 8E | E3 | 59 | 25 | 0 | B | CD | 50 | 31 |
| Octal | 31 | 216 | 343 | 131 | 45 | 0 | 13 | 315 | 120 | 61 |
| Binary | 11001 | 10001110 | 11100011 | 1011001 | 100101 | 0 | 1011 | 11001101 | 1010000 | 110001 |
Color Harmonies of #198EE3
Complementary color
Monochromatic Colors of #198EE3
Black with #198EE3
Text Example
Text Example
White with #198EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198EE3; }
p { color: rgb(25,142,227); }
H1.HeaderClassName
{
color: #198EE3;
}
.AnyTagClassName
{
color: #198EE3;
}
</style>
background-color css
<style>
a { background-color: #198EE3; }
a { background-color: rgb(25,142,227); }
div.DivClassName
{
background-color: #198EE3;
}
.BgClassName
{
background-color: #198EE3;
}
</style>
border-color css
<style>
span { border-color: #198EE3; }
span { border-color: rgb(25,142,227); }
td.TdClassName
{
border-color: #198EE3;
}
.TagClassName
{
border-color: #198EE3;
}
</style>