Shades of Dodger Blue #1794EC
Tints of Dodger Blue #1794EC
RGB
CMYK
RGB Variations
Color information
#1794EC (or 0x1794EC) is known color: Dodger Blue. HEX triplet: 17, 94 and EC. RGB value is (23,148,236). Sum of RGB (Red+Green+Blue) = 23+148+236=407 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.65% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #1794EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1794EC is #E86B13. Grayscale: #787878. Windows color (decimal): -15231764 or 15504407. OLE color: 15504407.
HSL color Cylindrical-coordinate representation of color #1794EC: hue angle of 204.79º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1794EC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 148 | 236 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.07 |
| HSL | 204.79º | 0.85% | 0.51% | - |
| HSV(B) | 204.79º | 0.9% | 0.93% | - |
| XYZ | 26.08 | 27.42 | 83.27 | - |
| YUV | 120.66 | 193.09 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 236 | 0.90 | 0.37 | 0 | 0.07 | 204.79 | 0.85 | 0.51 |
| Hex | 17 | 94 | EC | 5A | 25 | 0 | 7 | CD | 55 | 33 |
| Octal | 27 | 224 | 354 | 132 | 45 | 0 | 7 | 315 | 125 | 63 |
| Binary | 10111 | 10010100 | 11101100 | 1011010 | 100101 | 0 | 111 | 11001101 | 1010101 | 110011 |
Color Harmonies of #1794EC
Complementary color
Monochromatic Colors of #1794EC
Black with #1794EC
Text Example
Text Example
White with #1794EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1794EC; }
p { color: rgb(23,148,236); }
H1.HeaderClassName
{
color: #1794EC;
}
.AnyTagClassName
{
color: #1794EC;
}
</style>
background-color css
<style>
a { background-color: #1794EC; }
a { background-color: rgb(23,148,236); }
div.DivClassName
{
background-color: #1794EC;
}
.BgClassName
{
background-color: #1794EC;
}
</style>
border-color css
<style>
span { border-color: #1794EC; }
span { border-color: rgb(23,148,236); }
td.TdClassName
{
border-color: #1794EC;
}
.TagClassName
{
border-color: #1794EC;
}
</style>