Shades of Dodger Blue #1994F6
Tints of Dodger Blue #1994F6
RGB
CMYK
RGB Variations
Color information
#1994F6 (or 0x1994F6) is known color: Dodger Blue. HEX triplet: 19, 94 and F6. RGB value is (25,148,246). Sum of RGB (Red+Green+Blue) = 25+148+246=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 246 (96.48% from 255 or 58.71% from 419); Max value from RGB is 246 - color contains mainly: blue. Hex color #1994F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1994F6 is #E66B09. Grayscale: #797979. Windows color (decimal): -15100682 or 16159769. OLE color: 16159769.
HSL color Cylindrical-coordinate representation of color #1994F6: hue angle of 206.61º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1994F6 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 148 | 246 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.04 |
| HSL | 206.61º | 0.92% | 0.53% | - |
| HSV(B) | 206.61º | 0.9% | 0.96% | - |
| XYZ | 27.63 | 28.04 | 91.15 | - |
| YUV | 122.4 | 197.75 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 246 | 0.90 | 0.40 | 0 | 0.04 | 206.61 | 0.92 | 0.53 |
| Hex | 19 | 94 | F6 | 5A | 28 | 0 | 4 | CF | 5C | 35 |
| Octal | 31 | 224 | 366 | 132 | 50 | 0 | 4 | 317 | 134 | 65 |
| Binary | 11001 | 10010100 | 11110110 | 1011010 | 101000 | 0 | 100 | 11001111 | 1011100 | 110101 |
Color Harmonies of #1994F6
Complementary color
Monochromatic Colors of #1994F6
Black with #1994F6
Text Example
Text Example
White with #1994F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1994F6; }
p { color: rgb(25,148,246); }
H1.HeaderClassName
{
color: #1994F6;
}
.AnyTagClassName
{
color: #1994F6;
}
</style>
background-color css
<style>
a { background-color: #1994F6; }
a { background-color: rgb(25,148,246); }
div.DivClassName
{
background-color: #1994F6;
}
.BgClassName
{
background-color: #1994F6;
}
</style>
border-color css
<style>
span { border-color: #1994F6; }
span { border-color: rgb(25,148,246); }
td.TdClassName
{
border-color: #1994F6;
}
.TagClassName
{
border-color: #1994F6;
}
</style>