Shades of Dodger Blue #198CDA
Tints of Dodger Blue #198CDA
RGB
CMYK
RGB Variations
Color information
#198CDA (or 0x198CDA) is known color: Dodger Blue. HEX triplet: 19, 8C and DA. RGB value is (25,140,218). Sum of RGB (Red+Green+Blue) = 25+140+218=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #198CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198CDA is #E67325. Grayscale: #727272. Windows color (decimal): -15102758 or 14322713. OLE color: 14322713.
HSL color Cylindrical-coordinate representation of color #198CDA: hue angle of 204.25º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198CDA is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 140 | 218 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.15 |
| HSL | 204.25º | 0.79% | 0.48% | - |
| HSV(B) | 204.25º | 0.89% | 0.85% | - |
| XYZ | 22.43 | 24.02 | 69.78 | - |
| YUV | 114.51 | 186.4 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 218 | 0.89 | 0.36 | 0 | 0.15 | 204.25 | 0.79 | 0.48 |
| Hex | 19 | 8C | DA | 59 | 24 | 0 | F | CC | 4F | 30 |
| Octal | 31 | 214 | 332 | 131 | 44 | 0 | 17 | 314 | 117 | 60 |
| Binary | 11001 | 10001100 | 11011010 | 1011001 | 100100 | 0 | 1111 | 11001100 | 1001111 | 110000 |
Color Harmonies of #198CDA
Complementary color
Monochromatic Colors of #198CDA
Black with #198CDA
Text Example
Text Example
White with #198CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CDA; }
p { color: rgb(25,140,218); }
H1.HeaderClassName
{
color: #198CDA;
}
.AnyTagClassName
{
color: #198CDA;
}
</style>
background-color css
<style>
a { background-color: #198CDA; }
a { background-color: rgb(25,140,218); }
div.DivClassName
{
background-color: #198CDA;
}
.BgClassName
{
background-color: #198CDA;
}
</style>
border-color css
<style>
span { border-color: #198CDA; }
span { border-color: rgb(25,140,218); }
td.TdClassName
{
border-color: #198CDA;
}
.TagClassName
{
border-color: #198CDA;
}
</style>