Shades of Dodger Blue #1794DD
Tints of Dodger Blue #1794DD
RGB
CMYK
RGB Variations
Color information
#1794DD (or 0x1794DD) is known color: Dodger Blue. HEX triplet: 17, 94 and DD. RGB value is (23,148,221). Sum of RGB (Red+Green+Blue) = 23+148+221=392 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.87% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #1794DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1794DD is #E86B22. Grayscale: #767676. Windows color (decimal): -15231779 or 14521367. OLE color: 14521367.
HSL color Cylindrical-coordinate representation of color #1794DD: hue angle of 202.12º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1794DD is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 148 | 221 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.13 |
| HSL | 202.12º | 0.81% | 0.48% | - |
| HSV(B) | 202.12º | 0.9% | 0.87% | - |
| XYZ | 23.99 | 26.58 | 72.27 | - |
| YUV | 118.95 | 185.59 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 221 | 0.90 | 0.33 | 0 | 0.13 | 202.12 | 0.81 | 0.48 |
| Hex | 17 | 94 | DD | 5A | 21 | 0 | D | CA | 51 | 30 |
| Octal | 27 | 224 | 335 | 132 | 41 | 0 | 15 | 312 | 121 | 60 |
| Binary | 10111 | 10010100 | 11011101 | 1011010 | 100001 | 0 | 1101 | 11001010 | 1010001 | 110000 |
Color Harmonies of #1794DD
Complementary color
Monochromatic Colors of #1794DD
Black with #1794DD
Text Example
Text Example
White with #1794DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1794DD; }
p { color: rgb(23,148,221); }
H1.HeaderClassName
{
color: #1794DD;
}
.AnyTagClassName
{
color: #1794DD;
}
</style>
background-color css
<style>
a { background-color: #1794DD; }
a { background-color: rgb(23,148,221); }
div.DivClassName
{
background-color: #1794DD;
}
.BgClassName
{
background-color: #1794DD;
}
</style>
border-color css
<style>
span { border-color: #1794DD; }
span { border-color: rgb(23,148,221); }
td.TdClassName
{
border-color: #1794DD;
}
.TagClassName
{
border-color: #1794DD;
}
</style>