Shades of Dodger Blue #1799F1
Tints of Dodger Blue #1799F1
RGB
CMYK
RGB Variations
Color information
#1799F1 (or 0x1799F1) is known color: Dodger Blue. HEX triplet: 17, 99 and F1. RGB value is (23,153,241). Sum of RGB (Red+Green+Blue) = 23+153+241=417 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.52% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #1799F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1799F1 is #E8660E. Grayscale: #7B7B7B. Windows color (decimal): -15230479 or 15833367. OLE color: 15833367.
HSL color Cylindrical-coordinate representation of color #1799F1: hue angle of 204.22º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1799F1 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 153 | 241 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.05 |
| HSL | 204.22º | 0.89% | 0.52% | - |
| HSV(B) | 204.22º | 0.9% | 0.95% | - |
| XYZ | 27.62 | 29.32 | 87.42 | - |
| YUV | 124.16 | 193.93 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 241 | 0.90 | 0.37 | 0 | 0.05 | 204.22 | 0.89 | 0.52 |
| Hex | 17 | 99 | F1 | 5A | 25 | 0 | 5 | CC | 59 | 34 |
| Octal | 27 | 231 | 361 | 132 | 45 | 0 | 5 | 314 | 131 | 64 |
| Binary | 10111 | 10011001 | 11110001 | 1011010 | 100101 | 0 | 101 | 11001100 | 1011001 | 110100 |
Color Harmonies of #1799F1
Complementary color
Monochromatic Colors of #1799F1
Black with #1799F1
Text Example
Text Example
White with #1799F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1799F1; }
p { color: rgb(23,153,241); }
H1.HeaderClassName
{
color: #1799F1;
}
.AnyTagClassName
{
color: #1799F1;
}
</style>
background-color css
<style>
a { background-color: #1799F1; }
a { background-color: rgb(23,153,241); }
div.DivClassName
{
background-color: #1799F1;
}
.BgClassName
{
background-color: #1799F1;
}
</style>
border-color css
<style>
span { border-color: #1799F1; }
span { border-color: rgb(23,153,241); }
td.TdClassName
{
border-color: #1799F1;
}
.TagClassName
{
border-color: #1799F1;
}
</style>