Shades of Dodger Blue #1793EB
Tints of Dodger Blue #1793EB
RGB
CMYK
RGB Variations
Color information
#1793EB (or 0x1793EB) is known color: Dodger Blue. HEX triplet: 17, 93 and EB. RGB value is (23,147,235). Sum of RGB (Red+Green+Blue) = 23+147+235=405 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.68% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #1793EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1793EB is #E86C14. Grayscale: #777777. Windows color (decimal): -15232021 or 15438615. OLE color: 15438615.
HSL color Cylindrical-coordinate representation of color #1793EB: hue angle of 204.91º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1793EB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 147 | 235 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.08 |
| HSL | 204.91º | 0.84% | 0.51% | - |
| HSV(B) | 204.91º | 0.9% | 0.92% | - |
| XYZ | 25.78 | 27.05 | 82.46 | - |
| YUV | 119.96 | 192.92 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 235 | 0.90 | 0.37 | 0 | 0.08 | 204.91 | 0.84 | 0.51 |
| Hex | 17 | 93 | EB | 5A | 25 | 0 | 8 | CD | 54 | 33 |
| Octal | 27 | 223 | 353 | 132 | 45 | 0 | 10 | 315 | 124 | 63 |
| Binary | 10111 | 10010011 | 11101011 | 1011010 | 100101 | 0 | 1000 | 11001101 | 1010100 | 110011 |
Color Harmonies of #1793EB
Complementary color
Monochromatic Colors of #1793EB
Black with #1793EB
Text Example
Text Example
White with #1793EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1793EB; }
p { color: rgb(23,147,235); }
H1.HeaderClassName
{
color: #1793EB;
}
.AnyTagClassName
{
color: #1793EB;
}
</style>
background-color css
<style>
a { background-color: #1793EB; }
a { background-color: rgb(23,147,235); }
div.DivClassName
{
background-color: #1793EB;
}
.BgClassName
{
background-color: #1793EB;
}
</style>
border-color css
<style>
span { border-color: #1793EB; }
span { border-color: rgb(23,147,235); }
td.TdClassName
{
border-color: #1793EB;
}
.TagClassName
{
border-color: #1793EB;
}
</style>