Shades of Dodger Blue #119DFE
Tints of Dodger Blue #119DFE
RGB
CMYK
RGB Variations
Color information
#119DFE (or 0x119DFE) is known color: Dodger Blue. HEX triplet: 11, 9D and FE. RGB value is (17,157,254). Sum of RGB (Red+Green+Blue) = 17+157+254=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #119DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119DFE is #EE6201. Grayscale: #7D7D7D. Windows color (decimal): -15622658 or 16686353. OLE color: 16686353.
HSL color Cylindrical-coordinate representation of color #119DFE: hue angle of 204.56º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119DFE is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 157 | 254 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.00 |
| HSL | 204.56º | 0.99% | 0.53% | - |
| HSV(B) | 204.56º | 0.93% | 1% | - |
| XYZ | 30.18 | 31.39 | 98.23 | - |
| YUV | 126.2 | 200.12 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 254 | 0.93 | 0.38 | 0 | 0.00 | 204.56 | 0.99 | 0.53 |
| Hex | 11 | 9D | FE | 5D | 26 | 0 | 0 | CD | 63 | 35 |
| Octal | 21 | 235 | 376 | 135 | 46 | 0 | 0 | 315 | 143 | 65 |
| Binary | 10001 | 10011101 | 11111110 | 1011101 | 100110 | 0 | 0 | 11001101 | 1100011 | 110101 |
Color Harmonies of #119DFE
Complementary color
Monochromatic Colors of #119DFE
Black with #119DFE
Text Example
Text Example
White with #119DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DFE; }
p { color: rgb(17,157,254); }
H1.HeaderClassName
{
color: #119DFE;
}
.AnyTagClassName
{
color: #119DFE;
}
</style>
background-color css
<style>
a { background-color: #119DFE; }
a { background-color: rgb(17,157,254); }
div.DivClassName
{
background-color: #119DFE;
}
.BgClassName
{
background-color: #119DFE;
}
</style>
border-color css
<style>
span { border-color: #119DFE; }
span { border-color: rgb(17,157,254); }
td.TdClassName
{
border-color: #119DFE;
}
.TagClassName
{
border-color: #119DFE;
}
</style>