Shades of Dodger Blue #119DFB
Tints of Dodger Blue #119DFB
RGB
CMYK
RGB Variations
Color information
#119DFB (or 0x119DFB) is known color: Dodger Blue. HEX triplet: 11, 9D and FB. RGB value is (17,157,251). Sum of RGB (Red+Green+Blue) = 17+157+251=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #119DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119DFB is #EE6204. Grayscale: #7D7D7D. Windows color (decimal): -15622661 or 16489745. OLE color: 16489745.
HSL color Cylindrical-coordinate representation of color #119DFB: hue angle of 204.1º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119DFB is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 157 | 251 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.02 |
| HSL | 204.1º | 0.97% | 0.53% | - |
| HSV(B) | 204.1º | 0.93% | 0.98% | - |
| XYZ | 29.7 | 31.2 | 95.72 | - |
| YUV | 125.86 | 198.62 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 251 | 0.93 | 0.37 | 0 | 0.02 | 204.1 | 0.97 | 0.53 |
| Hex | 11 | 9D | FB | 5D | 25 | 0 | 2 | CC | 61 | 35 |
| Octal | 21 | 235 | 373 | 135 | 45 | 0 | 2 | 314 | 141 | 65 |
| Binary | 10001 | 10011101 | 11111011 | 1011101 | 100101 | 0 | 10 | 11001100 | 1100001 | 110101 |
Color Harmonies of #119DFB
Complementary color
Monochromatic Colors of #119DFB
Black with #119DFB
Text Example
Text Example
White with #119DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DFB; }
p { color: rgb(17,157,251); }
H1.HeaderClassName
{
color: #119DFB;
}
.AnyTagClassName
{
color: #119DFB;
}
</style>
background-color css
<style>
a { background-color: #119DFB; }
a { background-color: rgb(17,157,251); }
div.DivClassName
{
background-color: #119DFB;
}
.BgClassName
{
background-color: #119DFB;
}
</style>
border-color css
<style>
span { border-color: #119DFB; }
span { border-color: rgb(17,157,251); }
td.TdClassName
{
border-color: #119DFB;
}
.TagClassName
{
border-color: #119DFB;
}
</style>