Shades of Dodger Blue #198DEA
Tints of Dodger Blue #198DEA
RGB
CMYK
RGB Variations
Color information
#198DEA (or 0x198DEA) is known color: Dodger Blue. HEX triplet: 19, 8D and EA. RGB value is (25,141,234). Sum of RGB (Red+Green+Blue) = 25+141+234=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #198DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198DEA is #E67215. Grayscale: #747474. Windows color (decimal): -15102486 or 15371545. OLE color: 15371545.
HSL color Cylindrical-coordinate representation of color #198DEA: hue angle of 206.7º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198DEA is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 141 | 234 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.08 |
| HSL | 206.7º | 0.83% | 0.51% | - |
| HSV(B) | 206.7º | 0.89% | 0.92% | - |
| XYZ | 24.78 | 25.2 | 81.4 | - |
| YUV | 116.92 | 194.07 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 234 | 0.89 | 0.40 | 0 | 0.08 | 206.7 | 0.83 | 0.51 |
| Hex | 19 | 8D | EA | 59 | 28 | 0 | 8 | CF | 53 | 33 |
| Octal | 31 | 215 | 352 | 131 | 50 | 0 | 10 | 317 | 123 | 63 |
| Binary | 11001 | 10001101 | 11101010 | 1011001 | 101000 | 0 | 1000 | 11001111 | 1010011 | 110011 |
Color Harmonies of #198DEA
Complementary color
Monochromatic Colors of #198DEA
Black with #198DEA
Text Example
Text Example
White with #198DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DEA; }
p { color: rgb(25,141,234); }
H1.HeaderClassName
{
color: #198DEA;
}
.AnyTagClassName
{
color: #198DEA;
}
</style>
background-color css
<style>
a { background-color: #198DEA; }
a { background-color: rgb(25,141,234); }
div.DivClassName
{
background-color: #198DEA;
}
.BgClassName
{
background-color: #198DEA;
}
</style>
border-color css
<style>
span { border-color: #198DEA; }
span { border-color: rgb(25,141,234); }
td.TdClassName
{
border-color: #198DEA;
}
.TagClassName
{
border-color: #198DEA;
}
</style>