Shades of Dodger Blue #1795EC
Tints of Dodger Blue #1795EC
RGB
CMYK
RGB Variations
Color information
#1795EC (or 0x1795EC) is known color: Dodger Blue. HEX triplet: 17, 95 and EC. RGB value is (23,149,236). Sum of RGB (Red+Green+Blue) = 23+149+236=408 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.64% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #1795EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1795EC is #E86A13. Grayscale: #787878. Windows color (decimal): -15231508 or 15504663. OLE color: 15504663.
HSL color Cylindrical-coordinate representation of color #1795EC: hue angle of 204.51º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1795EC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 149 | 236 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.07 |
| HSL | 204.51º | 0.85% | 0.51% | - |
| HSV(B) | 204.51º | 0.9% | 0.93% | - |
| XYZ | 26.24 | 27.73 | 83.33 | - |
| YUV | 121.24 | 192.76 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 236 | 0.90 | 0.37 | 0 | 0.07 | 204.51 | 0.85 | 0.51 |
| Hex | 17 | 95 | EC | 5A | 25 | 0 | 7 | CD | 55 | 33 |
| Octal | 27 | 225 | 354 | 132 | 45 | 0 | 7 | 315 | 125 | 63 |
| Binary | 10111 | 10010101 | 11101100 | 1011010 | 100101 | 0 | 111 | 11001101 | 1010101 | 110011 |
Color Harmonies of #1795EC
Complementary color
Monochromatic Colors of #1795EC
Black with #1795EC
Text Example
Text Example
White with #1795EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1795EC; }
p { color: rgb(23,149,236); }
H1.HeaderClassName
{
color: #1795EC;
}
.AnyTagClassName
{
color: #1795EC;
}
</style>
background-color css
<style>
a { background-color: #1795EC; }
a { background-color: rgb(23,149,236); }
div.DivClassName
{
background-color: #1795EC;
}
.BgClassName
{
background-color: #1795EC;
}
</style>
border-color css
<style>
span { border-color: #1795EC; }
span { border-color: rgb(23,149,236); }
td.TdClassName
{
border-color: #1795EC;
}
.TagClassName
{
border-color: #1795EC;
}
</style>