Shades of Dodger Blue #1494EC
Tints of Dodger Blue #1494EC
RGB
CMYK
RGB Variations
Color information
#1494EC (or 0x1494EC) is known color: Dodger Blue. HEX triplet: 14, 94 and EC. RGB value is (20,148,236). Sum of RGB (Red+Green+Blue) = 20+148+236=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #1494EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1494EC is #EB6B13. Grayscale: #777777. Windows color (decimal): -15428372 or 15504404. OLE color: 15504404.
HSL color Cylindrical-coordinate representation of color #1494EC: hue angle of 204.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1494EC is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 148 | 236 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.07 |
| HSL | 204.44º | 0.85% | 0.5% | - |
| HSV(B) | 204.44º | 0.92% | 0.93% | - |
| XYZ | 26.02 | 27.38 | 83.27 | - |
| YUV | 119.76 | 193.59 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 236 | 0.92 | 0.37 | 0 | 0.07 | 204.44 | 0.85 | 0.5 |
| Hex | 14 | 94 | EC | 5C | 25 | 0 | 7 | CC | 55 | 32 |
| Octal | 24 | 224 | 354 | 134 | 45 | 0 | 7 | 314 | 125 | 62 |
| Binary | 10100 | 10010100 | 11101100 | 1011100 | 100101 | 0 | 111 | 11001100 | 1010101 | 110010 |
Color Harmonies of #1494EC
Complementary color
Monochromatic Colors of #1494EC
Black with #1494EC
Text Example
Text Example
White with #1494EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1494EC; }
p { color: rgb(20,148,236); }
H1.HeaderClassName
{
color: #1494EC;
}
.AnyTagClassName
{
color: #1494EC;
}
</style>
background-color css
<style>
a { background-color: #1494EC; }
a { background-color: rgb(20,148,236); }
div.DivClassName
{
background-color: #1494EC;
}
.BgClassName
{
background-color: #1494EC;
}
</style>
border-color css
<style>
span { border-color: #1494EC; }
span { border-color: rgb(20,148,236); }
td.TdClassName
{
border-color: #1494EC;
}
.TagClassName
{
border-color: #1494EC;
}
</style>