Shades of Dodger Blue #1697DF
Tints of Dodger Blue #1697DF
RGB
CMYK
RGB Variations
Color information
#1697DF (or 0x1697DF) is known color: Dodger Blue. HEX triplet: 16, 97 and DF. RGB value is (22,151,223). Sum of RGB (Red+Green+Blue) = 22+151+223=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #1697DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1697DF is #E96820. Grayscale: #787878. Windows color (decimal): -15296545 or 14653206. OLE color: 14653206.
HSL color Cylindrical-coordinate representation of color #1697DF: hue angle of 201.49º 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 #1697DF is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 151 | 223 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.13 |
| HSL | 201.49º | 0.82% | 0.48% | - |
| HSV(B) | 201.49º | 0.9% | 0.87% | - |
| XYZ | 24.72 | 27.63 | 73.84 | - |
| YUV | 120.64 | 185.76 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 223 | 0.90 | 0.32 | 0 | 0.13 | 201.49 | 0.82 | 0.48 |
| Hex | 16 | 97 | DF | 5A | 20 | 0 | D | C9 | 52 | 30 |
| Octal | 26 | 227 | 337 | 132 | 40 | 0 | 15 | 311 | 122 | 60 |
| Binary | 10110 | 10010111 | 11011111 | 1011010 | 100000 | 0 | 1101 | 11001001 | 1010010 | 110000 |
Color Harmonies of #1697DF
Complementary color
Monochromatic Colors of #1697DF
Black with #1697DF
Text Example
Text Example
White with #1697DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1697DF; }
p { color: rgb(22,151,223); }
H1.HeaderClassName
{
color: #1697DF;
}
.AnyTagClassName
{
color: #1697DF;
}
</style>
background-color css
<style>
a { background-color: #1697DF; }
a { background-color: rgb(22,151,223); }
div.DivClassName
{
background-color: #1697DF;
}
.BgClassName
{
background-color: #1697DF;
}
</style>
border-color css
<style>
span { border-color: #1697DF; }
span { border-color: rgb(22,151,223); }
td.TdClassName
{
border-color: #1697DF;
}
.TagClassName
{
border-color: #1697DF;
}
</style>