Shades of Dodger Blue #198BDC
Tints of Dodger Blue #198BDC
RGB
CMYK
RGB Variations
Color information
#198BDC (or 0x198BDC) is known color: Dodger Blue. HEX triplet: 19, 8B and DC. RGB value is (25,139,220). Sum of RGB (Red+Green+Blue) = 25+139+220=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #198BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BDC is #E67423. Grayscale: #717171. Windows color (decimal): -15103012 or 14453529. OLE color: 14453529.
HSL color Cylindrical-coordinate representation of color #198BDC: hue angle of 204.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198BDC is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 139 | 220 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.14 |
| HSL | 204.92º | 0.8% | 0.48% | - |
| HSV(B) | 204.92º | 0.89% | 0.86% | - |
| XYZ | 22.55 | 23.84 | 71.12 | - |
| YUV | 114.15 | 187.73 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 220 | 0.89 | 0.37 | 0 | 0.14 | 204.92 | 0.8 | 0.48 |
| Hex | 19 | 8B | DC | 59 | 25 | 0 | E | CD | 50 | 30 |
| Octal | 31 | 213 | 334 | 131 | 45 | 0 | 16 | 315 | 120 | 60 |
| Binary | 11001 | 10001011 | 11011100 | 1011001 | 100101 | 0 | 1110 | 11001101 | 1010000 | 110000 |
Color Harmonies of #198BDC
Complementary color
Monochromatic Colors of #198BDC
Black with #198BDC
Text Example
Text Example
White with #198BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BDC; }
p { color: rgb(25,139,220); }
H1.HeaderClassName
{
color: #198BDC;
}
.AnyTagClassName
{
color: #198BDC;
}
</style>
background-color css
<style>
a { background-color: #198BDC; }
a { background-color: rgb(25,139,220); }
div.DivClassName
{
background-color: #198BDC;
}
.BgClassName
{
background-color: #198BDC;
}
</style>
border-color css
<style>
span { border-color: #198BDC; }
span { border-color: rgb(25,139,220); }
td.TdClassName
{
border-color: #198BDC;
}
.TagClassName
{
border-color: #198BDC;
}
</style>