Shades of Dodger Blue #1795F6
Tints of Dodger Blue #1795F6
RGB
CMYK
RGB Variations
Color information
#1795F6 (or 0x1795F6) is known color: Dodger Blue. HEX triplet: 17, 95 and F6. RGB value is (23,149,246). Sum of RGB (Red+Green+Blue) = 23+149+246=418 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.50% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 246 (96.48% from 255 or 58.85% from 418); Max value from RGB is 246 - color contains mainly: blue. Hex color #1795F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1795F6 is #E86A09. Grayscale: #797979. Windows color (decimal): -15231498 or 16160023. OLE color: 16160023.
HSL color Cylindrical-coordinate representation of color #1795F6: hue angle of 206.1º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1795F6 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 149 | 246 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.04 |
| HSL | 206.1º | 0.93% | 0.53% | - |
| HSV(B) | 206.1º | 0.91% | 0.96% | - |
| XYZ | 27.74 | 28.33 | 91.2 | - |
| YUV | 122.38 | 197.76 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 246 | 0.91 | 0.39 | 0 | 0.04 | 206.1 | 0.93 | 0.53 |
| Hex | 17 | 95 | F6 | 5B | 27 | 0 | 4 | CE | 5D | 35 |
| Octal | 27 | 225 | 366 | 133 | 47 | 0 | 4 | 316 | 135 | 65 |
| Binary | 10111 | 10010101 | 11110110 | 1011011 | 100111 | 0 | 100 | 11001110 | 1011101 | 110101 |
Color Harmonies of #1795F6
Complementary color
Monochromatic Colors of #1795F6
Black with #1795F6
Text Example
Text Example
White with #1795F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1795F6; }
p { color: rgb(23,149,246); }
H1.HeaderClassName
{
color: #1795F6;
}
.AnyTagClassName
{
color: #1795F6;
}
</style>
background-color css
<style>
a { background-color: #1795F6; }
a { background-color: rgb(23,149,246); }
div.DivClassName
{
background-color: #1795F6;
}
.BgClassName
{
background-color: #1795F6;
}
</style>
border-color css
<style>
span { border-color: #1795F6; }
span { border-color: rgb(23,149,246); }
td.TdClassName
{
border-color: #1795F6;
}
.TagClassName
{
border-color: #1795F6;
}
</style>