Shades of Dodger Blue #1793E5
Tints of Dodger Blue #1793E5
RGB
CMYK
RGB Variations
Color information
#1793E5 (or 0x1793E5) is known color: Dodger Blue. HEX triplet: 17, 93 and E5. RGB value is (23,147,229). Sum of RGB (Red+Green+Blue) = 23+147+229=399 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.76% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #1793E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1793E5 is #E86C1A. Grayscale: #767676. Windows color (decimal): -15232027 or 15045399. OLE color: 15045399.
HSL color Cylindrical-coordinate representation of color #1793E5: hue angle of 203.88º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1793E5 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 147 | 229 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.10 |
| HSL | 203.88º | 0.82% | 0.49% | - |
| HSV(B) | 203.88º | 0.9% | 0.9% | - |
| XYZ | 24.93 | 26.71 | 77.97 | - |
| YUV | 119.27 | 189.92 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 229 | 0.90 | 0.36 | 0 | 0.10 | 203.88 | 0.82 | 0.49 |
| Hex | 17 | 93 | E5 | 5A | 24 | 0 | A | CC | 52 | 31 |
| Octal | 27 | 223 | 345 | 132 | 44 | 0 | 12 | 314 | 122 | 61 |
| Binary | 10111 | 10010011 | 11100101 | 1011010 | 100100 | 0 | 1010 | 11001100 | 1010010 | 110001 |
Color Harmonies of #1793E5
Complementary color
Monochromatic Colors of #1793E5
Black with #1793E5
Text Example
Text Example
White with #1793E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1793E5; }
p { color: rgb(23,147,229); }
H1.HeaderClassName
{
color: #1793E5;
}
.AnyTagClassName
{
color: #1793E5;
}
</style>
background-color css
<style>
a { background-color: #1793E5; }
a { background-color: rgb(23,147,229); }
div.DivClassName
{
background-color: #1793E5;
}
.BgClassName
{
background-color: #1793E5;
}
</style>
border-color css
<style>
span { border-color: #1793E5; }
span { border-color: rgb(23,147,229); }
td.TdClassName
{
border-color: #1793E5;
}
.TagClassName
{
border-color: #1793E5;
}
</style>