Shades of Dodger Blue #1699EF
Tints of Dodger Blue #1699EF
RGB
CMYK
RGB Variations
Color information
#1699EF (or 0x1699EF) is known color: Dodger Blue. HEX triplet: 16, 99 and EF. RGB value is (22,153,239). Sum of RGB (Red+Green+Blue) = 22+153+239=414 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.31% from 414); Green value is 153 (60.16% from 255 or 36.96% 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 #1699EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1699EF is #E96610. Grayscale: #7B7B7B. Windows color (decimal): -15296017 or 15702294. OLE color: 15702294.
HSL color Cylindrical-coordinate representation of color #1699EF: hue angle of 203.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1699EF is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 153 | 239 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.06 |
| HSL | 203.78º | 0.87% | 0.51% | - |
| HSV(B) | 203.78º | 0.91% | 0.94% | - |
| XYZ | 27.3 | 29.19 | 85.86 | - |
| YUV | 123.64 | 193.1 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 239 | 0.91 | 0.36 | 0 | 0.06 | 203.78 | 0.87 | 0.51 |
| Hex | 16 | 99 | EF | 5B | 24 | 0 | 6 | CC | 57 | 33 |
| Octal | 26 | 231 | 357 | 133 | 44 | 0 | 6 | 314 | 127 | 63 |
| Binary | 10110 | 10011001 | 11101111 | 1011011 | 100100 | 0 | 110 | 11001100 | 1010111 | 110011 |
Color Harmonies of #1699EF
Complementary color
Monochromatic Colors of #1699EF
Black with #1699EF
Text Example
Text Example
White with #1699EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1699EF; }
p { color: rgb(22,153,239); }
H1.HeaderClassName
{
color: #1699EF;
}
.AnyTagClassName
{
color: #1699EF;
}
</style>
background-color css
<style>
a { background-color: #1699EF; }
a { background-color: rgb(22,153,239); }
div.DivClassName
{
background-color: #1699EF;
}
.BgClassName
{
background-color: #1699EF;
}
</style>
border-color css
<style>
span { border-color: #1699EF; }
span { border-color: rgb(22,153,239); }
td.TdClassName
{
border-color: #1699EF;
}
.TagClassName
{
border-color: #1699EF;
}
</style>