Shades of Dodger Blue #1795DE
Tints of Dodger Blue #1795DE
RGB
CMYK
RGB Variations
Color information
#1795DE (or 0x1795DE) is known color: Dodger Blue. HEX triplet: 17, 95 and DE. RGB value is (23,149,222). Sum of RGB (Red+Green+Blue) = 23+149+222=394 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.84% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #1795DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1795DE is #E86A21. Grayscale: #777777. Windows color (decimal): -15231522 or 14587159. OLE color: 14587159.
HSL color Cylindrical-coordinate representation of color #1795DE: hue angle of 202.01º 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 #1795DE is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 149 | 222 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.13 |
| HSL | 202.01º | 0.81% | 0.48% | - |
| HSV(B) | 202.01º | 0.9% | 0.87% | - |
| XYZ | 24.29 | 26.95 | 73.03 | - |
| YUV | 119.65 | 185.76 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 222 | 0.90 | 0.33 | 0 | 0.13 | 202.01 | 0.81 | 0.48 |
| Hex | 17 | 95 | DE | 5A | 21 | 0 | D | CA | 51 | 30 |
| Octal | 27 | 225 | 336 | 132 | 41 | 0 | 15 | 312 | 121 | 60 |
| Binary | 10111 | 10010101 | 11011110 | 1011010 | 100001 | 0 | 1101 | 11001010 | 1010001 | 110000 |
Color Harmonies of #1795DE
Complementary color
Monochromatic Colors of #1795DE
Black with #1795DE
Text Example
Text Example
White with #1795DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1795DE; }
p { color: rgb(23,149,222); }
H1.HeaderClassName
{
color: #1795DE;
}
.AnyTagClassName
{
color: #1795DE;
}
</style>
background-color css
<style>
a { background-color: #1795DE; }
a { background-color: rgb(23,149,222); }
div.DivClassName
{
background-color: #1795DE;
}
.BgClassName
{
background-color: #1795DE;
}
</style>
border-color css
<style>
span { border-color: #1795DE; }
span { border-color: rgb(23,149,222); }
td.TdClassName
{
border-color: #1795DE;
}
.TagClassName
{
border-color: #1795DE;
}
</style>