Shades of Dodger Blue #198AFB
Tints of Dodger Blue #198AFB
RGB
CMYK
RGB Variations
Color information
#198AFB (or 0x198AFB) is known color: Dodger Blue. HEX triplet: 19, 8A and FB. RGB value is (25,138,251). Sum of RGB (Red+Green+Blue) = 25+138+251=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #198AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198AFB is #E67504. Grayscale: #747474. Windows color (decimal): -15103237 or 16484889. OLE color: 16484889.
HSL color Cylindrical-coordinate representation of color #198AFB: hue angle of 210º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198AFB is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 138 | 251 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.02 |
| HSL | 210º | 0.97% | 0.54% | - |
| HSV(B) | 210º | 0.9% | 0.98% | - |
| XYZ | 26.9 | 25.35 | 94.74 | - |
| YUV | 117.1 | 203.56 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 251 | 0.90 | 0.45 | 0 | 0.02 | 210 | 0.97 | 0.54 |
| Hex | 19 | 8A | FB | 5A | 2D | 0 | 2 | D2 | 61 | 36 |
| Octal | 31 | 212 | 373 | 132 | 55 | 0 | 2 | 322 | 141 | 66 |
| Binary | 11001 | 10001010 | 11111011 | 1011010 | 101101 | 0 | 10 | 11010010 | 1100001 | 110110 |
Color Harmonies of #198AFB
Complementary color
Monochromatic Colors of #198AFB
Black with #198AFB
Text Example
Text Example
White with #198AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198AFB; }
p { color: rgb(25,138,251); }
H1.HeaderClassName
{
color: #198AFB;
}
.AnyTagClassName
{
color: #198AFB;
}
</style>
background-color css
<style>
a { background-color: #198AFB; }
a { background-color: rgb(25,138,251); }
div.DivClassName
{
background-color: #198AFB;
}
.BgClassName
{
background-color: #198AFB;
}
</style>
border-color css
<style>
span { border-color: #198AFB; }
span { border-color: rgb(25,138,251); }
td.TdClassName
{
border-color: #198AFB;
}
.TagClassName
{
border-color: #198AFB;
}
</style>