Shades of Dodger Blue #1796FD
Tints of Dodger Blue #1796FD
RGB
CMYK
RGB Variations
Color information
#1796FD (or 0x1796FD) is known color: Dodger Blue. HEX triplet: 17, 96 and FD. RGB value is (23,150,253). Sum of RGB (Red+Green+Blue) = 23+150+253=426 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.40% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #1796FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1796FD is #E86902. Grayscale: #7B7B7B. Windows color (decimal): -15231235 or 16619031. OLE color: 16619031.
HSL color Cylindrical-coordinate representation of color #1796FD: hue angle of 206.87º 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 #1796FD is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 150 | 253 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.01 |
| HSL | 206.87º | 0.98% | 0.54% | - |
| HSV(B) | 206.87º | 0.91% | 0.99% | - |
| XYZ | 28.99 | 29.09 | 97.01 | - |
| YUV | 123.77 | 200.92 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 253 | 0.91 | 0.41 | 0 | 0.01 | 206.87 | 0.98 | 0.54 |
| Hex | 17 | 96 | FD | 5B | 29 | 0 | 1 | CF | 62 | 36 |
| Octal | 27 | 226 | 375 | 133 | 51 | 0 | 1 | 317 | 142 | 66 |
| Binary | 10111 | 10010110 | 11111101 | 1011011 | 101001 | 0 | 1 | 11001111 | 1100010 | 110110 |
Color Harmonies of #1796FD
Complementary color
Monochromatic Colors of #1796FD
Black with #1796FD
Text Example
Text Example
White with #1796FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796FD; }
p { color: rgb(23,150,253); }
H1.HeaderClassName
{
color: #1796FD;
}
.AnyTagClassName
{
color: #1796FD;
}
</style>
background-color css
<style>
a { background-color: #1796FD; }
a { background-color: rgb(23,150,253); }
div.DivClassName
{
background-color: #1796FD;
}
.BgClassName
{
background-color: #1796FD;
}
</style>
border-color css
<style>
span { border-color: #1796FD; }
span { border-color: rgb(23,150,253); }
td.TdClassName
{
border-color: #1796FD;
}
.TagClassName
{
border-color: #1796FD;
}
</style>