Shades of Dodger Blue #1161FF
Tints of Dodger Blue #1161FF
RGB
CMYK
RGB Variations
Color information
#1161FF (or 0x1161FF) is known color: Dodger Blue. HEX triplet: 11, 61 and FF. RGB value is (17,97,255). Sum of RGB (Red+Green+Blue) = 17+97+255=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #1161FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1161FF is #EE9E00. Grayscale: #5A5A5A. Windows color (decimal): -15638017 or 16736529. OLE color: 16736529.
HSL color Cylindrical-coordinate representation of color #1161FF: hue angle of 219.83º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1161FF is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 97 | 255 | - |
| CMYK | 0.93 | 0.62 | 0 | 0 |
| HSL | 219.83º | 1% | 0.53% | - |
| HSV(B) | 219.83º | 0.93% | 1% | - |
| XYZ | 22.56 | 15.89 | 96.49 | - |
| YUV | 91.09 | 220.5 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 255 | 0.93 | 0.62 | 0 | 0 | 219.83 | 1 | 0.53 |
| Hex | 11 | 61 | FF | 5D | 3E | 0 | 0 | DC | 64 | 35 |
| Octal | 21 | 141 | 377 | 135 | 76 | 0 | 0 | 334 | 144 | 65 |
| Binary | 10001 | 1100001 | 11111111 | 1011101 | 111110 | 0 | 0 | 11011100 | 1100100 | 110101 |
Color Harmonies of #1161FF
Complementary color
Monochromatic Colors of #1161FF
Black with #1161FF
Text Example
Text Example
White with #1161FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1161FF; }
p { color: rgb(17,97,255); }
H1.HeaderClassName
{
color: #1161FF;
}
.AnyTagClassName
{
color: #1161FF;
}
</style>
background-color css
<style>
a { background-color: #1161FF; }
a { background-color: rgb(17,97,255); }
div.DivClassName
{
background-color: #1161FF;
}
.BgClassName
{
background-color: #1161FF;
}
</style>
border-color css
<style>
span { border-color: #1161FF; }
span { border-color: rgb(17,97,255); }
td.TdClassName
{
border-color: #1161FF;
}
.TagClassName
{
border-color: #1161FF;
}
</style>