Shades of Dodger Blue #1792DD
Tints of Dodger Blue #1792DD
RGB
CMYK
RGB Variations
Color information
#1792DD (or 0x1792DD) is known color: Dodger Blue. HEX triplet: 17, 92 and DD. RGB value is (23,146,221). Sum of RGB (Red+Green+Blue) = 23+146+221=390 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.90% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #1792DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1792DD is #E86D22. Grayscale: #757575. Windows color (decimal): -15232291 or 14520855. OLE color: 14520855.
HSL color Cylindrical-coordinate representation of color #1792DD: hue angle of 202.73º 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 #1792DD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 146 | 221 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.13 |
| HSL | 202.73º | 0.81% | 0.48% | - |
| HSV(B) | 202.73º | 0.9% | 0.87% | - |
| XYZ | 23.68 | 25.96 | 72.17 | - |
| YUV | 117.77 | 186.25 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 146 | 221 | 0.90 | 0.34 | 0 | 0.13 | 202.73 | 0.81 | 0.48 |
| Hex | 17 | 92 | DD | 5A | 22 | 0 | D | CB | 51 | 30 |
| Octal | 27 | 222 | 335 | 132 | 42 | 0 | 15 | 313 | 121 | 60 |
| Binary | 10111 | 10010010 | 11011101 | 1011010 | 100010 | 0 | 1101 | 11001011 | 1010001 | 110000 |
Color Harmonies of #1792DD
Complementary color
Monochromatic Colors of #1792DD
Black with #1792DD
Text Example
Text Example
White with #1792DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1792DD; }
p { color: rgb(23,146,221); }
H1.HeaderClassName
{
color: #1792DD;
}
.AnyTagClassName
{
color: #1792DD;
}
</style>
background-color css
<style>
a { background-color: #1792DD; }
a { background-color: rgb(23,146,221); }
div.DivClassName
{
background-color: #1792DD;
}
.BgClassName
{
background-color: #1792DD;
}
</style>
border-color css
<style>
span { border-color: #1792DD; }
span { border-color: rgb(23,146,221); }
td.TdClassName
{
border-color: #1792DD;
}
.TagClassName
{
border-color: #1792DD;
}
</style>