Shades of Dodger Blue #198BFC
Tints of Dodger Blue #198BFC
RGB
CMYK
RGB Variations
Color information
#198BFC (or 0x198BFC) is known color: Dodger Blue. HEX triplet: 19, 8B and FC. RGB value is (25,139,252). Sum of RGB (Red+Green+Blue) = 25+139+252=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #198BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198BFC is #E67403. Grayscale: #757575. Windows color (decimal): -15102980 or 16550681. OLE color: 16550681.
HSL color Cylindrical-coordinate representation of color #198BFC: hue angle of 209.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198BFC is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 139 | 252 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.01 |
| HSL | 209.87º | 0.97% | 0.54% | - |
| HSV(B) | 209.87º | 0.9% | 0.99% | - |
| XYZ | 27.2 | 25.7 | 95.62 | - |
| YUV | 117.8 | 203.73 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 252 | 0.90 | 0.45 | 0 | 0.01 | 209.87 | 0.97 | 0.54 |
| Hex | 19 | 8B | FC | 5A | 2D | 0 | 1 | D2 | 61 | 36 |
| Octal | 31 | 213 | 374 | 132 | 55 | 0 | 1 | 322 | 141 | 66 |
| Binary | 11001 | 10001011 | 11111100 | 1011010 | 101101 | 0 | 1 | 11010010 | 1100001 | 110110 |
Color Harmonies of #198BFC
Complementary color
Monochromatic Colors of #198BFC
Black with #198BFC
Text Example
Text Example
White with #198BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BFC; }
p { color: rgb(25,139,252); }
H1.HeaderClassName
{
color: #198BFC;
}
.AnyTagClassName
{
color: #198BFC;
}
</style>
background-color css
<style>
a { background-color: #198BFC; }
a { background-color: rgb(25,139,252); }
div.DivClassName
{
background-color: #198BFC;
}
.BgClassName
{
background-color: #198BFC;
}
</style>
border-color css
<style>
span { border-color: #198BFC; }
span { border-color: rgb(25,139,252); }
td.TdClassName
{
border-color: #198BFC;
}
.TagClassName
{
border-color: #198BFC;
}
</style>