Shades of Dodger Blue #119CF2
Tints of Dodger Blue #119CF2
RGB
CMYK
RGB Variations
Color information
#119CF2 (or 0x119CF2) is known color: Dodger Blue. HEX triplet: 11, 9C and F2. RGB value is (17,156,242). Sum of RGB (Red+Green+Blue) = 17+156+242=415 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.10% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #119CF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CF2 is #EE630D. Grayscale: #7B7B7B. Windows color (decimal): -15622926 or 15899665. OLE color: 15899665.
HSL color Cylindrical-coordinate representation of color #119CF2: hue angle of 202.93º degrees, saturation: 0.9, 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 #119CF2 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 156 | 242 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.05 |
| HSL | 202.93º | 0.9% | 0.51% | - |
| HSV(B) | 202.93º | 0.93% | 0.95% | - |
| XYZ | 28.15 | 30.31 | 88.37 | - |
| YUV | 124.24 | 194.45 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 242 | 0.93 | 0.36 | 0 | 0.05 | 202.93 | 0.9 | 0.51 |
| Hex | 11 | 9C | F2 | 5D | 24 | 0 | 5 | CB | 5A | 33 |
| Octal | 21 | 234 | 362 | 135 | 44 | 0 | 5 | 313 | 132 | 63 |
| Binary | 10001 | 10011100 | 11110010 | 1011101 | 100100 | 0 | 101 | 11001011 | 1011010 | 110011 |
Color Harmonies of #119CF2
Complementary color
Monochromatic Colors of #119CF2
Black with #119CF2
Text Example
Text Example
White with #119CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CF2; }
p { color: rgb(17,156,242); }
H1.HeaderClassName
{
color: #119CF2;
}
.AnyTagClassName
{
color: #119CF2;
}
</style>
background-color css
<style>
a { background-color: #119CF2; }
a { background-color: rgb(17,156,242); }
div.DivClassName
{
background-color: #119CF2;
}
.BgClassName
{
background-color: #119CF2;
}
</style>
border-color css
<style>
span { border-color: #119CF2; }
span { border-color: rgb(17,156,242); }
td.TdClassName
{
border-color: #119CF2;
}
.TagClassName
{
border-color: #119CF2;
}
</style>