Shades of Dodger Blue #198AF3
Tints of Dodger Blue #198AF3
RGB
CMYK
RGB Variations
Color information
#198AF3 (or 0x198AF3) is known color: Dodger Blue. HEX triplet: 19, 8A and F3. RGB value is (25,138,243). Sum of RGB (Red+Green+Blue) = 25+138+243=406 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.16% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #198AF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198AF3 is #E6750C. Grayscale: #737373. Windows color (decimal): -15103245 or 15960601. OLE color: 15960601.
HSL color Cylindrical-coordinate representation of color #198AF3: hue angle of 208.9º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198AF3 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 138 | 243 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.05 |
| HSL | 208.9º | 0.9% | 0.53% | - |
| HSV(B) | 208.9º | 0.9% | 0.95% | - |
| XYZ | 25.67 | 24.85 | 88.24 | - |
| YUV | 116.18 | 199.56 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 243 | 0.90 | 0.43 | 0 | 0.05 | 208.9 | 0.9 | 0.53 |
| Hex | 19 | 8A | F3 | 5A | 2B | 0 | 5 | D1 | 5A | 35 |
| Octal | 31 | 212 | 363 | 132 | 53 | 0 | 5 | 321 | 132 | 65 |
| Binary | 11001 | 10001010 | 11110011 | 1011010 | 101011 | 0 | 101 | 11010001 | 1011010 | 110101 |
Color Harmonies of #198AF3
Complementary color
Monochromatic Colors of #198AF3
Black with #198AF3
Text Example
Text Example
White with #198AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198AF3; }
p { color: rgb(25,138,243); }
H1.HeaderClassName
{
color: #198AF3;
}
.AnyTagClassName
{
color: #198AF3;
}
</style>
background-color css
<style>
a { background-color: #198AF3; }
a { background-color: rgb(25,138,243); }
div.DivClassName
{
background-color: #198AF3;
}
.BgClassName
{
background-color: #198AF3;
}
</style>
border-color css
<style>
span { border-color: #198AF3; }
span { border-color: rgb(25,138,243); }
td.TdClassName
{
border-color: #198AF3;
}
.TagClassName
{
border-color: #198AF3;
}
</style>