Shades of Dodger Blue #198DFC
Tints of Dodger Blue #198DFC
RGB
CMYK
RGB Variations
Color information
#198DFC (or 0x198DFC) is known color: Dodger Blue. HEX triplet: 19, 8D and FC. RGB value is (25,141,252). Sum of RGB (Red+Green+Blue) = 25+141+252=418 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.98% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #198DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198DFC is #E67203. Grayscale: #767676. Windows color (decimal): -15102468 or 16551193. OLE color: 16551193.
HSL color Cylindrical-coordinate representation of color #198DFC: hue angle of 209.34º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198DFC is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 141 | 252 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.01 |
| HSL | 209.34º | 0.97% | 0.54% | - |
| HSV(B) | 209.34º | 0.9% | 0.99% | - |
| XYZ | 27.5 | 26.28 | 95.72 | - |
| YUV | 118.97 | 203.07 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 252 | 0.90 | 0.44 | 0 | 0.01 | 209.34 | 0.97 | 0.54 |
| Hex | 19 | 8D | FC | 5A | 2C | 0 | 1 | D1 | 61 | 36 |
| Octal | 31 | 215 | 374 | 132 | 54 | 0 | 1 | 321 | 141 | 66 |
| Binary | 11001 | 10001101 | 11111100 | 1011010 | 101100 | 0 | 1 | 11010001 | 1100001 | 110110 |
Color Harmonies of #198DFC
Complementary color
Monochromatic Colors of #198DFC
Black with #198DFC
Text Example
Text Example
White with #198DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DFC; }
p { color: rgb(25,141,252); }
H1.HeaderClassName
{
color: #198DFC;
}
.AnyTagClassName
{
color: #198DFC;
}
</style>
background-color css
<style>
a { background-color: #198DFC; }
a { background-color: rgb(25,141,252); }
div.DivClassName
{
background-color: #198DFC;
}
.BgClassName
{
background-color: #198DFC;
}
</style>
border-color css
<style>
span { border-color: #198DFC; }
span { border-color: rgb(25,141,252); }
td.TdClassName
{
border-color: #198DFC;
}
.TagClassName
{
border-color: #198DFC;
}
</style>