Shades of Dodger Blue #119FFB
Tints of Dodger Blue #119FFB
RGB
CMYK
RGB Variations
Color information
#119FFB (or 0x119FFB) is known color: Dodger Blue. HEX triplet: 11, 9F and FB. RGB value is (17,159,251). Sum of RGB (Red+Green+Blue) = 17+159+251=427 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.98% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #119FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FFB is #EE6004. Grayscale: #7E7E7E. Windows color (decimal): -15622149 or 16490257. OLE color: 16490257.
HSL color Cylindrical-coordinate representation of color #119FFB: hue angle of 203.59º 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 #119FFB is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 159 | 251 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.02 |
| HSL | 203.59º | 0.97% | 0.53% | - |
| HSV(B) | 203.59º | 0.93% | 0.98% | - |
| XYZ | 30.04 | 31.88 | 95.84 | - |
| YUV | 127.03 | 197.96 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 251 | 0.93 | 0.37 | 0 | 0.02 | 203.59 | 0.97 | 0.53 |
| Hex | 11 | 9F | FB | 5D | 25 | 0 | 2 | CC | 61 | 35 |
| Octal | 21 | 237 | 373 | 135 | 45 | 0 | 2 | 314 | 141 | 65 |
| Binary | 10001 | 10011111 | 11111011 | 1011101 | 100101 | 0 | 10 | 11001100 | 1100001 | 110101 |
Color Harmonies of #119FFB
Complementary color
Monochromatic Colors of #119FFB
Black with #119FFB
Text Example
Text Example
White with #119FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FFB; }
p { color: rgb(17,159,251); }
H1.HeaderClassName
{
color: #119FFB;
}
.AnyTagClassName
{
color: #119FFB;
}
</style>
background-color css
<style>
a { background-color: #119FFB; }
a { background-color: rgb(17,159,251); }
div.DivClassName
{
background-color: #119FFB;
}
.BgClassName
{
background-color: #119FFB;
}
</style>
border-color css
<style>
span { border-color: #119FFB; }
span { border-color: rgb(17,159,251); }
td.TdClassName
{
border-color: #119FFB;
}
.TagClassName
{
border-color: #119FFB;
}
</style>