Shades of Dodger Blue #199CDF
Tints of Dodger Blue #199CDF
RGB
CMYK
RGB Variations
Color information
#199CDF (or 0x199CDF) is known color: Dodger Blue. HEX triplet: 19, 9C and DF. RGB value is (25,156,223). Sum of RGB (Red+Green+Blue) = 25+156+223=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #199CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CDF is #E66320. Grayscale: #7C7C7C. Windows color (decimal): -15098657 or 14654489. OLE color: 14654489.
HSL color Cylindrical-coordinate representation of color #199CDF: hue angle of 200.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199CDF is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 156 | 223 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.13 |
| HSL | 200.3º | 0.8% | 0.49% | - |
| HSV(B) | 200.3º | 0.89% | 0.87% | - |
| XYZ | 25.61 | 29.31 | 74.12 | - |
| YUV | 124.47 | 183.6 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 223 | 0.89 | 0.30 | 0 | 0.13 | 200.3 | 0.8 | 0.49 |
| Hex | 19 | 9C | DF | 59 | 1E | 0 | D | C8 | 50 | 31 |
| Octal | 31 | 234 | 337 | 131 | 36 | 0 | 15 | 310 | 120 | 61 |
| Binary | 11001 | 10011100 | 11011111 | 1011001 | 11110 | 0 | 1101 | 11001000 | 1010000 | 110001 |
Color Harmonies of #199CDF
Complementary color
Monochromatic Colors of #199CDF
Black with #199CDF
Text Example
Text Example
White with #199CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CDF; }
p { color: rgb(25,156,223); }
H1.HeaderClassName
{
color: #199CDF;
}
.AnyTagClassName
{
color: #199CDF;
}
</style>
background-color css
<style>
a { background-color: #199CDF; }
a { background-color: rgb(25,156,223); }
div.DivClassName
{
background-color: #199CDF;
}
.BgClassName
{
background-color: #199CDF;
}
</style>
border-color css
<style>
span { border-color: #199CDF; }
span { border-color: rgb(25,156,223); }
td.TdClassName
{
border-color: #199CDF;
}
.TagClassName
{
border-color: #199CDF;
}
</style>