Shades of Dodger Blue #1163FF
Tints of Dodger Blue #1163FF
RGB
CMYK
RGB Variations
Color information
#1163FF (or 0x1163FF) is known color: Dodger Blue. HEX triplet: 11, 63 and FF. RGB value is (17,99,255). Sum of RGB (Red+Green+Blue) = 17+99+255=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #1163FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1163FF is #EE9C00. Grayscale: #5B5B5B. Windows color (decimal): -15637505 or 16737041. OLE color: 16737041.
HSL color Cylindrical-coordinate representation of color #1163FF: hue angle of 219.33º 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 #1163FF is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 99 | 255 | - |
| CMYK | 0.93 | 0.61 | 0 | 0 |
| HSL | 219.33º | 1% | 0.53% | - |
| HSV(B) | 219.33º | 0.93% | 1% | - |
| XYZ | 22.74 | 16.26 | 96.55 | - |
| YUV | 92.27 | 219.83 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 255 | 0.93 | 0.61 | 0 | 0 | 219.33 | 1 | 0.53 |
| Hex | 11 | 63 | FF | 5D | 3D | 0 | 0 | DB | 64 | 35 |
| Octal | 21 | 143 | 377 | 135 | 75 | 0 | 0 | 333 | 144 | 65 |
| Binary | 10001 | 1100011 | 11111111 | 1011101 | 111101 | 0 | 0 | 11011011 | 1100100 | 110101 |
Color Harmonies of #1163FF
Complementary color
Monochromatic Colors of #1163FF
Black with #1163FF
Text Example
Text Example
White with #1163FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1163FF; }
p { color: rgb(17,99,255); }
H1.HeaderClassName
{
color: #1163FF;
}
.AnyTagClassName
{
color: #1163FF;
}
</style>
background-color css
<style>
a { background-color: #1163FF; }
a { background-color: rgb(17,99,255); }
div.DivClassName
{
background-color: #1163FF;
}
.BgClassName
{
background-color: #1163FF;
}
</style>
border-color css
<style>
span { border-color: #1163FF; }
span { border-color: rgb(17,99,255); }
td.TdClassName
{
border-color: #1163FF;
}
.TagClassName
{
border-color: #1163FF;
}
</style>