Shades of Dodger Blue #1594EC
Tints of Dodger Blue #1594EC
RGB
CMYK
RGB Variations
Color information
#1594EC (or 0x1594EC) is known color: Dodger Blue. HEX triplet: 15, 94 and EC. RGB value is (21,148,236). Sum of RGB (Red+Green+Blue) = 21+148+236=405 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.19% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #1594EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1594EC is #EA6B13. Grayscale: #777777. Windows color (decimal): -15362836 or 15504405. OLE color: 15504405.
HSL color Cylindrical-coordinate representation of color #1594EC: hue angle of 204.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1594EC is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 148 | 236 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.07 |
| HSL | 204.56º | 0.85% | 0.5% | - |
| HSV(B) | 204.56º | 0.91% | 0.93% | - |
| XYZ | 26.04 | 27.4 | 83.27 | - |
| YUV | 120.06 | 193.42 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 236 | 0.91 | 0.37 | 0 | 0.07 | 204.56 | 0.85 | 0.5 |
| Hex | 15 | 94 | EC | 5B | 25 | 0 | 7 | CD | 55 | 32 |
| Octal | 25 | 224 | 354 | 133 | 45 | 0 | 7 | 315 | 125 | 62 |
| Binary | 10101 | 10010100 | 11101100 | 1011011 | 100101 | 0 | 111 | 11001101 | 1010101 | 110010 |
Color Harmonies of #1594EC
Complementary color
Monochromatic Colors of #1594EC
Black with #1594EC
Text Example
Text Example
White with #1594EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594EC; }
p { color: rgb(21,148,236); }
H1.HeaderClassName
{
color: #1594EC;
}
.AnyTagClassName
{
color: #1594EC;
}
</style>
background-color css
<style>
a { background-color: #1594EC; }
a { background-color: rgb(21,148,236); }
div.DivClassName
{
background-color: #1594EC;
}
.BgClassName
{
background-color: #1594EC;
}
</style>
border-color css
<style>
span { border-color: #1594EC; }
span { border-color: rgb(21,148,236); }
td.TdClassName
{
border-color: #1594EC;
}
.TagClassName
{
border-color: #1594EC;
}
</style>