Shades of Dodger Blue #1794FE
Tints of Dodger Blue #1794FE
RGB
CMYK
RGB Variations
Color information
#1794FE (or 0x1794FE) is known color: Dodger Blue. HEX triplet: 17, 94 and FE. RGB value is (23,148,254). Sum of RGB (Red+Green+Blue) = 23+148+254=425 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.41% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #1794FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1794FE is #E86B01. Grayscale: #7A7A7A. Windows color (decimal): -15231746 or 16684055. OLE color: 16684055.
HSL color Cylindrical-coordinate representation of color #1794FE: hue angle of 207.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1794FE is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 148 | 254 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.00 |
| HSL | 207.53º | 0.99% | 0.54% | - |
| HSV(B) | 207.53º | 0.91% | 1% | - |
| XYZ | 28.83 | 28.52 | 97.75 | - |
| YUV | 122.71 | 202.09 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 254 | 0.91 | 0.42 | 0 | 0.00 | 207.53 | 0.99 | 0.54 |
| Hex | 17 | 94 | FE | 5B | 2A | 0 | 0 | D0 | 63 | 36 |
| Octal | 27 | 224 | 376 | 133 | 52 | 0 | 0 | 320 | 143 | 66 |
| Binary | 10111 | 10010100 | 11111110 | 1011011 | 101010 | 0 | 0 | 11010000 | 1100011 | 110110 |
Color Harmonies of #1794FE
Complementary color
Monochromatic Colors of #1794FE
Black with #1794FE
Text Example
Text Example
White with #1794FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1794FE; }
p { color: rgb(23,148,254); }
H1.HeaderClassName
{
color: #1794FE;
}
.AnyTagClassName
{
color: #1794FE;
}
</style>
background-color css
<style>
a { background-color: #1794FE; }
a { background-color: rgb(23,148,254); }
div.DivClassName
{
background-color: #1794FE;
}
.BgClassName
{
background-color: #1794FE;
}
</style>
border-color css
<style>
span { border-color: #1794FE; }
span { border-color: rgb(23,148,254); }
td.TdClassName
{
border-color: #1794FE;
}
.TagClassName
{
border-color: #1794FE;
}
</style>