Shades of Dodger Blue #198CF5
Tints of Dodger Blue #198CF5
RGB
CMYK
RGB Variations
Color information
#198CF5 (or 0x198CF5) is known color: Dodger Blue. HEX triplet: 19, 8C and F5. RGB value is (25,140,245). Sum of RGB (Red+Green+Blue) = 25+140+245=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 245 (96.09% from 255 or 59.76% from 410); Max value from RGB is 245 - color contains mainly: blue. Hex color #198CF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198CF5 is #E6730A. Grayscale: #757575. Windows color (decimal): -15102731 or 16092185. OLE color: 16092185.
HSL color Cylindrical-coordinate representation of color #198CF5: hue angle of 208.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198CF5 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 140 | 245 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.04 |
| HSL | 208.64º | 0.92% | 0.53% | - |
| HSV(B) | 208.64º | 0.9% | 0.96% | - |
| XYZ | 26.26 | 25.56 | 89.93 | - |
| YUV | 117.59 | 199.9 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 245 | 0.90 | 0.43 | 0 | 0.04 | 208.64 | 0.92 | 0.53 |
| Hex | 19 | 8C | F5 | 5A | 2B | 0 | 4 | D1 | 5C | 35 |
| Octal | 31 | 214 | 365 | 132 | 53 | 0 | 4 | 321 | 134 | 65 |
| Binary | 11001 | 10001100 | 11110101 | 1011010 | 101011 | 0 | 100 | 11010001 | 1011100 | 110101 |
Color Harmonies of #198CF5
Complementary color
Monochromatic Colors of #198CF5
Black with #198CF5
Text Example
Text Example
White with #198CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CF5; }
p { color: rgb(25,140,245); }
H1.HeaderClassName
{
color: #198CF5;
}
.AnyTagClassName
{
color: #198CF5;
}
</style>
background-color css
<style>
a { background-color: #198CF5; }
a { background-color: rgb(25,140,245); }
div.DivClassName
{
background-color: #198CF5;
}
.BgClassName
{
background-color: #198CF5;
}
</style>
border-color css
<style>
span { border-color: #198CF5; }
span { border-color: rgb(25,140,245); }
td.TdClassName
{
border-color: #198CF5;
}
.TagClassName
{
border-color: #198CF5;
}
</style>