Shades of Dodger Blue #1796FB
Tints of Dodger Blue #1796FB
RGB
CMYK
RGB Variations
Color information
#1796FB (or 0x1796FB) is known color: Dodger Blue. HEX triplet: 17, 96 and FB. RGB value is (23,150,251). Sum of RGB (Red+Green+Blue) = 23+150+251=424 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.42% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #1796FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1796FB is #E86904. Grayscale: #7B7B7B. Windows color (decimal): -15231237 or 16487959. OLE color: 16487959.
HSL color Cylindrical-coordinate representation of color #1796FB: hue angle of 206.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1796FB is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 150 | 251 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.02 |
| HSL | 206.58º | 0.97% | 0.54% | - |
| HSV(B) | 206.58º | 0.91% | 0.98% | - |
| XYZ | 28.67 | 28.96 | 95.35 | - |
| YUV | 123.54 | 199.92 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 251 | 0.91 | 0.40 | 0 | 0.02 | 206.58 | 0.97 | 0.54 |
| Hex | 17 | 96 | FB | 5B | 28 | 0 | 2 | CF | 61 | 36 |
| Octal | 27 | 226 | 373 | 133 | 50 | 0 | 2 | 317 | 141 | 66 |
| Binary | 10111 | 10010110 | 11111011 | 1011011 | 101000 | 0 | 10 | 11001111 | 1100001 | 110110 |
Color Harmonies of #1796FB
Complementary color
Monochromatic Colors of #1796FB
Black with #1796FB
Text Example
Text Example
White with #1796FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796FB; }
p { color: rgb(23,150,251); }
H1.HeaderClassName
{
color: #1796FB;
}
.AnyTagClassName
{
color: #1796FB;
}
</style>
background-color css
<style>
a { background-color: #1796FB; }
a { background-color: rgb(23,150,251); }
div.DivClassName
{
background-color: #1796FB;
}
.BgClassName
{
background-color: #1796FB;
}
</style>
border-color css
<style>
span { border-color: #1796FB; }
span { border-color: rgb(23,150,251); }
td.TdClassName
{
border-color: #1796FB;
}
.TagClassName
{
border-color: #1796FB;
}
</style>