Shades of Dodger Blue #119FFC
Tints of Dodger Blue #119FFC
RGB
CMYK
RGB Variations
Color information
#119FFC (or 0x119FFC) is known color: Dodger Blue. HEX triplet: 11, 9F and FC. RGB value is (17,159,252). Sum of RGB (Red+Green+Blue) = 17+159+252=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #119FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FFC is #EE6003. Grayscale: #7E7E7E. Windows color (decimal): -15622148 or 16555793. OLE color: 16555793.
HSL color Cylindrical-coordinate representation of color #119FFC: hue angle of 203.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119FFC is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 159 | 252 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.01 |
| HSL | 203.74º | 0.98% | 0.53% | - |
| HSV(B) | 203.74º | 0.93% | 0.99% | - |
| XYZ | 30.2 | 31.94 | 96.67 | - |
| YUV | 127.14 | 198.46 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 252 | 0.93 | 0.37 | 0 | 0.01 | 203.74 | 0.98 | 0.53 |
| Hex | 11 | 9F | FC | 5D | 25 | 0 | 1 | CC | 62 | 35 |
| Octal | 21 | 237 | 374 | 135 | 45 | 0 | 1 | 314 | 142 | 65 |
| Binary | 10001 | 10011111 | 11111100 | 1011101 | 100101 | 0 | 1 | 11001100 | 1100010 | 110101 |
Color Harmonies of #119FFC
Complementary color
Monochromatic Colors of #119FFC
Black with #119FFC
Text Example
Text Example
White with #119FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FFC; }
p { color: rgb(17,159,252); }
H1.HeaderClassName
{
color: #119FFC;
}
.AnyTagClassName
{
color: #119FFC;
}
</style>
background-color css
<style>
a { background-color: #119FFC; }
a { background-color: rgb(17,159,252); }
div.DivClassName
{
background-color: #119FFC;
}
.BgClassName
{
background-color: #119FFC;
}
</style>
border-color css
<style>
span { border-color: #119FFC; }
span { border-color: rgb(17,159,252); }
td.TdClassName
{
border-color: #119FFC;
}
.TagClassName
{
border-color: #119FFC;
}
</style>