Shades of Dodger Blue #119CFC
Tints of Dodger Blue #119CFC
RGB
CMYK
RGB Variations
Color information
#119CFC (or 0x119CFC) is known color: Dodger Blue. HEX triplet: 11, 9C and FC. RGB value is (17,156,252). Sum of RGB (Red+Green+Blue) = 17+156+252=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #119CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CFC is #EE6303. Grayscale: #7C7C7C. Windows color (decimal): -15622916 or 16555025. OLE color: 16555025.
HSL color Cylindrical-coordinate representation of color #119CFC: hue angle of 204.51º 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 #119CFC is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 156 | 252 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.01 |
| HSL | 204.51º | 0.98% | 0.53% | - |
| HSV(B) | 204.51º | 0.93% | 0.99% | - |
| XYZ | 29.69 | 30.92 | 96.5 | - |
| YUV | 125.38 | 199.45 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 252 | 0.93 | 0.38 | 0 | 0.01 | 204.51 | 0.98 | 0.53 |
| Hex | 11 | 9C | FC | 5D | 26 | 0 | 1 | CD | 62 | 35 |
| Octal | 21 | 234 | 374 | 135 | 46 | 0 | 1 | 315 | 142 | 65 |
| Binary | 10001 | 10011100 | 11111100 | 1011101 | 100110 | 0 | 1 | 11001101 | 1100010 | 110101 |
Color Harmonies of #119CFC
Complementary color
Monochromatic Colors of #119CFC
Black with #119CFC
Text Example
Text Example
White with #119CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CFC; }
p { color: rgb(17,156,252); }
H1.HeaderClassName
{
color: #119CFC;
}
.AnyTagClassName
{
color: #119CFC;
}
</style>
background-color css
<style>
a { background-color: #119CFC; }
a { background-color: rgb(17,156,252); }
div.DivClassName
{
background-color: #119CFC;
}
.BgClassName
{
background-color: #119CFC;
}
</style>
border-color css
<style>
span { border-color: #119CFC; }
span { border-color: rgb(17,156,252); }
td.TdClassName
{
border-color: #119CFC;
}
.TagClassName
{
border-color: #119CFC;
}
</style>