Shades of Dodger Blue #1694E3
Tints of Dodger Blue #1694E3
RGB
CMYK
RGB Variations
Color information
#1694E3 (or 0x1694E3) is known color: Dodger Blue. HEX triplet: 16, 94 and E3. RGB value is (22,148,227). Sum of RGB (Red+Green+Blue) = 22+148+227=397 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.54% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 227 (89.06% from 255 or 57.18% from 397); Max value from RGB is 227 - color contains mainly: blue. Hex color #1694E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1694E3 is #E96B1C. Grayscale: #767676. Windows color (decimal): -15297309 or 14914582. OLE color: 14914582.
HSL color Cylindrical-coordinate representation of color #1694E3: hue angle of 203.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1694E3 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 148 | 227 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.11 |
| HSL | 203.12º | 0.82% | 0.49% | - |
| HSV(B) | 203.12º | 0.9% | 0.89% | - |
| XYZ | 24.79 | 26.9 | 76.56 | - |
| YUV | 119.33 | 188.76 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 227 | 0.90 | 0.35 | 0 | 0.11 | 203.12 | 0.82 | 0.49 |
| Hex | 16 | 94 | E3 | 5A | 23 | 0 | B | CB | 52 | 31 |
| Octal | 26 | 224 | 343 | 132 | 43 | 0 | 13 | 313 | 122 | 61 |
| Binary | 10110 | 10010100 | 11100011 | 1011010 | 100011 | 0 | 1011 | 11001011 | 1010010 | 110001 |
Color Harmonies of #1694E3
Complementary color
Monochromatic Colors of #1694E3
Black with #1694E3
Text Example
Text Example
White with #1694E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1694E3; }
p { color: rgb(22,148,227); }
H1.HeaderClassName
{
color: #1694E3;
}
.AnyTagClassName
{
color: #1694E3;
}
</style>
background-color css
<style>
a { background-color: #1694E3; }
a { background-color: rgb(22,148,227); }
div.DivClassName
{
background-color: #1694E3;
}
.BgClassName
{
background-color: #1694E3;
}
</style>
border-color css
<style>
span { border-color: #1694E3; }
span { border-color: rgb(22,148,227); }
td.TdClassName
{
border-color: #1694E3;
}
.TagClassName
{
border-color: #1694E3;
}
</style>