Shades of Dodger Blue #1694FD
Tints of Dodger Blue #1694FD
RGB
CMYK
RGB Variations
Color information
#1694FD (or 0x1694FD) is known color: Dodger Blue. HEX triplet: 16, 94 and FD. RGB value is (22,148,253). Sum of RGB (Red+Green+Blue) = 22+148+253=423 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.20% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #1694FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1694FD is #E96B02. Grayscale: #797979. Windows color (decimal): -15297283 or 16618518. OLE color: 16618518.
HSL color Cylindrical-coordinate representation of color #1694FD: hue angle of 207.27º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1694FD is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 148 | 253 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.01 |
| HSL | 207.27º | 0.98% | 0.54% | - |
| HSV(B) | 207.27º | 0.91% | 0.99% | - |
| XYZ | 28.65 | 28.44 | 96.91 | - |
| YUV | 122.3 | 201.76 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 253 | 0.91 | 0.42 | 0 | 0.01 | 207.27 | 0.98 | 0.54 |
| Hex | 16 | 94 | FD | 5B | 2A | 0 | 1 | CF | 62 | 36 |
| Octal | 26 | 224 | 375 | 133 | 52 | 0 | 1 | 317 | 142 | 66 |
| Binary | 10110 | 10010100 | 11111101 | 1011011 | 101010 | 0 | 1 | 11001111 | 1100010 | 110110 |
Color Harmonies of #1694FD
Complementary color
Monochromatic Colors of #1694FD
Black with #1694FD
Text Example
Text Example
White with #1694FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1694FD; }
p { color: rgb(22,148,253); }
H1.HeaderClassName
{
color: #1694FD;
}
.AnyTagClassName
{
color: #1694FD;
}
</style>
background-color css
<style>
a { background-color: #1694FD; }
a { background-color: rgb(22,148,253); }
div.DivClassName
{
background-color: #1694FD;
}
.BgClassName
{
background-color: #1694FD;
}
</style>
border-color css
<style>
span { border-color: #1694FD; }
span { border-color: rgb(22,148,253); }
td.TdClassName
{
border-color: #1694FD;
}
.TagClassName
{
border-color: #1694FD;
}
</style>