Shades of Dodger Blue #1793DE
Tints of Dodger Blue #1793DE
RGB
CMYK
RGB Variations
Color information
#1793DE (or 0x1793DE) is known color: Dodger Blue. HEX triplet: 17, 93 and DE. RGB value is (23,147,222). Sum of RGB (Red+Green+Blue) = 23+147+222=392 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.87% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #1793DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1793DE is #E86C21. Grayscale: #767676. Windows color (decimal): -15232034 or 14586647. OLE color: 14586647.
HSL color Cylindrical-coordinate representation of color #1793DE: hue angle of 202.61º 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 #1793DE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 147 | 222 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.13 |
| HSL | 202.61º | 0.81% | 0.48% | - |
| HSV(B) | 202.61º | 0.9% | 0.87% | - |
| XYZ | 23.97 | 26.32 | 72.92 | - |
| YUV | 118.47 | 186.42 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 222 | 0.90 | 0.34 | 0 | 0.13 | 202.61 | 0.81 | 0.48 |
| Hex | 17 | 93 | DE | 5A | 22 | 0 | D | CB | 51 | 30 |
| Octal | 27 | 223 | 336 | 132 | 42 | 0 | 15 | 313 | 121 | 60 |
| Binary | 10111 | 10010011 | 11011110 | 1011010 | 100010 | 0 | 1101 | 11001011 | 1010001 | 110000 |
Color Harmonies of #1793DE
Complementary color
Monochromatic Colors of #1793DE
Black with #1793DE
Text Example
Text Example
White with #1793DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1793DE; }
p { color: rgb(23,147,222); }
H1.HeaderClassName
{
color: #1793DE;
}
.AnyTagClassName
{
color: #1793DE;
}
</style>
background-color css
<style>
a { background-color: #1793DE; }
a { background-color: rgb(23,147,222); }
div.DivClassName
{
background-color: #1793DE;
}
.BgClassName
{
background-color: #1793DE;
}
</style>
border-color css
<style>
span { border-color: #1793DE; }
span { border-color: rgb(23,147,222); }
td.TdClassName
{
border-color: #1793DE;
}
.TagClassName
{
border-color: #1793DE;
}
</style>