Shades of Dodger Blue #198CFC
Tints of Dodger Blue #198CFC
RGB
CMYK
RGB Variations
Color information
#198CFC (or 0x198CFC) is known color: Dodger Blue. HEX triplet: 19, 8C and FC. RGB value is (25,140,252). Sum of RGB (Red+Green+Blue) = 25+140+252=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #198CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198CFC is #E67303. Grayscale: #757575. Windows color (decimal): -15102724 or 16550937. OLE color: 16550937.
HSL color Cylindrical-coordinate representation of color #198CFC: hue angle of 209.6º 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 #198CFC is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 140 | 252 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.01 |
| HSL | 209.6º | 0.97% | 0.54% | - |
| HSV(B) | 209.6º | 0.9% | 0.99% | - |
| XYZ | 27.35 | 25.99 | 95.67 | - |
| YUV | 118.38 | 203.4 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 252 | 0.90 | 0.44 | 0 | 0.01 | 209.6 | 0.97 | 0.54 |
| Hex | 19 | 8C | FC | 5A | 2C | 0 | 1 | D2 | 61 | 36 |
| Octal | 31 | 214 | 374 | 132 | 54 | 0 | 1 | 322 | 141 | 66 |
| Binary | 11001 | 10001100 | 11111100 | 1011010 | 101100 | 0 | 1 | 11010010 | 1100001 | 110110 |
Color Harmonies of #198CFC
Complementary color
Monochromatic Colors of #198CFC
Black with #198CFC
Text Example
Text Example
White with #198CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CFC; }
p { color: rgb(25,140,252); }
H1.HeaderClassName
{
color: #198CFC;
}
.AnyTagClassName
{
color: #198CFC;
}
</style>
background-color css
<style>
a { background-color: #198CFC; }
a { background-color: rgb(25,140,252); }
div.DivClassName
{
background-color: #198CFC;
}
.BgClassName
{
background-color: #198CFC;
}
</style>
border-color css
<style>
span { border-color: #198CFC; }
span { border-color: rgb(25,140,252); }
td.TdClassName
{
border-color: #198CFC;
}
.TagClassName
{
border-color: #198CFC;
}
</style>