Shades of Dodger Blue #1794E5
Tints of Dodger Blue #1794E5
RGB
CMYK
RGB Variations
Color information
#1794E5 (or 0x1794E5) is known color: Dodger Blue. HEX triplet: 17, 94 and E5. RGB value is (23,148,229). Sum of RGB (Red+Green+Blue) = 23+148+229=400 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 229 (89.84% from 255 or 57.25% from 400); Max value from RGB is 229 - color contains mainly: blue. Hex color #1794E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1794E5 is #E86B1A. Grayscale: #777777. Windows color (decimal): -15231771 or 15045655. OLE color: 15045655.
HSL color Cylindrical-coordinate representation of color #1794E5: hue angle of 203.59º 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 #1794E5 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 148 | 229 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.10 |
| HSL | 203.59º | 0.82% | 0.49% | - |
| HSV(B) | 203.59º | 0.9% | 0.9% | - |
| XYZ | 25.09 | 27.02 | 78.02 | - |
| YUV | 119.86 | 189.59 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 229 | 0.90 | 0.35 | 0 | 0.10 | 203.59 | 0.82 | 0.49 |
| Hex | 17 | 94 | E5 | 5A | 23 | 0 | A | CC | 52 | 31 |
| Octal | 27 | 224 | 345 | 132 | 43 | 0 | 12 | 314 | 122 | 61 |
| Binary | 10111 | 10010100 | 11100101 | 1011010 | 100011 | 0 | 1010 | 11001100 | 1010010 | 110001 |
Color Harmonies of #1794E5
Complementary color
Monochromatic Colors of #1794E5
Black with #1794E5
Text Example
Text Example
White with #1794E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1794E5; }
p { color: rgb(23,148,229); }
H1.HeaderClassName
{
color: #1794E5;
}
.AnyTagClassName
{
color: #1794E5;
}
</style>
background-color css
<style>
a { background-color: #1794E5; }
a { background-color: rgb(23,148,229); }
div.DivClassName
{
background-color: #1794E5;
}
.BgClassName
{
background-color: #1794E5;
}
</style>
border-color css
<style>
span { border-color: #1794E5; }
span { border-color: rgb(23,148,229); }
td.TdClassName
{
border-color: #1794E5;
}
.TagClassName
{
border-color: #1794E5;
}
</style>