Shades of Dodger Blue #1994DE
Tints of Dodger Blue #1994DE
RGB
CMYK
RGB Variations
Color information
#1994DE (or 0x1994DE) is known color: Dodger Blue. HEX triplet: 19, 94 and DE. RGB value is (25,148,222). Sum of RGB (Red+Green+Blue) = 25+148+222=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #1994DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1994DE is #E66B21. Grayscale: #777777. Windows color (decimal): -15100706 or 14586905. OLE color: 14586905.
HSL color Cylindrical-coordinate representation of color #1994DE: hue angle of 202.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1994DE is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 148 | 222 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.13 |
| HSL | 202.54º | 0.8% | 0.48% | - |
| HSV(B) | 202.54º | 0.89% | 0.87% | - |
| XYZ | 24.18 | 26.66 | 72.98 | - |
| YUV | 119.66 | 185.75 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 222 | 0.89 | 0.33 | 0 | 0.13 | 202.54 | 0.8 | 0.48 |
| Hex | 19 | 94 | DE | 59 | 21 | 0 | D | CB | 50 | 30 |
| Octal | 31 | 224 | 336 | 131 | 41 | 0 | 15 | 313 | 120 | 60 |
| Binary | 11001 | 10010100 | 11011110 | 1011001 | 100001 | 0 | 1101 | 11001011 | 1010000 | 110000 |
Color Harmonies of #1994DE
Complementary color
Monochromatic Colors of #1994DE
Black with #1994DE
Text Example
Text Example
White with #1994DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1994DE; }
p { color: rgb(25,148,222); }
H1.HeaderClassName
{
color: #1994DE;
}
.AnyTagClassName
{
color: #1994DE;
}
</style>
background-color css
<style>
a { background-color: #1994DE; }
a { background-color: rgb(25,148,222); }
div.DivClassName
{
background-color: #1994DE;
}
.BgClassName
{
background-color: #1994DE;
}
</style>
border-color css
<style>
span { border-color: #1994DE; }
span { border-color: rgb(25,148,222); }
td.TdClassName
{
border-color: #1994DE;
}
.TagClassName
{
border-color: #1994DE;
}
</style>