Shades of Dodger Blue #198CFB
Tints of Dodger Blue #198CFB
RGB
CMYK
RGB Variations
Color information
#198CFB (or 0x198CFB) is known color: Dodger Blue. HEX triplet: 19, 8C and FB. RGB value is (25,140,251). Sum of RGB (Red+Green+Blue) = 25+140+251=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #198CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198CFB is #E67304. Grayscale: #757575. Windows color (decimal): -15102725 or 16485401. OLE color: 16485401.
HSL color Cylindrical-coordinate representation of color #198CFB: hue angle of 209.47º 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 #198CFB is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 140 | 251 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.02 |
| HSL | 209.47º | 0.97% | 0.54% | - |
| HSV(B) | 209.47º | 0.9% | 0.98% | - |
| XYZ | 27.19 | 25.93 | 94.84 | - |
| YUV | 118.27 | 202.9 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 251 | 0.90 | 0.44 | 0 | 0.02 | 209.47 | 0.97 | 0.54 |
| Hex | 19 | 8C | FB | 5A | 2C | 0 | 2 | D1 | 61 | 36 |
| Octal | 31 | 214 | 373 | 132 | 54 | 0 | 2 | 321 | 141 | 66 |
| Binary | 11001 | 10001100 | 11111011 | 1011010 | 101100 | 0 | 10 | 11010001 | 1100001 | 110110 |
Color Harmonies of #198CFB
Complementary color
Monochromatic Colors of #198CFB
Black with #198CFB
Text Example
Text Example
White with #198CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CFB; }
p { color: rgb(25,140,251); }
H1.HeaderClassName
{
color: #198CFB;
}
.AnyTagClassName
{
color: #198CFB;
}
</style>
background-color css
<style>
a { background-color: #198CFB; }
a { background-color: rgb(25,140,251); }
div.DivClassName
{
background-color: #198CFB;
}
.BgClassName
{
background-color: #198CFB;
}
</style>
border-color css
<style>
span { border-color: #198CFB; }
span { border-color: rgb(25,140,251); }
td.TdClassName
{
border-color: #198CFB;
}
.TagClassName
{
border-color: #198CFB;
}
</style>