Shades of Dodger Blue #119CFF
Tints of Dodger Blue #119CFF
RGB
CMYK
RGB Variations
Color information
#119CFF (or 0x119CFF) is known color: Dodger Blue. HEX triplet: 11, 9C and FF. RGB value is (17,156,255). Sum of RGB (Red+Green+Blue) = 17+156+255=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #119CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CFF is #EE6300. Grayscale: #7D7D7D. Windows color (decimal): -15622913 or 16751633. OLE color: 16751633.
HSL color Cylindrical-coordinate representation of color #119CFF: hue angle of 204.96º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119CFF is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 156 | 255 | - |
| CMYK | 0.93 | 0.39 | 0 | 0 |
| HSL | 204.96º | 1% | 0.53% | - |
| HSV(B) | 204.96º | 0.93% | 1% | - |
| XYZ | 30.17 | 31.12 | 99.02 | - |
| YUV | 125.73 | 200.95 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 255 | 0.93 | 0.39 | 0 | 0 | 204.96 | 1 | 0.53 |
| Hex | 11 | 9C | FF | 5D | 27 | 0 | 0 | CD | 64 | 35 |
| Octal | 21 | 234 | 377 | 135 | 47 | 0 | 0 | 315 | 144 | 65 |
| Binary | 10001 | 10011100 | 11111111 | 1011101 | 100111 | 0 | 0 | 11001101 | 1100100 | 110101 |
Color Harmonies of #119CFF
Complementary color
Monochromatic Colors of #119CFF
Black with #119CFF
Text Example
Text Example
White with #119CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CFF; }
p { color: rgb(17,156,255); }
H1.HeaderClassName
{
color: #119CFF;
}
.AnyTagClassName
{
color: #119CFF;
}
</style>
background-color css
<style>
a { background-color: #119CFF; }
a { background-color: rgb(17,156,255); }
div.DivClassName
{
background-color: #119CFF;
}
.BgClassName
{
background-color: #119CFF;
}
</style>
border-color css
<style>
span { border-color: #119CFF; }
span { border-color: rgb(17,156,255); }
td.TdClassName
{
border-color: #119CFF;
}
.TagClassName
{
border-color: #119CFF;
}
</style>