Shades of Dodger Blue #1796DF
Tints of Dodger Blue #1796DF
RGB
CMYK
RGB Variations
Color information
#1796DF (or 0x1796DF) is known color: Dodger Blue. HEX triplet: 17, 96 and DF. RGB value is (23,150,223). Sum of RGB (Red+Green+Blue) = 23+150+223=396 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.81% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #1796DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1796DF is #E86920. Grayscale: #777777. Windows color (decimal): -15231265 or 14652951. OLE color: 14652951.
HSL color Cylindrical-coordinate representation of color #1796DF: hue angle of 201.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1796DF is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 150 | 223 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.13 |
| HSL | 201.9º | 0.81% | 0.48% | - |
| HSV(B) | 201.9º | 0.9% | 0.87% | - |
| XYZ | 24.58 | 27.32 | 73.79 | - |
| YUV | 120.35 | 185.92 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 223 | 0.90 | 0.33 | 0 | 0.13 | 201.9 | 0.81 | 0.48 |
| Hex | 17 | 96 | DF | 5A | 21 | 0 | D | CA | 51 | 30 |
| Octal | 27 | 226 | 337 | 132 | 41 | 0 | 15 | 312 | 121 | 60 |
| Binary | 10111 | 10010110 | 11011111 | 1011010 | 100001 | 0 | 1101 | 11001010 | 1010001 | 110000 |
Color Harmonies of #1796DF
Complementary color
Monochromatic Colors of #1796DF
Black with #1796DF
Text Example
Text Example
White with #1796DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796DF; }
p { color: rgb(23,150,223); }
H1.HeaderClassName
{
color: #1796DF;
}
.AnyTagClassName
{
color: #1796DF;
}
</style>
background-color css
<style>
a { background-color: #1796DF; }
a { background-color: rgb(23,150,223); }
div.DivClassName
{
background-color: #1796DF;
}
.BgClassName
{
background-color: #1796DF;
}
</style>
border-color css
<style>
span { border-color: #1796DF; }
span { border-color: rgb(23,150,223); }
td.TdClassName
{
border-color: #1796DF;
}
.TagClassName
{
border-color: #1796DF;
}
</style>