Shades of Dodger Blue #1699DF
Tints of Dodger Blue #1699DF
RGB
CMYK
RGB Variations
Color information
#1699DF (or 0x1699DF) is known color: Dodger Blue. HEX triplet: 16, 99 and DF. RGB value is (22,153,223). Sum of RGB (Red+Green+Blue) = 22+153+223=398 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.53% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #1699DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1699DF is #E96620. Grayscale: #797979. Windows color (decimal): -15296033 or 14653718. OLE color: 14653718.
HSL color Cylindrical-coordinate representation of color #1699DF: hue angle of 200.9º degrees, saturation: 0.82, 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 #1699DF is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 153 | 223 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.13 |
| HSL | 200.9º | 0.82% | 0.48% | - |
| HSV(B) | 200.9º | 0.9% | 0.87% | - |
| XYZ | 25.04 | 28.28 | 73.95 | - |
| YUV | 121.81 | 185.1 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 223 | 0.90 | 0.31 | 0 | 0.13 | 200.9 | 0.82 | 0.48 |
| Hex | 16 | 99 | DF | 5A | 1F | 0 | D | C9 | 52 | 30 |
| Octal | 26 | 231 | 337 | 132 | 37 | 0 | 15 | 311 | 122 | 60 |
| Binary | 10110 | 10011001 | 11011111 | 1011010 | 11111 | 0 | 1101 | 11001001 | 1010010 | 110000 |
Color Harmonies of #1699DF
Complementary color
Monochromatic Colors of #1699DF
Black with #1699DF
Text Example
Text Example
White with #1699DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1699DF; }
p { color: rgb(22,153,223); }
H1.HeaderClassName
{
color: #1699DF;
}
.AnyTagClassName
{
color: #1699DF;
}
</style>
background-color css
<style>
a { background-color: #1699DF; }
a { background-color: rgb(22,153,223); }
div.DivClassName
{
background-color: #1699DF;
}
.BgClassName
{
background-color: #1699DF;
}
</style>
border-color css
<style>
span { border-color: #1699DF; }
span { border-color: rgb(22,153,223); }
td.TdClassName
{
border-color: #1699DF;
}
.TagClassName
{
border-color: #1699DF;
}
</style>