Shades of Dodger Blue #1796F7
Tints of Dodger Blue #1796F7
RGB
CMYK
RGB Variations
Color information
#1796F7 (or 0x1796F7) is known color: Dodger Blue. HEX triplet: 17, 96 and F7. RGB value is (23,150,247). Sum of RGB (Red+Green+Blue) = 23+150+247=420 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.48% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #1796F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1796F7 is #E86908. Grayscale: #7A7A7A. Windows color (decimal): -15231241 or 16225815. OLE color: 16225815.
HSL color Cylindrical-coordinate representation of color #1796F7: hue angle of 205.98º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1796F7 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 150 | 247 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.03 |
| HSL | 205.98º | 0.93% | 0.53% | - |
| HSV(B) | 205.98º | 0.91% | 0.97% | - |
| XYZ | 28.05 | 28.71 | 92.06 | - |
| YUV | 123.09 | 197.92 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 247 | 0.91 | 0.39 | 0 | 0.03 | 205.98 | 0.93 | 0.53 |
| Hex | 17 | 96 | F7 | 5B | 27 | 0 | 3 | CE | 5D | 35 |
| Octal | 27 | 226 | 367 | 133 | 47 | 0 | 3 | 316 | 135 | 65 |
| Binary | 10111 | 10010110 | 11110111 | 1011011 | 100111 | 0 | 11 | 11001110 | 1011101 | 110101 |
Color Harmonies of #1796F7
Complementary color
Monochromatic Colors of #1796F7
Black with #1796F7
Text Example
Text Example
White with #1796F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796F7; }
p { color: rgb(23,150,247); }
H1.HeaderClassName
{
color: #1796F7;
}
.AnyTagClassName
{
color: #1796F7;
}
</style>
background-color css
<style>
a { background-color: #1796F7; }
a { background-color: rgb(23,150,247); }
div.DivClassName
{
background-color: #1796F7;
}
.BgClassName
{
background-color: #1796F7;
}
</style>
border-color css
<style>
span { border-color: #1796F7; }
span { border-color: rgb(23,150,247); }
td.TdClassName
{
border-color: #1796F7;
}
.TagClassName
{
border-color: #1796F7;
}
</style>