Shades of Dodger Blue #1794FD
Tints of Dodger Blue #1794FD
RGB
CMYK
RGB Variations
Color information
#1794FD (or 0x1794FD) is known color: Dodger Blue. HEX triplet: 17, 94 and FD. RGB value is (23,148,253). Sum of RGB (Red+Green+Blue) = 23+148+253=424 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.42% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #1794FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1794FD is #E86B02. Grayscale: #7A7A7A. Windows color (decimal): -15231747 or 16618519. OLE color: 16618519.
HSL color Cylindrical-coordinate representation of color #1794FD: hue angle of 207.39º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1794FD is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 148 | 253 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.01 |
| HSL | 207.39º | 0.98% | 0.54% | - |
| HSV(B) | 207.39º | 0.91% | 0.99% | - |
| XYZ | 28.67 | 28.45 | 96.91 | - |
| YUV | 122.6 | 201.59 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 253 | 0.91 | 0.42 | 0 | 0.01 | 207.39 | 0.98 | 0.54 |
| Hex | 17 | 94 | FD | 5B | 2A | 0 | 1 | CF | 62 | 36 |
| Octal | 27 | 224 | 375 | 133 | 52 | 0 | 1 | 317 | 142 | 66 |
| Binary | 10111 | 10010100 | 11111101 | 1011011 | 101010 | 0 | 1 | 11001111 | 1100010 | 110110 |
Color Harmonies of #1794FD
Complementary color
Monochromatic Colors of #1794FD
Black with #1794FD
Text Example
Text Example
White with #1794FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1794FD; }
p { color: rgb(23,148,253); }
H1.HeaderClassName
{
color: #1794FD;
}
.AnyTagClassName
{
color: #1794FD;
}
</style>
background-color css
<style>
a { background-color: #1794FD; }
a { background-color: rgb(23,148,253); }
div.DivClassName
{
background-color: #1794FD;
}
.BgClassName
{
background-color: #1794FD;
}
</style>
border-color css
<style>
span { border-color: #1794FD; }
span { border-color: rgb(23,148,253); }
td.TdClassName
{
border-color: #1794FD;
}
.TagClassName
{
border-color: #1794FD;
}
</style>