Shades of Dodger Blue #198FDA
Tints of Dodger Blue #198FDA
RGB
CMYK
RGB Variations
Color information
#198FDA (or 0x198FDA) is known color: Dodger Blue. HEX triplet: 19, 8F and DA. RGB value is (25,143,218). Sum of RGB (Red+Green+Blue) = 25+143+218=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #198FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FDA is #E67025. Grayscale: #737373. Windows color (decimal): -15101990 or 14323481. OLE color: 14323481.
HSL color Cylindrical-coordinate representation of color #198FDA: hue angle of 203.32º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198FDA is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 143 | 218 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.15 |
| HSL | 203.32º | 0.79% | 0.48% | - |
| HSV(B) | 203.32º | 0.89% | 0.85% | - |
| XYZ | 22.88 | 24.91 | 69.93 | - |
| YUV | 116.27 | 185.41 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 218 | 0.89 | 0.34 | 0 | 0.15 | 203.32 | 0.79 | 0.48 |
| Hex | 19 | 8F | DA | 59 | 22 | 0 | F | CB | 4F | 30 |
| Octal | 31 | 217 | 332 | 131 | 42 | 0 | 17 | 313 | 117 | 60 |
| Binary | 11001 | 10001111 | 11011010 | 1011001 | 100010 | 0 | 1111 | 11001011 | 1001111 | 110000 |
Color Harmonies of #198FDA
Complementary color
Monochromatic Colors of #198FDA
Black with #198FDA
Text Example
Text Example
White with #198FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198FDA; }
p { color: rgb(25,143,218); }
H1.HeaderClassName
{
color: #198FDA;
}
.AnyTagClassName
{
color: #198FDA;
}
</style>
background-color css
<style>
a { background-color: #198FDA; }
a { background-color: rgb(25,143,218); }
div.DivClassName
{
background-color: #198FDA;
}
.BgClassName
{
background-color: #198FDA;
}
</style>
border-color css
<style>
span { border-color: #198FDA; }
span { border-color: rgb(25,143,218); }
td.TdClassName
{
border-color: #198FDA;
}
.TagClassName
{
border-color: #198FDA;
}
</style>