Shades of Dodger Blue #1799F7
Tints of Dodger Blue #1799F7
RGB
CMYK
RGB Variations
Color information
#1799F7 (or 0x1799F7) is known color: Dodger Blue. HEX triplet: 17, 99 and F7. RGB value is (23,153,247). Sum of RGB (Red+Green+Blue) = 23+153+247=423 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.44% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 247 (96.88% from 255 or 58.39% from 423); Max value from RGB is 247 - color contains mainly: blue. Hex color #1799F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1799F7 is #E86608. Grayscale: #7C7C7C. Windows color (decimal): -15230473 or 16226583. OLE color: 16226583.
HSL color Cylindrical-coordinate representation of color #1799F7: hue angle of 205.18º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1799F7 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 153 | 247 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.03 |
| HSL | 205.18º | 0.93% | 0.53% | - |
| HSV(B) | 205.18º | 0.91% | 0.97% | - |
| XYZ | 28.53 | 29.68 | 92.22 | - |
| YUV | 124.85 | 196.93 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 247 | 0.91 | 0.38 | 0 | 0.03 | 205.18 | 0.93 | 0.53 |
| Hex | 17 | 99 | F7 | 5B | 26 | 0 | 3 | CD | 5D | 35 |
| Octal | 27 | 231 | 367 | 133 | 46 | 0 | 3 | 315 | 135 | 65 |
| Binary | 10111 | 10011001 | 11110111 | 1011011 | 100110 | 0 | 11 | 11001101 | 1011101 | 110101 |
Color Harmonies of #1799F7
Complementary color
Monochromatic Colors of #1799F7
Black with #1799F7
Text Example
Text Example
White with #1799F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1799F7; }
p { color: rgb(23,153,247); }
H1.HeaderClassName
{
color: #1799F7;
}
.AnyTagClassName
{
color: #1799F7;
}
</style>
background-color css
<style>
a { background-color: #1799F7; }
a { background-color: rgb(23,153,247); }
div.DivClassName
{
background-color: #1799F7;
}
.BgClassName
{
background-color: #1799F7;
}
</style>
border-color css
<style>
span { border-color: #1799F7; }
span { border-color: rgb(23,153,247); }
td.TdClassName
{
border-color: #1799F7;
}
.TagClassName
{
border-color: #1799F7;
}
</style>