Shades of Dodger Blue #1692DF
Tints of Dodger Blue #1692DF
RGB
CMYK
RGB Variations
Color information
#1692DF (or 0x1692DF) is known color: Dodger Blue. HEX triplet: 16, 92 and DF. RGB value is (22,146,223). Sum of RGB (Red+Green+Blue) = 22+146+223=391 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.63% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #1692DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1692DF is #E96D20. Grayscale: #757575. Windows color (decimal): -15297825 or 14651926. OLE color: 14651926.
HSL color Cylindrical-coordinate representation of color #1692DF: hue angle of 202.99º 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 #1692DF is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 146 | 223 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.13 |
| HSL | 202.99º | 0.82% | 0.48% | - |
| HSV(B) | 202.99º | 0.9% | 0.87% | - |
| XYZ | 23.93 | 26.06 | 73.58 | - |
| YUV | 117.7 | 187.42 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 146 | 223 | 0.90 | 0.35 | 0 | 0.13 | 202.99 | 0.82 | 0.48 |
| Hex | 16 | 92 | DF | 5A | 23 | 0 | D | CB | 52 | 30 |
| Octal | 26 | 222 | 337 | 132 | 43 | 0 | 15 | 313 | 122 | 60 |
| Binary | 10110 | 10010010 | 11011111 | 1011010 | 100011 | 0 | 1101 | 11001011 | 1010010 | 110000 |
Color Harmonies of #1692DF
Complementary color
Monochromatic Colors of #1692DF
Black with #1692DF
Text Example
Text Example
White with #1692DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1692DF; }
p { color: rgb(22,146,223); }
H1.HeaderClassName
{
color: #1692DF;
}
.AnyTagClassName
{
color: #1692DF;
}
</style>
background-color css
<style>
a { background-color: #1692DF; }
a { background-color: rgb(22,146,223); }
div.DivClassName
{
background-color: #1692DF;
}
.BgClassName
{
background-color: #1692DF;
}
</style>
border-color css
<style>
span { border-color: #1692DF; }
span { border-color: rgb(22,146,223); }
td.TdClassName
{
border-color: #1692DF;
}
.TagClassName
{
border-color: #1692DF;
}
</style>