Shades of Dodger Blue #1799EC
Tints of Dodger Blue #1799EC
RGB
CMYK
RGB Variations
Color information
#1799EC (or 0x1799EC) is known color: Dodger Blue. HEX triplet: 17, 99 and EC. RGB value is (23,153,236). Sum of RGB (Red+Green+Blue) = 23+153+236=412 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.58% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #1799EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1799EC is #E86613. Grayscale: #7B7B7B. Windows color (decimal): -15230484 or 15505687. OLE color: 15505687.
HSL color Cylindrical-coordinate representation of color #1799EC: hue angle of 203.38º degrees, saturation: 0.85, 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 #1799EC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 153 | 236 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.07 |
| HSL | 203.38º | 0.85% | 0.51% | - |
| HSV(B) | 203.38º | 0.9% | 0.93% | - |
| XYZ | 26.88 | 29.02 | 83.54 | - |
| YUV | 123.59 | 191.43 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 236 | 0.90 | 0.35 | 0 | 0.07 | 203.38 | 0.85 | 0.51 |
| Hex | 17 | 99 | EC | 5A | 23 | 0 | 7 | CB | 55 | 33 |
| Octal | 27 | 231 | 354 | 132 | 43 | 0 | 7 | 313 | 125 | 63 |
| Binary | 10111 | 10011001 | 11101100 | 1011010 | 100011 | 0 | 111 | 11001011 | 1010101 | 110011 |
Color Harmonies of #1799EC
Complementary color
Monochromatic Colors of #1799EC
Black with #1799EC
Text Example
Text Example
White with #1799EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1799EC; }
p { color: rgb(23,153,236); }
H1.HeaderClassName
{
color: #1799EC;
}
.AnyTagClassName
{
color: #1799EC;
}
</style>
background-color css
<style>
a { background-color: #1799EC; }
a { background-color: rgb(23,153,236); }
div.DivClassName
{
background-color: #1799EC;
}
.BgClassName
{
background-color: #1799EC;
}
</style>
border-color css
<style>
span { border-color: #1799EC; }
span { border-color: rgb(23,153,236); }
td.TdClassName
{
border-color: #1799EC;
}
.TagClassName
{
border-color: #1799EC;
}
</style>