Shades of Dodger Blue #198DFF
Tints of Dodger Blue #198DFF
RGB
CMYK
RGB Variations
Color information
#198DFF (or 0x198DFF) is known color: Dodger Blue. HEX triplet: 19, 8D and FF. RGB value is (25,141,255). Sum of RGB (Red+Green+Blue) = 25+141+255=421 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.94% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #198DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198DFF is #E67200. Grayscale: #767676. Windows color (decimal): -15102465 or 16747801. OLE color: 16747801.
HSL color Cylindrical-coordinate representation of color #198DFF: hue angle of 209.74º 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 #198DFF is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 141 | 255 | - |
| CMYK | 0.90 | 0.45 | 0 | 0 |
| HSL | 209.74º | 1% | 0.55% | - |
| HSV(B) | 209.74º | 0.9% | 1% | - |
| XYZ | 27.98 | 26.48 | 98.24 | - |
| YUV | 119.31 | 204.57 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 255 | 0.90 | 0.45 | 0 | 0 | 209.74 | 1 | 0.55 |
| Hex | 19 | 8D | FF | 5A | 2D | 0 | 0 | D2 | 64 | 37 |
| Octal | 31 | 215 | 377 | 132 | 55 | 0 | 0 | 322 | 144 | 67 |
| Binary | 11001 | 10001101 | 11111111 | 1011010 | 101101 | 0 | 0 | 11010010 | 1100100 | 110111 |
Color Harmonies of #198DFF
Complementary color
Monochromatic Colors of #198DFF
Black with #198DFF
Text Example
Text Example
White with #198DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DFF; }
p { color: rgb(25,141,255); }
H1.HeaderClassName
{
color: #198DFF;
}
.AnyTagClassName
{
color: #198DFF;
}
</style>
background-color css
<style>
a { background-color: #198DFF; }
a { background-color: rgb(25,141,255); }
div.DivClassName
{
background-color: #198DFF;
}
.BgClassName
{
background-color: #198DFF;
}
</style>
border-color css
<style>
span { border-color: #198DFF; }
span { border-color: rgb(25,141,255); }
td.TdClassName
{
border-color: #198DFF;
}
.TagClassName
{
border-color: #198DFF;
}
</style>