Shades of Dodger Blue #1799F5
Tints of Dodger Blue #1799F5
RGB
CMYK
RGB Variations
Color information
#1799F5 (or 0x1799F5) is known color: Dodger Blue. HEX triplet: 17, 99 and F5. RGB value is (23,153,245). Sum of RGB (Red+Green+Blue) = 23+153+245=421 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.46% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 245 (96.09% from 255 or 58.19% from 421); Max value from RGB is 245 - color contains mainly: blue. Hex color #1799F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1799F5 is #E8660A. Grayscale: #7C7C7C. Windows color (decimal): -15230475 or 16095511. OLE color: 16095511.
HSL color Cylindrical-coordinate representation of color #1799F5: hue angle of 204.86º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1799F5 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 153 | 245 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.04 |
| HSL | 204.86º | 0.92% | 0.53% | - |
| HSV(B) | 204.86º | 0.91% | 0.96% | - |
| XYZ | 28.23 | 29.56 | 90.6 | - |
| YUV | 124.62 | 195.93 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 245 | 0.91 | 0.38 | 0 | 0.04 | 204.86 | 0.92 | 0.53 |
| Hex | 17 | 99 | F5 | 5B | 26 | 0 | 4 | CD | 5C | 35 |
| Octal | 27 | 231 | 365 | 133 | 46 | 0 | 4 | 315 | 134 | 65 |
| Binary | 10111 | 10011001 | 11110101 | 1011011 | 100110 | 0 | 100 | 11001101 | 1011100 | 110101 |
Color Harmonies of #1799F5
Complementary color
Monochromatic Colors of #1799F5
Black with #1799F5
Text Example
Text Example
White with #1799F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1799F5; }
p { color: rgb(23,153,245); }
H1.HeaderClassName
{
color: #1799F5;
}
.AnyTagClassName
{
color: #1799F5;
}
</style>
background-color css
<style>
a { background-color: #1799F5; }
a { background-color: rgb(23,153,245); }
div.DivClassName
{
background-color: #1799F5;
}
.BgClassName
{
background-color: #1799F5;
}
</style>
border-color css
<style>
span { border-color: #1799F5; }
span { border-color: rgb(23,153,245); }
td.TdClassName
{
border-color: #1799F5;
}
.TagClassName
{
border-color: #1799F5;
}
</style>