Shades of Dodger Blue #1798EF
Tints of Dodger Blue #1798EF
RGB
CMYK
RGB Variations
Color information
#1798EF (or 0x1798EF) is known color: Dodger Blue. HEX triplet: 17, 98 and EF. RGB value is (23,152,239). Sum of RGB (Red+Green+Blue) = 23+152+239=414 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.56% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #1798EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1798EF is #E86710. Grayscale: #7A7A7A. Windows color (decimal): -15230737 or 15702039. OLE color: 15702039.
HSL color Cylindrical-coordinate representation of color #1798EF: hue angle of 204.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1798EF is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 152 | 239 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.06 |
| HSL | 204.17º | 0.87% | 0.51% | - |
| HSV(B) | 204.17º | 0.9% | 0.94% | - |
| XYZ | 27.16 | 28.87 | 85.8 | - |
| YUV | 123.35 | 193.26 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 152 | 239 | 0.90 | 0.36 | 0 | 0.06 | 204.17 | 0.87 | 0.51 |
| Hex | 17 | 98 | EF | 5A | 24 | 0 | 6 | CC | 57 | 33 |
| Octal | 27 | 230 | 357 | 132 | 44 | 0 | 6 | 314 | 127 | 63 |
| Binary | 10111 | 10011000 | 11101111 | 1011010 | 100100 | 0 | 110 | 11001100 | 1010111 | 110011 |
Color Harmonies of #1798EF
Complementary color
Monochromatic Colors of #1798EF
Black with #1798EF
Text Example
Text Example
White with #1798EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1798EF; }
p { color: rgb(23,152,239); }
H1.HeaderClassName
{
color: #1798EF;
}
.AnyTagClassName
{
color: #1798EF;
}
</style>
background-color css
<style>
a { background-color: #1798EF; }
a { background-color: rgb(23,152,239); }
div.DivClassName
{
background-color: #1798EF;
}
.BgClassName
{
background-color: #1798EF;
}
</style>
border-color css
<style>
span { border-color: #1798EF; }
span { border-color: rgb(23,152,239); }
td.TdClassName
{
border-color: #1798EF;
}
.TagClassName
{
border-color: #1798EF;
}
</style>