Shades of Dodger Blue #198CF8
Tints of Dodger Blue #198CF8
RGB
CMYK
RGB Variations
Color information
#198CF8 (or 0x198CF8) is known color: Dodger Blue. HEX triplet: 19, 8C and F8. RGB value is (25,140,248). Sum of RGB (Red+Green+Blue) = 25+140+248=413 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.05% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #198CF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198CF8 is #E67307. Grayscale: #757575. Windows color (decimal): -15102728 or 16288793. OLE color: 16288793.
HSL color Cylindrical-coordinate representation of color #198CF8: hue angle of 209.06º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198CF8 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 140 | 248 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.03 |
| HSL | 209.06º | 0.94% | 0.54% | - |
| HSV(B) | 209.06º | 0.9% | 0.97% | - |
| XYZ | 26.72 | 25.74 | 92.37 | - |
| YUV | 117.93 | 201.4 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 248 | 0.90 | 0.44 | 0 | 0.03 | 209.06 | 0.94 | 0.54 |
| Hex | 19 | 8C | F8 | 5A | 2C | 0 | 3 | D1 | 5E | 36 |
| Octal | 31 | 214 | 370 | 132 | 54 | 0 | 3 | 321 | 136 | 66 |
| Binary | 11001 | 10001100 | 11111000 | 1011010 | 101100 | 0 | 11 | 11010001 | 1011110 | 110110 |
Color Harmonies of #198CF8
Complementary color
Monochromatic Colors of #198CF8
Black with #198CF8
Text Example
Text Example
White with #198CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CF8; }
p { color: rgb(25,140,248); }
H1.HeaderClassName
{
color: #198CF8;
}
.AnyTagClassName
{
color: #198CF8;
}
</style>
background-color css
<style>
a { background-color: #198CF8; }
a { background-color: rgb(25,140,248); }
div.DivClassName
{
background-color: #198CF8;
}
.BgClassName
{
background-color: #198CF8;
}
</style>
border-color css
<style>
span { border-color: #198CF8; }
span { border-color: rgb(25,140,248); }
td.TdClassName
{
border-color: #198CF8;
}
.TagClassName
{
border-color: #198CF8;
}
</style>