Shades of Dodger Blue #1192FB
Tints of Dodger Blue #1192FB
RGB
CMYK
RGB Variations
Color information
#1192FB (or 0x1192FB) is known color: Dodger Blue. HEX triplet: 11, 92 and FB. RGB value is (17,146,251). Sum of RGB (Red+Green+Blue) = 17+146+251=414 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.11% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #1192FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1192FB is #EE6D04. Grayscale: #767676. Windows color (decimal): -15625477 or 16486929. OLE color: 16486929.
HSL color Cylindrical-coordinate representation of color #1192FB: hue angle of 206.92º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1192FB is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 146 | 251 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.02 |
| HSL | 206.92º | 0.97% | 0.53% | - |
| HSV(B) | 206.92º | 0.93% | 0.98% | - |
| XYZ | 27.92 | 27.64 | 95.13 | - |
| YUV | 119.4 | 202.26 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 251 | 0.93 | 0.42 | 0 | 0.02 | 206.92 | 0.97 | 0.53 |
| Hex | 11 | 92 | FB | 5D | 2A | 0 | 2 | CF | 61 | 35 |
| Octal | 21 | 222 | 373 | 135 | 52 | 0 | 2 | 317 | 141 | 65 |
| Binary | 10001 | 10010010 | 11111011 | 1011101 | 101010 | 0 | 10 | 11001111 | 1100001 | 110101 |
Color Harmonies of #1192FB
Complementary color
Monochromatic Colors of #1192FB
Black with #1192FB
Text Example
Text Example
White with #1192FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1192FB; }
p { color: rgb(17,146,251); }
H1.HeaderClassName
{
color: #1192FB;
}
.AnyTagClassName
{
color: #1192FB;
}
</style>
background-color css
<style>
a { background-color: #1192FB; }
a { background-color: rgb(17,146,251); }
div.DivClassName
{
background-color: #1192FB;
}
.BgClassName
{
background-color: #1192FB;
}
</style>
border-color css
<style>
span { border-color: #1192FB; }
span { border-color: rgb(17,146,251); }
td.TdClassName
{
border-color: #1192FB;
}
.TagClassName
{
border-color: #1192FB;
}
</style>