Shades of Dodger Blue #1794EB
Tints of Dodger Blue #1794EB
RGB
CMYK
RGB Variations
Color information
#1794EB (or 0x1794EB) is known color: Dodger Blue. HEX triplet: 17, 94 and EB. RGB value is (23,148,235). Sum of RGB (Red+Green+Blue) = 23+148+235=406 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.67% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #1794EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1794EB is #E86B14. Grayscale: #787878. Windows color (decimal): -15231765 or 15438871. OLE color: 15438871.
HSL color Cylindrical-coordinate representation of color #1794EB: hue angle of 204.62º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1794EB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 148 | 235 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.08 |
| HSL | 204.62º | 0.84% | 0.51% | - |
| HSV(B) | 204.62º | 0.9% | 0.92% | - |
| XYZ | 25.94 | 27.36 | 82.51 | - |
| YUV | 120.54 | 192.59 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 235 | 0.90 | 0.37 | 0 | 0.08 | 204.62 | 0.84 | 0.51 |
| Hex | 17 | 94 | EB | 5A | 25 | 0 | 8 | CD | 54 | 33 |
| Octal | 27 | 224 | 353 | 132 | 45 | 0 | 10 | 315 | 124 | 63 |
| Binary | 10111 | 10010100 | 11101011 | 1011010 | 100101 | 0 | 1000 | 11001101 | 1010100 | 110011 |
Color Harmonies of #1794EB
Complementary color
Monochromatic Colors of #1794EB
Black with #1794EB
Text Example
Text Example
White with #1794EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1794EB; }
p { color: rgb(23,148,235); }
H1.HeaderClassName
{
color: #1794EB;
}
.AnyTagClassName
{
color: #1794EB;
}
</style>
background-color css
<style>
a { background-color: #1794EB; }
a { background-color: rgb(23,148,235); }
div.DivClassName
{
background-color: #1794EB;
}
.BgClassName
{
background-color: #1794EB;
}
</style>
border-color css
<style>
span { border-color: #1794EB; }
span { border-color: rgb(23,148,235); }
td.TdClassName
{
border-color: #1794EB;
}
.TagClassName
{
border-color: #1794EB;
}
</style>