Shades of Dodger Blue #1793FF
Tints of Dodger Blue #1793FF
RGB
CMYK
RGB Variations
Color information
#1793FF (or 0x1793FF) is known color: Dodger Blue. HEX triplet: 17, 93 and FF. RGB value is (23,147,255). Sum of RGB (Red+Green+Blue) = 23+147+255=425 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.41% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #1793FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1793FF is #E86C00. Grayscale: #797979. Windows color (decimal): -15232001 or 16749335. OLE color: 16749335.
HSL color Cylindrical-coordinate representation of color #1793FF: hue angle of 207.93º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1793FF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 147 | 255 | - |
| CMYK | 0.91 | 0.42 | 0 | 0 |
| HSL | 207.93º | 1% | 0.55% | - |
| HSV(B) | 207.93º | 0.91% | 1% | - |
| XYZ | 28.84 | 28.27 | 98.54 | - |
| YUV | 122.24 | 202.92 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 255 | 0.91 | 0.42 | 0 | 0 | 207.93 | 1 | 0.55 |
| Hex | 17 | 93 | FF | 5B | 2A | 0 | 0 | D0 | 64 | 37 |
| Octal | 27 | 223 | 377 | 133 | 52 | 0 | 0 | 320 | 144 | 67 |
| Binary | 10111 | 10010011 | 11111111 | 1011011 | 101010 | 0 | 0 | 11010000 | 1100100 | 110111 |
Color Harmonies of #1793FF
Complementary color
Monochromatic Colors of #1793FF
Black with #1793FF
Text Example
Text Example
White with #1793FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1793FF; }
p { color: rgb(23,147,255); }
H1.HeaderClassName
{
color: #1793FF;
}
.AnyTagClassName
{
color: #1793FF;
}
</style>
background-color css
<style>
a { background-color: #1793FF; }
a { background-color: rgb(23,147,255); }
div.DivClassName
{
background-color: #1793FF;
}
.BgClassName
{
background-color: #1793FF;
}
</style>
border-color css
<style>
span { border-color: #1793FF; }
span { border-color: rgb(23,147,255); }
td.TdClassName
{
border-color: #1793FF;
}
.TagClassName
{
border-color: #1793FF;
}
</style>