Shades of Dodger Blue #1799DE
Tints of Dodger Blue #1799DE
RGB
CMYK
RGB Variations
Color information
#1799DE (or 0x1799DE) is known color: Dodger Blue. HEX triplet: 17, 99 and DE. RGB value is (23,153,222). Sum of RGB (Red+Green+Blue) = 23+153+222=398 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.78% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #1799DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1799DE is #E86621. Grayscale: #797979. Windows color (decimal): -15230498 or 14588183. OLE color: 14588183.
HSL color Cylindrical-coordinate representation of color #1799DE: hue angle of 200.8º 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 #1799DE is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 153 | 222 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.13 |
| HSL | 200.8º | 0.81% | 0.48% | - |
| HSV(B) | 200.8º | 0.9% | 0.87% | - |
| XYZ | 24.93 | 28.24 | 73.24 | - |
| YUV | 122 | 184.43 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 222 | 0.90 | 0.31 | 0 | 0.13 | 200.8 | 0.81 | 0.48 |
| Hex | 17 | 99 | DE | 5A | 1F | 0 | D | C9 | 51 | 30 |
| Octal | 27 | 231 | 336 | 132 | 37 | 0 | 15 | 311 | 121 | 60 |
| Binary | 10111 | 10011001 | 11011110 | 1011010 | 11111 | 0 | 1101 | 11001001 | 1010001 | 110000 |
Color Harmonies of #1799DE
Complementary color
Monochromatic Colors of #1799DE
Black with #1799DE
Text Example
Text Example
White with #1799DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1799DE; }
p { color: rgb(23,153,222); }
H1.HeaderClassName
{
color: #1799DE;
}
.AnyTagClassName
{
color: #1799DE;
}
</style>
background-color css
<style>
a { background-color: #1799DE; }
a { background-color: rgb(23,153,222); }
div.DivClassName
{
background-color: #1799DE;
}
.BgClassName
{
background-color: #1799DE;
}
</style>
border-color css
<style>
span { border-color: #1799DE; }
span { border-color: rgb(23,153,222); }
td.TdClassName
{
border-color: #1799DE;
}
.TagClassName
{
border-color: #1799DE;
}
</style>