Shades of Dodger Blue #1794ED
Tints of Dodger Blue #1794ED
RGB
CMYK
RGB Variations
Color information
#1794ED (or 0x1794ED) is known color: Dodger Blue. HEX triplet: 17, 94 and ED. RGB value is (23,148,237). Sum of RGB (Red+Green+Blue) = 23+148+237=408 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.64% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #1794ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1794ED is #E86B12. Grayscale: #787878. Windows color (decimal): -15231763 or 15569943. OLE color: 15569943.
HSL color Cylindrical-coordinate representation of color #1794ED: hue angle of 204.95º degrees, saturation: 0.86, 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 #1794ED is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 148 | 237 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.07 |
| HSL | 204.95º | 0.86% | 0.51% | - |
| HSV(B) | 204.95º | 0.9% | 0.93% | - |
| XYZ | 26.23 | 27.48 | 84.04 | - |
| YUV | 120.77 | 193.59 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 237 | 0.90 | 0.38 | 0 | 0.07 | 204.95 | 0.86 | 0.51 |
| Hex | 17 | 94 | ED | 5A | 26 | 0 | 7 | CD | 56 | 33 |
| Octal | 27 | 224 | 355 | 132 | 46 | 0 | 7 | 315 | 126 | 63 |
| Binary | 10111 | 10010100 | 11101101 | 1011010 | 100110 | 0 | 111 | 11001101 | 1010110 | 110011 |
Color Harmonies of #1794ED
Complementary color
Monochromatic Colors of #1794ED
Black with #1794ED
Text Example
Text Example
White with #1794ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1794ED; }
p { color: rgb(23,148,237); }
H1.HeaderClassName
{
color: #1794ED;
}
.AnyTagClassName
{
color: #1794ED;
}
</style>
background-color css
<style>
a { background-color: #1794ED; }
a { background-color: rgb(23,148,237); }
div.DivClassName
{
background-color: #1794ED;
}
.BgClassName
{
background-color: #1794ED;
}
</style>
border-color css
<style>
span { border-color: #1794ED; }
span { border-color: rgb(23,148,237); }
td.TdClassName
{
border-color: #1794ED;
}
.TagClassName
{
border-color: #1794ED;
}
</style>