Shades of Dodger Blue #198BFA
Tints of Dodger Blue #198BFA
RGB
CMYK
RGB Variations
Color information
#198BFA (or 0x198BFA) is known color: Dodger Blue. HEX triplet: 19, 8B and FA. RGB value is (25,139,250). Sum of RGB (Red+Green+Blue) = 25+139+250=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #198BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198BFA is #E67405. Grayscale: #757575. Windows color (decimal): -15102982 or 16419609. OLE color: 16419609.
HSL color Cylindrical-coordinate representation of color #198BFA: hue angle of 209.6º degrees, saturation: 0.96, 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 #198BFA is Cyan = 0.9, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 139 | 250 | - |
| CMYK | 0.9 | 0.44 | 0 | 0.02 |
| HSL | 209.6º | 0.96% | 0.54% | - |
| HSV(B) | 209.6º | 0.9% | 0.98% | - |
| XYZ | 26.89 | 25.57 | 93.96 | - |
| YUV | 117.57 | 202.73 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 250 | 0.9 | 0.44 | 0 | 0.02 | 209.6 | 0.96 | 0.54 |
| Hex | 19 | 8B | FA | 5A | 2C | 0 | 2 | D2 | 60 | 36 |
| Octal | 31 | 213 | 372 | 132 | 54 | 0 | 2 | 322 | 140 | 66 |
| Binary | 11001 | 10001011 | 11111010 | 1011010 | 101100 | 0 | 10 | 11010010 | 1100000 | 110110 |
Color Harmonies of #198BFA
Complementary color
Monochromatic Colors of #198BFA
Black with #198BFA
Text Example
Text Example
White with #198BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BFA; }
p { color: rgb(25,139,250); }
H1.HeaderClassName
{
color: #198BFA;
}
.AnyTagClassName
{
color: #198BFA;
}
</style>
background-color css
<style>
a { background-color: #198BFA; }
a { background-color: rgb(25,139,250); }
div.DivClassName
{
background-color: #198BFA;
}
.BgClassName
{
background-color: #198BFA;
}
</style>
border-color css
<style>
span { border-color: #198BFA; }
span { border-color: rgb(25,139,250); }
td.TdClassName
{
border-color: #198BFA;
}
.TagClassName
{
border-color: #198BFA;
}
</style>