Shades of Dodger Blue #198CFE
Tints of Dodger Blue #198CFE
RGB
CMYK
RGB Variations
Color information
#198CFE (or 0x198CFE) is known color: Dodger Blue. HEX triplet: 19, 8C and FE. RGB value is (25,140,254). Sum of RGB (Red+Green+Blue) = 25+140+254=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #198CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198CFE is #E67301. Grayscale: #767676. Windows color (decimal): -15102722 or 16682009. OLE color: 16682009.
HSL color Cylindrical-coordinate representation of color #198CFE: hue angle of 209.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198CFE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 140 | 254 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.00 |
| HSL | 209.87º | 0.99% | 0.55% | - |
| HSV(B) | 209.87º | 0.9% | 1% | - |
| XYZ | 27.67 | 26.12 | 97.35 | - |
| YUV | 118.61 | 204.4 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 254 | 0.90 | 0.45 | 0 | 0.00 | 209.87 | 0.99 | 0.55 |
| Hex | 19 | 8C | FE | 5A | 2D | 0 | 0 | D2 | 63 | 37 |
| Octal | 31 | 214 | 376 | 132 | 55 | 0 | 0 | 322 | 143 | 67 |
| Binary | 11001 | 10001100 | 11111110 | 1011010 | 101101 | 0 | 0 | 11010010 | 1100011 | 110111 |
Color Harmonies of #198CFE
Complementary color
Monochromatic Colors of #198CFE
Black with #198CFE
Text Example
Text Example
White with #198CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CFE; }
p { color: rgb(25,140,254); }
H1.HeaderClassName
{
color: #198CFE;
}
.AnyTagClassName
{
color: #198CFE;
}
</style>
background-color css
<style>
a { background-color: #198CFE; }
a { background-color: rgb(25,140,254); }
div.DivClassName
{
background-color: #198CFE;
}
.BgClassName
{
background-color: #198CFE;
}
</style>
border-color css
<style>
span { border-color: #198CFE; }
span { border-color: rgb(25,140,254); }
td.TdClassName
{
border-color: #198CFE;
}
.TagClassName
{
border-color: #198CFE;
}
</style>