Shades of Dodger Blue #1697FE
Tints of Dodger Blue #1697FE
RGB
CMYK
RGB Variations
Color information
#1697FE (or 0x1697FE) is known color: Dodger Blue. HEX triplet: 16, 97 and FE. RGB value is (22,151,254). Sum of RGB (Red+Green+Blue) = 22+151+254=427 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.15% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #1697FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1697FE is #E96801. Grayscale: #7B7B7B. Windows color (decimal): -15296514 or 16684822. OLE color: 16684822.
HSL color Cylindrical-coordinate representation of color #1697FE: hue angle of 206.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1697FE is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 151 | 254 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.00 |
| HSL | 206.64º | 0.99% | 0.54% | - |
| HSV(B) | 206.64º | 0.91% | 1% | - |
| XYZ | 29.29 | 29.46 | 97.91 | - |
| YUV | 124.17 | 201.26 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 254 | 0.91 | 0.41 | 0 | 0.00 | 206.64 | 0.99 | 0.54 |
| Hex | 16 | 97 | FE | 5B | 29 | 0 | 0 | CF | 63 | 36 |
| Octal | 26 | 227 | 376 | 133 | 51 | 0 | 0 | 317 | 143 | 66 |
| Binary | 10110 | 10010111 | 11111110 | 1011011 | 101001 | 0 | 0 | 11001111 | 1100011 | 110110 |
Color Harmonies of #1697FE
Complementary color
Monochromatic Colors of #1697FE
Black with #1697FE
Text Example
Text Example
White with #1697FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1697FE; }
p { color: rgb(22,151,254); }
H1.HeaderClassName
{
color: #1697FE;
}
.AnyTagClassName
{
color: #1697FE;
}
</style>
background-color css
<style>
a { background-color: #1697FE; }
a { background-color: rgb(22,151,254); }
div.DivClassName
{
background-color: #1697FE;
}
.BgClassName
{
background-color: #1697FE;
}
</style>
border-color css
<style>
span { border-color: #1697FE; }
span { border-color: rgb(22,151,254); }
td.TdClassName
{
border-color: #1697FE;
}
.TagClassName
{
border-color: #1697FE;
}
</style>