Shades of Dodger Blue #119CF1
Tints of Dodger Blue #119CF1
RGB
CMYK
RGB Variations
Color information
#119CF1 (or 0x119CF1) is known color: Dodger Blue. HEX triplet: 11, 9C and F1. RGB value is (17,156,241). Sum of RGB (Red+Green+Blue) = 17+156+241=414 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.11% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #119CF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CF1 is #EE630E. Grayscale: #7B7B7B. Windows color (decimal): -15622927 or 15834129. OLE color: 15834129.
HSL color Cylindrical-coordinate representation of color #119CF1: hue angle of 202.77º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119CF1 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 156 | 241 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.05 |
| HSL | 202.77º | 0.89% | 0.51% | - |
| HSV(B) | 202.77º | 0.93% | 0.95% | - |
| XYZ | 28 | 30.25 | 87.58 | - |
| YUV | 124.13 | 193.95 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 241 | 0.93 | 0.35 | 0 | 0.05 | 202.77 | 0.89 | 0.51 |
| Hex | 11 | 9C | F1 | 5D | 23 | 0 | 5 | CB | 59 | 33 |
| Octal | 21 | 234 | 361 | 135 | 43 | 0 | 5 | 313 | 131 | 63 |
| Binary | 10001 | 10011100 | 11110001 | 1011101 | 100011 | 0 | 101 | 11001011 | 1011001 | 110011 |
Color Harmonies of #119CF1
Complementary color
Monochromatic Colors of #119CF1
Black with #119CF1
Text Example
Text Example
White with #119CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CF1; }
p { color: rgb(17,156,241); }
H1.HeaderClassName
{
color: #119CF1;
}
.AnyTagClassName
{
color: #119CF1;
}
</style>
background-color css
<style>
a { background-color: #119CF1; }
a { background-color: rgb(17,156,241); }
div.DivClassName
{
background-color: #119CF1;
}
.BgClassName
{
background-color: #119CF1;
}
</style>
border-color css
<style>
span { border-color: #119CF1; }
span { border-color: rgb(17,156,241); }
td.TdClassName
{
border-color: #119CF1;
}
.TagClassName
{
border-color: #119CF1;
}
</style>