Shades of Dodger Blue #198FFF
Tints of Dodger Blue #198FFF
RGB
CMYK
RGB Variations
Color information
#198FFF (or 0x198FFF) is known color: Dodger Blue. HEX triplet: 19, 8F and FF. RGB value is (25,143,255). Sum of RGB (Red+Green+Blue) = 25+143+255=423 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.91% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #198FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198FFF is #E67000. Grayscale: #777777. Windows color (decimal): -15101953 or 16748313. OLE color: 16748313.
HSL color Cylindrical-coordinate representation of color #198FFF: hue angle of 209.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198FFF is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 143 | 255 | - |
| CMYK | 0.90 | 0.44 | 0 | 0 |
| HSL | 209.22º | 1% | 0.55% | - |
| HSV(B) | 209.22º | 0.9% | 1% | - |
| XYZ | 28.27 | 27.07 | 98.34 | - |
| YUV | 120.49 | 203.91 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 255 | 0.90 | 0.44 | 0 | 0 | 209.22 | 1 | 0.55 |
| Hex | 19 | 8F | FF | 5A | 2C | 0 | 0 | D1 | 64 | 37 |
| Octal | 31 | 217 | 377 | 132 | 54 | 0 | 0 | 321 | 144 | 67 |
| Binary | 11001 | 10001111 | 11111111 | 1011010 | 101100 | 0 | 0 | 11010001 | 1100100 | 110111 |
Color Harmonies of #198FFF
Complementary color
Monochromatic Colors of #198FFF
Black with #198FFF
Text Example
Text Example
White with #198FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198FFF; }
p { color: rgb(25,143,255); }
H1.HeaderClassName
{
color: #198FFF;
}
.AnyTagClassName
{
color: #198FFF;
}
</style>
background-color css
<style>
a { background-color: #198FFF; }
a { background-color: rgb(25,143,255); }
div.DivClassName
{
background-color: #198FFF;
}
.BgClassName
{
background-color: #198FFF;
}
</style>
border-color css
<style>
span { border-color: #198FFF; }
span { border-color: rgb(25,143,255); }
td.TdClassName
{
border-color: #198FFF;
}
.TagClassName
{
border-color: #198FFF;
}
</style>