Shades of Dodger Blue #1190F7
Tints of Dodger Blue #1190F7
RGB
CMYK
RGB Variations
Color information
#1190F7 (or 0x1190F7) is known color: Dodger Blue. HEX triplet: 11, 90 and F7. RGB value is (17,144,247). Sum of RGB (Red+Green+Blue) = 17+144+247=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 247 (96.88% from 255 or 60.54% from 408); Max value from RGB is 247 - color contains mainly: blue. Hex color #1190F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1190F7 is #EE6F08. Grayscale: #757575. Windows color (decimal): -15625993 or 16224273. OLE color: 16224273.
HSL color Cylindrical-coordinate representation of color #1190F7: hue angle of 206.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1190F7 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 144 | 247 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.03 |
| HSL | 206.87º | 0.93% | 0.52% | - |
| HSV(B) | 206.87º | 0.93% | 0.97% | - |
| XYZ | 26.99 | 26.78 | 91.74 | - |
| YUV | 117.77 | 200.92 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 247 | 0.93 | 0.42 | 0 | 0.03 | 206.87 | 0.93 | 0.52 |
| Hex | 11 | 90 | F7 | 5D | 2A | 0 | 3 | CF | 5D | 34 |
| Octal | 21 | 220 | 367 | 135 | 52 | 0 | 3 | 317 | 135 | 64 |
| Binary | 10001 | 10010000 | 11110111 | 1011101 | 101010 | 0 | 11 | 11001111 | 1011101 | 110100 |
Color Harmonies of #1190F7
Complementary color
Monochromatic Colors of #1190F7
Black with #1190F7
Text Example
Text Example
White with #1190F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1190F7; }
p { color: rgb(17,144,247); }
H1.HeaderClassName
{
color: #1190F7;
}
.AnyTagClassName
{
color: #1190F7;
}
</style>
background-color css
<style>
a { background-color: #1190F7; }
a { background-color: rgb(17,144,247); }
div.DivClassName
{
background-color: #1190F7;
}
.BgClassName
{
background-color: #1190F7;
}
</style>
border-color css
<style>
span { border-color: #1190F7; }
span { border-color: rgb(17,144,247); }
td.TdClassName
{
border-color: #1190F7;
}
.TagClassName
{
border-color: #1190F7;
}
</style>